mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-15 01:39:34 +01:00
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;
|
top: 16px;
|
||||||
display: none;
|
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
|
* Styles for the tab widget
|
||||||
@ -98,4 +105,4 @@
|
|||||||
}
|
}
|
||||||
.nm_num_rows select {
|
.nm_num_rows select {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user