forked from extern/egroupware
CSS-Browserhack for IE to position the colselection within the nextmatch header, because of visibility problems of the
columnselection against selectboxes in the background
This commit is contained in:
parent
73c2841457
commit
8a376b62ea
@ -64,6 +64,13 @@
|
||||
top: 16px;
|
||||
display: none;
|
||||
}
|
||||
/*
|
||||
* Browserhack for IE to position the colselection within the nextmatch header, because of visibility problems of the
|
||||
* columnselection against selectboxes in the background
|
||||
*/
|
||||
* html #.colselection {
|
||||
position: static;
|
||||
}
|
||||
|
||||
/*
|
||||
* Styles for the tab widget
|
||||
@ -98,4 +105,4 @@
|
||||
}
|
||||
.nm_num_rows select {
|
||||
width: 40px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user