From dfdfd0bee7e6b3434e3f98a9feaf547ba919d291 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 30 Oct 2008 01:01:31 +0000 Subject: * 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 --- usr/local/www/themes/pfsense-dropdown/all.css | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'usr/local/www/themes/pfsense-dropdown') diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index 0af7a3a..1692d50 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/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; -- cgit v1.1