summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes
diff options
context:
space:
mode:
authorCharlie Marshall <charlie0440@gmail.com>2013-06-30 15:02:33 +0100
committerCharlie Marshall <charlie0440@gmail.com>2013-06-30 15:02:33 +0100
commitc73a2a29f6f00682dbc589801b4f9292786d4eb2 (patch)
tree8094dc1dddcb8947515e5b62e30631c297372e37 /usr/local/www/themes
parentca794dd1f9146be3bfb07894b249445d77c15bd5 (diff)
downloadpfsense-c73a2a29f6f00682dbc589801b4f9292786d4eb2.zip
pfsense-c73a2a29f6f00682dbc589801b4f9292786d4eb2.tar.gz
update css to fit full screen
Diffstat (limited to 'usr/local/www/themes')
-rw-r--r--usr/local/www/themes/pfsense_ng_fs/all.css65
1 files changed, 13 insertions, 52 deletions
diff --git a/usr/local/www/themes/pfsense_ng_fs/all.css b/usr/local/www/themes/pfsense_ng_fs/all.css
index bcfb5b4..7f0b4f1 100644
--- a/usr/local/www/themes/pfsense_ng_fs/all.css
+++ b/usr/local/www/themes/pfsense_ng_fs/all.css
@@ -141,14 +141,6 @@ div.niceTitle p
-moz-border-radius: 0 0 8px 8px;
}
-body {
- margin: 0px auto;
- align: left;
- background: url('images/background.jpg') no-repeat;
- background-position : left 0px;
- background-attachment: fixed;
- background-color: #7f7f7f;
-}
a:link {
color: #550000;
}
@@ -190,14 +182,6 @@ iframe {
background:#eeeeee;
}
-/* ID Based CSS Definitions */
-/* margin: 0px auto makes the content centered, margin 0px 0px makes it aligned to the left */
-#wrapper {
- width: 810px;
- margin: 0px 0px;
-/* left: 0px; */
-}
-
#header {
background: url('images/header.png') no-repeat;
background-position: 0px;
@@ -207,6 +191,7 @@ iframe {
left: 0;
margin-bottom: 5px;
z-index: 2;
+ top: 0;
}
#header-left {
position: relative;
@@ -344,16 +329,9 @@ table#marquee div#container div#scroller {
#content {
- position: relative;
- top: 0px;
- left: 75px;
- margin-top: 0px;
- margin-left: 0px;
padding-top: 50px;
- padding-left: 20px;
- width: 840px;
- background-color: #ffffff;
- background: url('images/horizontal.png') repeat-y;
+ padding-right: 40px;
+ padding-left: 40px;
}
@@ -364,37 +342,20 @@ table#marquee div#container div#scroller {
}
#right {
- position: relative;
- top: -10px;
- left: 0px;
- width: 770px;
- margin-top: 0px;
- margin-left: 5px;
- margin-right: 5px;
- padding-top: 20px;
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 90px;
- min-height: 400px;
-
+ padding: 10px;
+ margin-bottom: 30px;
+ font-size: 12px;
+ font-weight: 200;
+ line-height: 12px;
+ color: inherit;
+ background-color: #eeeeee;
+ -webkit-border-radius: 6px;
+ -moz-border-radius: 6px;
+ border-radius: 6px;
}
#footer {
- position: relative;
-/* margin-bottom: 5px; */
- background: url('images/footer.png') no-repeat;
-/* top: -100px; */
- bottom: 0px;
- left: 75px;
-/* width: 1210px; */
- width: 840px;
- height: 60px;
- color: #000000;
text-align: center;
- font-size: 0.9em;
- padding-top: 10px;
- padding-left: 10px;
- clear: both;
}
#footer p {
padding: 0px;
OpenPOWER on IntegriCloud