source: extensions/hr_os_xl/fix-ie5-ie6.css @ 14518

Last change on this file since 14518 was 9281, checked in by flop25, 13 years ago

ready for 1.0.0

File size: 422 bytes
Line 
1/* fix for IE */
2
3ul#fullTagCloud { height: 400px; }
4               
5* html #menubar, * html BODY#theAdminPage #menubar { height: 100%; }
6* html #menubar UL LI { float: left; width: 100%; }
7* html #menubar UL LI A { height: 1%; }
8
9#quicksearch {
10width:19em;
11}
12
13/*
14FORM#quickconnect {
15  width: 15em;
16  padding: 0;
17  border-left: none;
18  border-right: none;
19}
20
21FORM#quickconnect LABEL {
22  white-space: nowrap;
23}*/
Note: See TracBrowser for help on using the repository browser.