summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/pfsense-dropdown
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-31 03:01:59 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-31 03:01:59 +0000
commit0f5a136d0dd0bb6a15a9946756b1954a71bcc1eb (patch)
tree9ffc42fe70bd0a393a87f5d91111d5d743560e53 /usr/local/www/themes/pfsense-dropdown
parent4dbc75b975990a72ac6f1892d7a5962905235b4c (diff)
downloadpfsense-0f5a136d0dd0bb6a15a9946756b1954a71bcc1eb.zip
pfsense-0f5a136d0dd0bb6a15a9946756b1954a71bcc1eb.tar.gz
adds alerts to the system, no links associated with them to acknowlege, will come soon.
Diffstat (limited to 'usr/local/www/themes/pfsense-dropdown')
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css72
1 files changed, 61 insertions, 11 deletions
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index 6590396..575a6a7 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -53,24 +53,74 @@ form input {
padding-left: 27px;
float: left;
}
-#header-right .normal {
+
+#header-right .container .left {
position: relative;
+ top: 32px;
+ left: 9px;
+ font-size: 1.8em;
}
-#header-right .normal .left {
- position: relative;
- float: left;
- font-size: 1.3em;
+
+#header-right .container .right {
+ position: relative;
+ top: -8px;
+ left: 195px;
+}
+
+#header-right .container .right #alerts {
+ position: relative;
+ background: url('images/alert_bgr.gif') no-repeat;
+ height: 39px;
+ width: 431px;
+ z-index: 1;
+ padding-top: 20px;
+ padding-left: 5px;
+ margin: 0px;
+}
+
+
+
+table#marquee {
+ position: relative;
+ top: -6px;
+ left: -5px;
+ border: 0;
+ padding: 0;
+ margin: 0;
+ width: 424px;
+ background-color: transparent;
+ padding: 2px;
+ border: 0px;
+}
+span#marquee-container {
+ position: absolute;
+ visibility: hidden;
+ top: -100px;
+ left: -10000px;
+}
+div#marquee-text {
+ font-size: 1.18em;
font-weight: bold;
- top: 15px;
- left: 4px;
+ font: Verdana;
}
-#header-right .normal .right {
+table#marquee div#container {
position: relative;
- float: right;
- top: 22px;
- padding-right: 4px;
+ overflow: hidden;
+ width: 418px;
+ height: 20px;
+}
+table#marquee div#container div#scroller {
+ position: absolute;
+ left: 0px;
+ top: 0px;
}
+
+
+
+
+
+
#content {
border-top: 1px solid #FFFFFF;
margin-top: 0px;
OpenPOWER on IntegriCloud