Add css for save button

This commit is contained in:
Scott Ullrich 2008-11-10 05:41:43 +00:00
parent 5b6eac0142
commit cf7f629b2c
6 changed files with 29 additions and 3 deletions

View File

@ -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";

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {