luci-app-mwan3: fix css styling

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2017-05-16 15:34:43 +02:00
parent cb2e3c1a57
commit e61f40ead8
9 changed files with 0 additions and 89 deletions

View file

@ -93,20 +93,6 @@
</div> </div>
<style type="text/css"> <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 { #mwaniface {
float: left; float: left;
margin: 8px 20px 0px 0px; margin: 8px 20px 0px 0px;

View file

@ -8,17 +8,7 @@
</ul> </ul>
<style type="text/css"> <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 { .cbi-section {
border: 1px dotted #555555;
padding: 20px; padding: 20px;
} }
</style> </style>

View file

@ -8,17 +8,7 @@
</ul> </ul>
<style type="text/css"> <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 { .cbi-section {
border: 1px dotted #555555;
padding: 20px; padding: 20px;
} }
</style> </style>

View file

@ -8,17 +8,7 @@
</ul> </ul>
<style type="text/css"> <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 { .cbi-section {
border: 1px dotted #555555;
padding: 20px; padding: 20px;
} }
</style> </style>

View file

@ -51,17 +51,6 @@
</div> </div>
<style type="text/css"> <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 { #troubleshoot_text {
padding: 20px; padding: 20px;
text-align: left; text-align: left;

View file

@ -1,10 +1,4 @@
<style type="text/css"> <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 */ table td { /* cells showing the configuration values */
padding: 0px; padding: 0px;
text-align: center; text-align: center;

View file

@ -53,9 +53,6 @@
.container { /* container for entire page. fixes bootstrap theme's ridiculously small page width */ .container { /* container for entire page. fixes bootstrap theme's ridiculously small page width */
max-width: 1044px; max-width: 1044px;
} }
#interface_field {
padding: 12px 20px 20px 20px;
}
#mwan_status_text { #mwan_status_text {
display: table; display: table;
font-size: 14px; font-size: 14px;

View file

@ -31,17 +31,6 @@
</div> </div>
<style type="text/css"> <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 { #mwan_detail_text {
padding: 20px; padding: 20px;
text-align: left; text-align: left;

View file

@ -75,20 +75,6 @@
</div> </div>
<style type="text/css"> <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 { #mwan_status_text {
display: table; display: table;
font-size: 14px; font-size: 14px;