mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix preferences hint not getting fullheight in FF
This commit is contained in:
parent
94523347f7
commit
40687e6a72
@ -19,9 +19,6 @@ table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
|
||||
position: absolute;
|
||||
height: 99%;
|
||||
}
|
||||
tr.prefRow {
|
||||
position: relative;
|
||||
}
|
||||
tr.prefRow:hover {background-color:#f0f0ff}
|
||||
td.prefName {
|
||||
width: 50%;
|
||||
|
@ -31,9 +31,6 @@ table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
|
||||
position: absolute;
|
||||
height: 99%;
|
||||
}
|
||||
tr.prefRow {
|
||||
position: relative;
|
||||
}
|
||||
tr.prefRow:hover {
|
||||
background-color: #f0f0ff;
|
||||
}
|
||||
@ -130,9 +127,6 @@ table.prefTable {
|
||||
table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
|
||||
background-image: url(../../../pixelegg/images/dialog_info.png);
|
||||
}
|
||||
tr.prefRow {
|
||||
position: relative;
|
||||
}
|
||||
td.prefName {
|
||||
width: 50%;
|
||||
}
|
||||
|
@ -45,9 +45,6 @@ table.prefTable {
|
||||
table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
|
||||
background-image:url(../../../pixelegg/images/dialog_info.png);
|
||||
}
|
||||
tr.prefRow {
|
||||
position: relative;
|
||||
}
|
||||
td.prefName {
|
||||
width: 50%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user