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

This commit is contained in:
Renato Botelho 2013-03-26 09:20:37 -03:00
parent 1500614cdb
commit 4ad1e4ea74
9 changed files with 53 additions and 5 deletions

View File

@ -1557,10 +1557,10 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
</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">
<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>
@ -1662,10 +1662,10 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
</div>
<div style="display:none" id="addgatewayv6" name="addgatewayv6">
<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">
<table class="addgatewaybox" cellpadding="1" cellspacing="1">
<tr><td>&nbsp;</td></tr>
<tr>
<td colspan="2"><center><b><font color="white"><?=gettext("Add new v6 gateway:"); ?></font></b></center></td>

View File

@ -11,6 +11,12 @@ html, body, td, th, input, select {
.nowrap { white-space: nowrap; }
.addgatewaybox {
background-color: #990000;
border-style: none none none none;
width: 225px;
}
div.GraphLink {
position: relative;
}

View File

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

View File

@ -10,6 +10,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

@ -11,6 +11,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

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

View File

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

View File

@ -7,6 +7,12 @@ html, body, td, th, input, select {
.nowrap { white-space: nowrap; }
.addgatewaybox {
background-color: #990000;
border-style: none none none none;
width: 225px;
}
.infobox {
width:100%;
}
@ -1355,4 +1361,4 @@ table.sortable thead {
padding-left: 12px;
padding-top: 12px;
padding-bottom: 12px;
}
}

View File

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