summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-05 19:22:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-05 19:22:04 +0000
commit1b8e6c1f37056d1191edb408832662f159344b36 (patch)
tree15c57e31cbc46ed8463afaf7ff5d631039eb6b9d /usr/local/www/themes
parent1f22bd55ed1620665e52b8e0514e6d10b80610d2 (diff)
downloadpfsense-1b8e6c1f37056d1191edb408832662f159344b36.zip
pfsense-1b8e6c1f37056d1191edb408832662f159344b36.tar.gz
Fix alert background
Diffstat (limited to 'usr/local/www/themes')
-rw-r--r--usr/local/www/themes/metallic/all.css54
1 files changed, 25 insertions, 29 deletions
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index 558d0ed..442430f 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -4,16 +4,6 @@ html, body, td, th, input, select {
font-size: 0.9em;
}
-div.GraphLink {
- position: relative;
-}
-
-span.GraphLinkLine {
- position: absolute;
- background-color: #990000;
- width: 100%;
-}
-
body {
background-color: #333333;
margin: 5px auto;
@@ -44,7 +34,7 @@ iframe {
}
#header {
- background: url('/themes/metallic/images/header.gif') no-repeat;
+ background: url('images/header.gif') no-repeat;
background-position: 4px;
height: 102px;
width: 808px;
@@ -53,7 +43,7 @@ iframe {
}
#header-left {
position: relative;
- /* background: url('/themes/metallic/images/logo.gif') no-repeat; */
+ /* background: url('images/logo.gif') no-repeat; */
background-position: center;
height: 65px;
width: 145px;
@@ -67,7 +57,7 @@ iframe {
}
#header-right {
position: relative;
- /* background: url('/themes/metallic/images/header.gif') no-repeat; */
+ /* background: url('images/header.gif') no-repeat; */
height: 70px;
color: #fff;
left: 0px;
@@ -75,7 +65,7 @@ iframe {
}
#header-right .alert {
position: relative;
- /* background: url('/themes/metallic/images/alert.gif') no-repeat; */
+ /* background: url('images/alert.gif') no-repeat; */
background-position: 4px 2px;
color: #fff;
height: 17px;
@@ -99,32 +89,34 @@ iframe {
#header-right .container .right {
position: relative;
float: right;
- top: 10px;
+ top: 22px;
padding-right: 4px;
z-index: 1;
}
-#header-right .container .right #marquee-text {
- background: url('/themes/metallic/images/misc/status_alerter.gif') no-repeat;
- margin: 0px;
-}
-#header-right .container .right #ajaxstatusbar {
+#header-right .container .right #alerts {
position: relative;
- height: 13px;
+ background: url('images/alert_bgr.gif') no-repeat;
+ height: 39px;
width: 431px;
z-index: 1;
+ padding-top: 20px;
+ padding-left: 5px;
margin: 0px;
-text-align: right;
}
#header-right .container .right #hostname {
position: relative;
- height: 13px;
+ height: 39px;
+ width: 431px;
z-index: 1;
+ padding-left: 5px;
margin: 0px;
-top: 25px;
-text-align: right;
+ top: 25px;
+ left: 230px;
}
+
+
table#marquee {
position: relative;
top: -6px;
@@ -172,7 +164,7 @@ table#marquee div#container div#scroller {
margin-left: 5px;
padding-top: 0px;
width: 800px;
- background: url('/themes/metallic/images/horizontal.gif') repeat-y;
+ background: url('images/horizontal.gif') repeat-y;
}
#left {
@@ -195,15 +187,15 @@ table#marquee div#container div#scroller {
#footer {
position: relative;
- background: url('/themes/metallic/images/footer.gif') no-repeat;
+ background: url('images/footer.gif') no-repeat;
top: -18px;
left: 7px;
width: 800px;
height: 75px;
color: #ffffff;
text-align: center;;
- font-size: 0.7em;
- padding-top: 10px;
+ font-size: 0.9em;
+ padding-top: 17px;
margin-bottom: 20px;
clear: both;
}
@@ -768,6 +760,10 @@ div#log span.log-protocol {
border-bottom: 1px solid #999;
}
+div#log span.log-general {
+
+}
+
div#log span.log-protocol {
border-right: 1px solid #999;
}
OpenPOWER on IntegriCloud