luci-app-mwan3: remove config_css

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2018-01-17 15:25:06 +01:00
parent 03dc912ebd
commit 2d7e440eb1
4 changed files with 0 additions and 33 deletions

View file

@ -4,8 +4,6 @@ ds = require "luci.dispatcher"
m5 = Map("mwan3", translate("MWAN - Members"))
m5:append(Template("mwan/config_css"))
mwan_member = m5:section(TypedSection, "member", nil,
translate("Members are profiles attaching a metric and weight to an MWAN interface<br />" ..

View file

@ -31,7 +31,6 @@ policyCheck()
m5 = Map("mwan3", translate("MWAN - Policies"),
policyWarn())
m5:append(Template("mwan/config_css"))
mwan_policy = m5:section(TypedSection, "policy", nil,

View file

@ -35,8 +35,6 @@ ruleCheck()
m5 = Map("mwan3", translate("MWAN - Rules"),
ruleWarn())
m5:append(Template("mwan/config_css"))
mwan_rule = m5:section(TypedSection, "rule", nil,
translate("Rules specify which traffic will use a particular MWAN policy based on IP address, port or protocol<br />" ..

View file

@ -1,28 +0,0 @@
<style type="text/css">
table td { /* cells showing the configuration values */
padding: 0px;
text-align: center;
vertical-align: middle;
}
table th { /* column for configuration section name */
padding: 0px;
text-align: center;
vertical-align: middle;
}
table tbody th { /* column for configuration section name */
padding: 0px;
vertical-align: middle;
}
.cbi-section-node table div { /* rows */
padding-top: 5px;
}
table.cbi-section-table td.cbi-section-table-cell { /* sort buttons column */
text-align: center;
}
.cbi-section h3 {
color: rgb(85, 85, 85);
font-family: Trebuchet MS,Verdana,sans-serif;
font-style: italic;
font-weight: normal;
}
</style>