Add a new class called addgatewaybox to make it easier to respect custom themes. Fixes #2900

Conflicts:
	usr/local/www/interfaces.php
	usr/local/www/themes/_corporate/all.css
	usr/local/www/themes/code-red/all.css
	usr/local/www/themes/pfsense-dropdown/all.css
	usr/local/www/themes/pfsense/all.css
	usr/local/www/themes/pfsense_ng/all.css
	usr/local/www/themes/the_wall/all.css
This commit is contained in:
Renato Botelho 2013-03-26 09:20:37 -03:00
parent 4d8a1ec23f
commit 3ffdcd4e54
9 changed files with 51 additions and 3 deletions

View File

@ -1266,11 +1266,11 @@ $types = array("none" => gettext("None"), "static" => gettext("Static"), "dhcp"
</div>
<div style="display:none" id="addgateway" name="addgateway">
<p>
<table border="1" style="background:#990000; border-style: none none none none; width:225px;">
<table border="1" class="addgatewaybox">
<tr>
<td>
<table bgcolor="#990000" cellpadding="1" cellspacing="1">
<tr><td>&nbsp;</td>
<table class="addgatewaybox" cellpadding="1" cellspacing="1">
<tr><td>&nbsp;</td></tr>
<tr>
<td colspan="2"><center><b><font color="white"><?=gettext("Add new gateway:"); ?></font></b></center></td>
</tr>

View File

@ -9,6 +9,12 @@ html, body, td, th, input, select {
font-size: 0.9em;
}
.addgatewaybox {
background-color: #990000;
border-style: none none none none;
width: 225px;
}
div.GraphLink {
position: relative;
}

View File

@ -5,6 +5,12 @@ html, body, td, th, input, select {
}
.addgatewaybox {
background-color: #990000;
border-style: none none none none;
width: 225px;
}
.infobox {
width:100%;
}

View File

@ -8,6 +8,12 @@ html, body, td, th, input, select {
width:100%;
}
.addgatewaybox {
background-color: #990000;
border-style: none none none none;
width: 225px;
}
.infoboxsave {
padding-right: 10px;
}

View File

@ -9,6 +9,12 @@ html, body, td, th, input, select {
width:100%;
}
.addgatewaybox {
background-color: #990000;
border-style: none none none none;
width: 225px;
}
.infoboxsave {
padding-right: 10px;
}

View File

@ -4,6 +4,12 @@ html, body, td, th, input, select {
font-size: 0.9em;
}
.addgatewaybox {
background-color: #990000;
border-style: none none none none;
width: 225px;
}
.infobox {
width:100%;
}

View File

@ -4,6 +4,12 @@ html, body, td, th, input, select {
font-size: 0.9em;
}
.addgatewaybox {
background-color: #990000;
border-style: none none none none;
width: 225px;
}
.infobox {
width:100%;
}

View File

@ -5,6 +5,12 @@ html, body, td, th, input, select {
}
.addgatewaybox {
background-color: #990000;
border-style: none none none none;
width: 225px;
}
.infobox {
width:100%;
}

View File

@ -5,6 +5,12 @@ html, body, td, th, input, select {
}
.addgatewaybox {
background-color: #990000;
border-style: none none none none;
width: 225px;
}
.infobox {
width:100%;
}