CSS code formatiert.
This commit is contained in:
parent
69ebdda269
commit
41fbb999a7
1 changed files with 53 additions and 47 deletions
|
@ -25,6 +25,8 @@ display: block;
|
||||||
/* Gemeinsame Regeln für Tabellenzellen */
|
/* Gemeinsame Regeln für Tabellenzellen */
|
||||||
.pure-table td {
|
.pure-table td {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
vertical-align: top;
|
||||||
|
/* Hinzugefügt: vertikale Ausrichtung oben */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Stil für Formularelemente */
|
/* Stil für Formularelemente */
|
||||||
|
@ -99,3 +101,7 @@ outline: none;
|
||||||
[id^="bri"] {
|
[id^="bri"] {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-align {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
Loading…
Reference in a new issue