mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add a new class called addgatewaybox to make it easier to respect custom themes. Fixes #2900
This commit is contained in:
parent
1500614cdb
commit
4ad1e4ea74
@ -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> </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> </td></tr>
|
||||
<tr>
|
||||
<td colspan="2"><center><b><font color="white"><?=gettext("Add new v6 gateway:"); ?></font></b></center></td>
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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%;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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%;
|
||||
}
|
||||
|
||||
@ -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%;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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%;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user