diff --git a/luci-theme-openmptcprouter/htdocs/luci-static/openmptcprouter/cascade.css b/luci-theme-openmptcprouter/htdocs/luci-static/openmptcprouter/cascade.css index 46841fc95..7a5121de5 100755 --- a/luci-theme-openmptcprouter/htdocs/luci-static/openmptcprouter/cascade.css +++ b/luci-theme-openmptcprouter/htdocs/luci-static/openmptcprouter/cascade.css @@ -30,10 +30,26 @@ abbr[title], acronym[title] { cursor: help; } -table { - border-collapse: collapse; - border-spacing: 0; -} + table { + width: 100%; + table-layout: fixed; + border-collapse: collapse; + margin-top: 20px; + } + + th, td { + border-bottom: 1px solid #ddd; + padding: 10px; + text-align: center; + } + + th { + background-color: #f2f2f2; + } + + strong { + border-bottom: 2px solid; + } ol, ul { list-style: none;