File: ie5mac.css

package info (click to toggle)
horde3 3.1.3-4etch7
  • links: PTS
  • area: main
  • in suites: etch
  • size: 22,876 kB
  • ctags: 18,071
  • sloc: php: 75,151; xml: 2,979; sql: 1,069; makefile: 79; sh: 64
file content (25 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/**
 * $Horde: horde/themes/ie5mac.css,v 1.2.4.3 2005/10/18 11:34:10 jan Exp $
 *
 * CSS corrections for IE5/Mac.
 */

#menu li {
    width: 40px;
}
.tabset {
    white-space: nowrap;
}
.tabset li a {
    float: left;
}
#sidebarPanel {
    padding-bottom: 30px;
}
.header {
    clear: none;
}
.header ul {
    width: 1%;
    white-space: nowrap;
}