mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
vertical align prefName at bottom, so help does not cover bigger prefValue
This commit is contained in:
parent
489978d590
commit
afee7030be
@ -17,6 +17,9 @@ tr.prefRow {
|
||||
td.prefName {
|
||||
width: 50%;
|
||||
}
|
||||
tr.prefRow > td {
|
||||
vertical-align: bottom; /* otherwise help will cover bigger prefValue */
|
||||
}
|
||||
.prefHelp {
|
||||
position: absolute;
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user