From cf7f629b2cb050de9c4f7ffb2bf44eb3302b76a9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 10 Nov 2008 05:41:43 +0000 Subject: [PATCH] Add css for save button --- usr/local/www/guiconfig.inc | 2 +- usr/local/www/themes/metallic/all.css | 8 +++++++- usr/local/www/themes/nervecenter/all.css | 5 +++++ usr/local/www/themes/pfsense-dropdown/all.css | 5 +++++ usr/local/www/themes/pfsense/all.css | 7 ++++++- usr/local/www/themes/the_wall/all.css | 5 +++++ 6 files changed, 29 insertions(+), 3 deletions(-) diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc index 4c68aaff82..a7d5e922e0 100755 --- a/usr/local/www/guiconfig.inc +++ b/usr/local/www/guiconfig.inc @@ -291,7 +291,7 @@ function print_info_box_np($msg, $name="apply",$value="Apply changes") { global $g; if(stristr($msg, "apply") == true || stristr($msg, "save") || stristr($msg, "create")) - $savebutton=""; + $savebutton=""; $nifty_redbox = "#990000"; $nifty_blackbox = "#000000"; diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index 3503baf6f1..15e3952d04 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -8,10 +8,16 @@ html, body, td, th, input, select { width:100%; } +.infoboxsave { + padding-right: 10px; +} + .infoboxnptd2 { width:100%; color:white; - background-color:#990000; + background-color:#990000; + padding-right: 10px; + padding-right: 10px; } .infoboxnptd { diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css index 48db849654..d264d86a4c 100644 --- a/usr/local/www/themes/nervecenter/all.css +++ b/usr/local/www/themes/nervecenter/all.css @@ -9,10 +9,15 @@ html, body, td, th, input, select { width:100%; } +.infoboxsave { + padding-right: 10px; +} + .infoboxnptd2 { width:100%; color:white; background-color:#990000; + padding-right: 10px; } .infoboxnptd { diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index 1b1bc904ff..95b6ef2153 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/all.css @@ -8,10 +8,15 @@ html, body, td, th, input, select { width:100%; } +.infoboxsave { + padding-right: 10px; +} + .infoboxnptd2 { width:100%; color:white; background-color:#990000; + padding-right: 10px; } .infoboxnptd { diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css index e6f3441681..fb75b2df3c 100644 --- a/usr/local/www/themes/pfsense/all.css +++ b/usr/local/www/themes/pfsense/all.css @@ -8,10 +8,15 @@ html, body, td, th, input, select { width:100%; } +.infoboxsave { + padding-right: 10px; +} + .infoboxnptd2 { width:100%; color:white; - background-color:#990000; + background-color:#990000; + padding-right: 10px; } .infoboxnptd { diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css index ac0263baeb..a71c9499d1 100644 --- a/usr/local/www/themes/the_wall/all.css +++ b/usr/local/www/themes/the_wall/all.css @@ -9,10 +9,15 @@ html, body, td, th, input, select { width:100%; } +.infoboxsave { + padding-right: 10px; +} + .infoboxnptd2 { width:100%; color:white; background-color:#990000; + padding-right: 10px; } .infoboxnptd {