mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 10:27:52 +02: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 {
|
td.prefName {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
tr.prefRow > td {
|
||||||
|
vertical-align: bottom; /* otherwise help will cover bigger prefValue */
|
||||||
|
}
|
||||||
.prefHelp {
|
.prefHelp {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user