mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
* Use span
* Make item 600 px wide * Misc cleanup
This commit is contained in:
parent
b781ca0abc
commit
8a220491a9
@ -304,17 +304,17 @@ function print_info_box_np($msg, $name="apply",$value="Apply changes") {
|
||||
}
|
||||
|
||||
echo <<<EOFnp
|
||||
<table id='infoboxnptable'>
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<div style='infoboxnp' id='redbox'>
|
||||
<table id='infoboxnptable2'>
|
||||
<div class='infoboxnp' id='redbox'>
|
||||
<table class='infoboxnptable2'>
|
||||
<tr>
|
||||
<td id='infoboxnptd'>
|
||||
<img style='infoboxnpimg' src="/themes/{$g['theme']}/images/icons/icon_exclam.gif" >
|
||||
<td class='infoboxnptd'>
|
||||
<img class='infoboxnpimg' src="/themes/{$g['theme']}/images/icons/icon_exclam.gif" >
|
||||
</td>
|
||||
<td id='infoboxnptd2'>
|
||||
<b>{$msg}</b></font>
|
||||
<td class='infoboxnptd2'>
|
||||
<b>{$msg}</b>
|
||||
</td>
|
||||
{$savebutton}
|
||||
</tr>
|
||||
|
||||
@ -6,7 +6,7 @@ html, body, td, th, input, select {
|
||||
|
||||
.infoboxnptd2 {
|
||||
width:70%;
|
||||
font-color:white;
|
||||
color:white;
|
||||
background-color:#990000;
|
||||
}
|
||||
|
||||
@ -29,6 +29,7 @@ html, body, td, th, input, select {
|
||||
|
||||
.infoboxnp {
|
||||
background-color:#990000;
|
||||
width:600px;
|
||||
}
|
||||
|
||||
.infoboxnpimg {
|
||||
@ -41,7 +42,6 @@ html, body, td, th, input, select {
|
||||
.inputerrorsleft {
|
||||
background-color: #990000;
|
||||
width: 36px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.inputerrorsright {
|
||||
|
||||
@ -7,7 +7,7 @@ html, body, td, th, input, select {
|
||||
|
||||
.infoboxnptd2 {
|
||||
width:70%;
|
||||
font-color:white;
|
||||
color:white;
|
||||
background-color:#990000;
|
||||
}
|
||||
|
||||
@ -30,6 +30,7 @@ html, body, td, th, input, select {
|
||||
|
||||
.infoboxnp {
|
||||
background-color:#990000;
|
||||
width:600px;
|
||||
}
|
||||
|
||||
.infoboxnpimg {
|
||||
@ -42,7 +43,6 @@ html, body, td, th, input, select {
|
||||
.inputerrorsleft {
|
||||
background-color: #990000;
|
||||
width: 36px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.inputerrorsright {
|
||||
|
||||
@ -6,7 +6,7 @@ html, body, td, th, input, select {
|
||||
|
||||
.infoboxnptd2 {
|
||||
width:70%;
|
||||
font-color:white;
|
||||
color:white;
|
||||
background-color:#990000;
|
||||
}
|
||||
|
||||
@ -29,6 +29,7 @@ html, body, td, th, input, select {
|
||||
|
||||
.infoboxnp {
|
||||
background-color:#990000;
|
||||
width:600px;
|
||||
}
|
||||
|
||||
.infoboxnpimg {
|
||||
|
||||
@ -6,7 +6,7 @@ html, body, td, th, input, select {
|
||||
|
||||
.infoboxnptd2 {
|
||||
width:70%;
|
||||
font-color:white;
|
||||
color:white;
|
||||
background-color:#990000;
|
||||
}
|
||||
|
||||
@ -29,6 +29,7 @@ html, body, td, th, input, select {
|
||||
|
||||
.infoboxnp {
|
||||
background-color:#990000;
|
||||
width:600px;
|
||||
}
|
||||
|
||||
.infoboxnpimg {
|
||||
|
||||
@ -7,7 +7,7 @@ html, body, td, th, input, select {
|
||||
|
||||
.infoboxnptd2 {
|
||||
width:70%;
|
||||
font-color:white;
|
||||
color:white;
|
||||
background-color:#990000;
|
||||
}
|
||||
|
||||
@ -30,6 +30,7 @@ html, body, td, th, input, select {
|
||||
|
||||
.infoboxnp {
|
||||
background-color:#990000;
|
||||
width:600px;
|
||||
}
|
||||
|
||||
.infoboxnpimg {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user