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