diff options
author | Florian Eckert <fe@dev.tdt.de> | 2018-01-17 15:25:06 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2018-01-18 15:09:28 +0100 |
commit | 2d7e440eb17c5ead863078bb22951d3de88d009f (patch) | |
tree | b256070437228ad922b351bea86e5f0406b63a9e /applications/luci-app-mwan3/luasrc/view | |
parent | 03dc912ebd92f8d38b124cacfacfc9266be18050 (diff) |
luci-app-mwan3: remove config_css
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-mwan3/luasrc/view')
-rw-r--r-- | applications/luci-app-mwan3/luasrc/view/mwan/config_css.htm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/applications/luci-app-mwan3/luasrc/view/mwan/config_css.htm b/applications/luci-app-mwan3/luasrc/view/mwan/config_css.htm deleted file mode 100644 index 5d91c536eb..0000000000 --- a/applications/luci-app-mwan3/luasrc/view/mwan/config_css.htm +++ /dev/null @@ -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> |