source:
extensions/hr_os_xl/fix-ie5-ie6.css
@
13694
Last change on this file since 13694 was 9281, checked in by , 14 years ago | |
---|---|
File size: 422 bytes |
Rev | Line | |
---|---|---|
[9281] | 1 | /* fix for IE */ |
2 | ||
3 | ul#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 { | |
10 | width:19em; | |
11 | } | |
12 | ||
13 | /* | |
14 | FORM#quickconnect { | |
15 | width: 15em; | |
16 | padding: 0; | |
17 | border-left: none; | |
18 | border-right: none; | |
19 | } | |
20 | ||
21 | FORM#quickconnect LABEL { | |
22 | white-space: nowrap; | |
23 | }*/ |
Note: See TracBrowser
for help on using the repository browser.