summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/metallic
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-30 01:01:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-30 01:01:31 +0000
commitdfdfd0bee7e6b3434e3f98a9feaf547ba919d291 (patch)
treed0d151f42a415a2630fc789dddca74bf736e661f /usr/local/www/themes/metallic
parent2690f7d9830834cedb505b8ee0c5c87e3d0b54d9 (diff)
downloadpfsense-dfdfd0bee7e6b3434e3f98a9feaf547ba919d291.zip
pfsense-dfdfd0bee7e6b3434e3f98a9feaf547ba919d291.tar.gz
* Allow themeing of the alertbox.
* To handle the nifty corners edgecase, define: $nifty_redbox = "#990000"; $nifty_blackbox = "#000000"; ... in /usr/local/www/themes/{$themename}/tabcontrols.php
Diffstat (limited to 'usr/local/www/themes/metallic')
-rw-r--r--usr/local/www/themes/metallic/all.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index 6c943f6..2299838 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -4,6 +4,35 @@ html, body, td, th, input, select {
font-size: 0.9em;
}
+.infoboxnptd2 {
+ width:70%;
+ font-color:white;
+}
+
+.infoboxnptd {
+ width:8%;
+}
+
+.infoboxnptable {
+ height:32px;
+ width:100%;
+}
+
+.infoboxnptable2 {
+ height:32px;
+ width:100%;
+}
+
+.infoboxnp {
+ background-color:#990000;
+}
+
+.infoboxnpimg {
+ vertical-align:middle;
+ width:28px;
+ height:32px;
+}
+
.inputerrorsleft {
background-color: #990000;
width: 36px;
OpenPOWER on IntegriCloud