Revision e9c01d90
Added by Erik Kristensen about 20 years ago
usr/local/www/themes/pfsense/all.css | ||
---|---|---|
18 | 18 |
/* ID Based CSS Definitions */ |
19 | 19 |
#header { |
20 | 20 |
height: 70px; |
21 |
width: 765px;
|
|
21 |
width: 800px;
|
|
22 | 22 |
} |
23 | 23 |
#header-left { |
24 | 24 |
position: relative; |
... | ... | |
72 | 72 |
margin-top: 0px; |
73 | 73 |
padding-top: 0px; |
74 | 74 |
width: 800px; |
75 |
border-right: 1px solid #990000; |
|
75 | 76 |
} |
76 | 77 |
|
77 | 78 |
#footer { |
... | ... | |
79 | 80 |
top: 10px; |
80 | 81 |
padding: 0px; |
81 | 82 |
margin: 6px; |
82 |
width: 765px;
|
|
83 |
width: 800px;
|
|
83 | 84 |
background-color: #990000; |
84 | 85 |
text-align: center; |
85 | 86 |
color: #ffffff; |
... | ... | |
97 | 98 |
float: left; |
98 | 99 |
} |
99 | 100 |
#right { |
100 |
margin-left: 171px; |
|
101 |
/*margin-left: 171px;*/ |
|
102 |
margin-left: 170px; |
|
101 | 103 |
margin-top: 5px; |
102 |
width: 650px;
|
|
104 |
width: 620px;
|
|
103 | 105 |
} |
104 | 106 |
|
105 | 107 |
|
Also available in: Unified diff
removed pfsense-screen.css because it is not needed.
fixed all.css so that ie is no longer broke.