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

Last change on this file since 9484 was 9278, checked in by flop25, 13 years ago

adding hr_glass_xl

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.