luci-app-mwan3: fix css styling
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
cb2e3c1a57
commit
e61f40ead8
9 changed files with 0 additions and 89 deletions
|
@ -93,20 +93,6 @@
|
|||
</div>
|
||||
|
||||
<style type="text/css">
|
||||
.container { /* container for entire page. fixes bootstrap theme's ridiculously small page width */
|
||||
max-width: none;
|
||||
margin-left: 30px;
|
||||
padding-right: 30px;
|
||||
width: auto;
|
||||
}
|
||||
#mwan_diagnostics {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px dotted #555555;
|
||||
padding: 20px;
|
||||
}
|
||||
#diag_select {
|
||||
padding: 12px 20px 20px 20px;
|
||||
}
|
||||
#mwaniface {
|
||||
float: left;
|
||||
margin: 8px 20px 0px 0px;
|
||||
|
|
|
@ -8,17 +8,7 @@
|
|||
</ul>
|
||||
|
||||
<style type="text/css">
|
||||
.container { /* container for entire page. fixes bootstrap theme's ridiculously small page width */
|
||||
max-width: none;
|
||||
margin: 0px 0px 0px 30px;
|
||||
padding-right: 30px;
|
||||
width: auto;
|
||||
}
|
||||
.cbi-section-node {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.cbi-section {
|
||||
border: 1px dotted #555555;
|
||||
padding: 20px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -8,17 +8,7 @@
|
|||
</ul>
|
||||
|
||||
<style type="text/css">
|
||||
.container { /* container for entire page. fixes bootstrap theme's ridiculously small page width */
|
||||
max-width: none;
|
||||
margin: 0px 0px 0px 30px;
|
||||
padding-right: 30px;
|
||||
width: auto;
|
||||
}
|
||||
.cbi-section-node {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.cbi-section {
|
||||
border: 1px dotted #555555;
|
||||
padding: 20px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -8,17 +8,7 @@
|
|||
</ul>
|
||||
|
||||
<style type="text/css">
|
||||
.container { /* container for entire page. fixes bootstrap theme's ridiculously small page width */
|
||||
max-width: none;
|
||||
margin: 0px 0px 0px 30px;
|
||||
padding-right: 30px;
|
||||
width: auto;
|
||||
}
|
||||
.cbi-section-node {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.cbi-section {
|
||||
border: 1px dotted #555555;
|
||||
padding: 20px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -51,17 +51,6 @@
|
|||
</div>
|
||||
|
||||
<style type="text/css">
|
||||
.container { /* container for entire page. fixes bootstrap theme's ridiculously small page width */
|
||||
max-width: none;
|
||||
margin-left: 30px;
|
||||
padding-right: 30px;
|
||||
width: auto;
|
||||
}
|
||||
#troubleshoot {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px dotted #555555;
|
||||
padding: 20px;
|
||||
}
|
||||
#troubleshoot_text {
|
||||
padding: 20px;
|
||||
text-align: left;
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
<style type="text/css">
|
||||
.container { /* container for entire page. fixes bootstrap theme's ridiculously small page width */
|
||||
max-width: none;
|
||||
margin-left: 30px;
|
||||
padding-right: 30px;
|
||||
width: auto;
|
||||
}
|
||||
table td { /* cells showing the configuration values */
|
||||
padding: 0px;
|
||||
text-align: center;
|
||||
|
|
|
@ -53,9 +53,6 @@
|
|||
.container { /* container for entire page. fixes bootstrap theme's ridiculously small page width */
|
||||
max-width: 1044px;
|
||||
}
|
||||
#interface_field {
|
||||
padding: 12px 20px 20px 20px;
|
||||
}
|
||||
#mwan_status_text {
|
||||
display: table;
|
||||
font-size: 14px;
|
||||
|
|
|
@ -31,17 +31,6 @@
|
|||
</div>
|
||||
|
||||
<style type="text/css">
|
||||
.container { /* container for entire page. fixes bootstrap theme's ridiculously small page width */
|
||||
max-width: none;
|
||||
margin-left: 30px;
|
||||
padding-right: 30px;
|
||||
width: auto;
|
||||
}
|
||||
#mwan_detail_status {
|
||||
border: 1px dotted #555555;
|
||||
background-color: #FFFFFF;
|
||||
padding: 20px;
|
||||
}
|
||||
#mwan_detail_text {
|
||||
padding: 20px;
|
||||
text-align: left;
|
||||
|
|
|
@ -75,20 +75,6 @@
|
|||
</div>
|
||||
|
||||
<style type="text/css">
|
||||
.container { /* container for entire page. fixes bootstrap theme's ridiculously small page width */
|
||||
max-width: none;
|
||||
margin-left: 30px;
|
||||
padding-right: 30px;
|
||||
width: auto;
|
||||
}
|
||||
#mwan_interface_status {
|
||||
background-color: #FFFFFF;
|
||||
border: 1px dotted #555555;
|
||||
padding: 20px;
|
||||
}
|
||||
#interface_field {
|
||||
padding: 12px 20px 20px 20px;
|
||||
}
|
||||
#mwan_status_text {
|
||||
display: table;
|
||||
font-size: 14px;
|
||||
|
|
Loading…
Reference in a new issue