summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/pfsense_ng/all.css
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/themes/pfsense_ng/all.css')
-rw-r--r--usr/local/www/themes/pfsense_ng/all.css46
1 files changed, 16 insertions, 30 deletions
diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css
index cb3acc3..b3fa01b 100644
--- a/usr/local/www/themes/pfsense_ng/all.css
+++ b/usr/local/www/themes/pfsense_ng/all.css
@@ -136,10 +136,10 @@ div.niceTitle p
body {
margin: 0px auto;
align: left;
- background: url('images/background.jpg') repeat-y;
+ background: url('images/background.jpg') no-repeat;
background-position : left 0px;
background-attachment: fixed;
- background-color: #cccccc;
+ background-color: #7f7f7f;
}
a:link {
color: #550000;
@@ -175,14 +175,6 @@ iframe {
background-color: #FFFFFF;
}
-/* style of disabled formelements */
-#wrap div {margin:1em 0}
-[disabled] {
- color:#666666;
- background:#eeeeee;
-}
-
-
/* ID Based CSS Definitions */
/* margin: 0px auto makes the content centered, margin 0px 0px makes it aligned to the left */
#wrapper {
@@ -339,13 +331,15 @@ table#marquee div#container div#scroller {
#content {
position: relative;
- top: 50px;
+ top: 0px;
left: 75px;
margin-top: 0px;
margin-left: 0px;
- padding-top: 0px;
- width: 810px;
+ padding-top: 50px;
+ padding-left: 20px;
+ width: 840px;
background-color: #ffffff;
+ background: url('images/horizontal.png') repeat-y;
}
@@ -371,18 +365,17 @@ table#marquee div#container div#scroller {
}
#footer {
- position: fixed;
-/* margin-bottom: 20px; */
- padding-top: 17px;
-/* background: url('images/footer.png') repeat-x; /*
-/* top: -18px; */
+ position: relative;
+/* margin-bottom: 5px; */
+ background: url('images/footer.png') no-repeat;
+/* top: -100px; */
bottom: 0px;
- left: 890px;
+ left: 75px;
/* width: 1210px; */
- width: 180px;
- height: 100px;
- color: #dddddd;
- text-align: left;
+ width: 840px;
+ height: 60px;
+ color: #000000;
+ text-align: center;
font-size: 0.9em;
padding-top: 10px;
padding-left: 10px;
@@ -1057,13 +1050,6 @@ ul#tabnav li.tabact {
vertical-align: top;
}
-/* style of disabled formelements */
-
-[disabled] {
- color:#666666;
- background:#eeeeee;
-}
-
/* Auto Complete Suggestions */
div.suggestions {
OpenPOWER on IntegriCloud