source: extensions/hr_glass_xl/fix-ie5-ie6.css @ 14201

Last change on this file since 14201 was 12674, checked in by flop25, 12 years ago

multi size ok and ie7 friendly

File size: 420 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/*
13FORM#quickconnect {
14  width: 15em;
15  padding: 0;
16  border-left: none;
17  border-right: none;
18}
19
20FORM#quickconnect LABEL {
21  white-space: nowrap;
22}*/
Note: See TracBrowser for help on using the repository browser.