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 */
|
||||
.pure-table td {
|
||||
padding: 4px;
|
||||
vertical-align: top;
|
||||
/* Hinzugefügt: vertikale Ausrichtung oben */
|
||||
}
|
||||
|
||||
/* Stil für Formularelemente */
|
||||
|
@ -99,3 +101,7 @@ outline: none;
|
|||
[id^="bri"] {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.top-align {
|
||||
vertical-align: top;
|
||||
}
|
Loading…
Reference in a new issue