diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-10 05:41:43 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-10 05:41:43 +0000 |
commit | cf7f629b2cb050de9c4f7ffb2bf44eb3302b76a9 (patch) | |
tree | 67787a42263fe8307b74b0a0fd9f34260f42df41 /usr/local/www | |
parent | 5b6eac014229d7794f76675379d4a78262ca3400 (diff) | |
download | pfsense-cf7f629b2cb050de9c4f7ffb2bf44eb3302b76a9.zip pfsense-cf7f629b2cb050de9c4f7ffb2bf44eb3302b76a9.tar.gz |
Add css for save button
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/guiconfig.inc | 2 | ||||
-rw-r--r-- | usr/local/www/themes/metallic/all.css | 8 | ||||
-rw-r--r-- | usr/local/www/themes/nervecenter/all.css | 5 | ||||
-rw-r--r-- | usr/local/www/themes/pfsense-dropdown/all.css | 5 | ||||
-rw-r--r-- | usr/local/www/themes/pfsense/all.css | 7 | ||||
-rw-r--r-- | 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 4c68aaf..a7d5e92 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="<td><input name=\"{$name}\" type=\"submit\" class=\"formbtn\" id=\"${name}\" value=\"{$value}\"></td>"; + $savebutton="<td class='infoboxsave'><input name=\"{$name}\" type=\"submit\" class=\"formbtn\" id=\"${name}\" value=\"{$value}\"></td>"; $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 3503baf..15e3952 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 48db849..d264d86 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 1b1bc90..95b6ef2 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 e6f3441..fb75b2d 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 ac0263b..a71c949 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 { |