source: trunk/FACT++/www/showlog/index.css@ 15658

Last change on this file since 15658 was 15376, checked in by tbretz, 11 years ago
Use some more jquery features; load local version of jquery.
File size: 1.0 KB
Line 
1.up {
2 padding:0 5px 4px 7px;
3 position:fixed;
4 top:0;
5 right:0;
6 background-color:#ebe7e6;
7}
8
9.dn {
10 padding:0 5px 4px 7px;
11 padding-top:0px;
12 position:fixed;
13 bottom:0;
14 right:0;
15 background-color:#ebe7e6;
16}
17
18#nav {
19 position:fixed;
20 right:90px;
21 top:0;
22 background-color:#ebe7e6;
23}
24
25#nav ul {
26 list-style-type:none;
27 margin:0;
28 padding:0;
29}
30
31#nav li {
32 float:left;
33 padding:0;
34 margin:0;
35}
36
37#nav li a {
38 padding:0 9px 4px 11px;
39 display:block;
40 color:#000;
41 color:navy;
42 text-decoration:none;
43 solid #ccc;
44}
45
46#nav li a:hover {
47 color:#f00;
48}
49
50#nav ul ul {
51 display:none;
52 position:absolute;
53 z-index:999;
54}
55
56#nav li li {
57 float:none;
58}
59
60#nav li li a {
61 background:#EBE7E6!important;
62 text-align:left;
63 height:auto;
64 line-height:1;
65 width:auto;
66 padding:4px 20px 4px 22px;
67 border:1px solid #D0D0D0;
68 border-top:none;
69 margin-right:0;
70}
71
72/* IE6 Bugfix... */
73* html li li {
74 display:inline;
75}
Note: See TracBrowser for help on using the repository browser.