source: extensions/montblancxl/fix-ie5-ie6.css @ 27153

Last change on this file since 27153 was 3306, checked in by patdenice, 15 years ago

New extension added:
Theme MonblancXL (2.0.c)

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