summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-nlbwmon/htdocs/luci-static
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-03-25 12:48:11 +0100
committerJo-Philipp Wich <jo@mein.io>2020-03-25 12:48:11 +0100
commit6efaea2ffb46f9909038b85cf12e7acf4467ae2e (patch)
treedff2d3bf149d0ade5497376c28b50723c94dfdc1 /applications/luci-app-nlbwmon/htdocs/luci-static
parent0fb2f8f1d1d8748b56522cc81cf68d5aa04b9f50 (diff)
luci-app-nlbw: simplify table CSS
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-nlbwmon/htdocs/luci-static')
-rw-r--r--applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.css79
1 files changed, 10 insertions, 69 deletions
diff --git a/applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.css b/applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.css
index dd24e5dff..402c527d2 100644
--- a/applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.css
+++ b/applications/luci-app-nlbwmon/htdocs/luci-static/resources/view/nlbw.css
@@ -84,31 +84,8 @@
margin: 0;
}
-.table .th,
-.table .td {
- padding: 1px 3px !important;
- border: 1px solid #ddd;
-}
-
-.table .td > a {
- display: block;
-}
-
-.table .placeholder .td {
- border: none;
-}
-
-.table .td.double {
- padding: 0 !important;
-}
-
-.table .td.double > span {
+.td.double > span {
display: block;
- padding: 1px 3px;
-}
-
-.table .td.double > span:first-child {
- border-bottom: 1px solid #ddd;
}
.cbi-tooltip {
@@ -116,58 +93,22 @@
}
@media screen and (max-width: 992px) {
- .table .tr {
- margin-bottom: 10px;
+ .td.hide-xs {
+ display: none;
}
- .table .th,
- .table .td, .table .td.double {
- padding: 1px 3px !important;
- flex-basis: 50%;
+ .td.double:not(.hide-xs) > span {
+ white-space: nowrap;
+ text-align: left;
}
- .table .td, .table .td::before,
- .table .th, .table .th::before {
- text-align: left !important;
- font-size: 14px;
- border: none;
- }
-
- #host-data .td.hostname {
- flex-basis: 100%;
- }
-
- #ipv6-data .td.double > span {
- padding: 0;
- border-bottom: none;
- }
-
- #ipv6-data .td.double > span:first-child::before {
+ .td.double:not(.hide-xs) > span:first-child::before {
content: "IPv4: ";
- font-style: italic;
- font-size: 13px;
+ font-weight: bold;
}
- #ipv6-data .td.double > span:last-child::before {
+ .td.double:not(.hide-xs) > span:last-child::before {
content: "IPv6: ";
- font-style: italic;
- font-size: 13px;
- }
-
- .cbi-tooltip {
- width: 100%;
- pointer-events: auto;
- box-shadow: 0 0 10px 5px #000;
- border-radius: 0;
- }
-
- .cbi-tooltip .table .th,
- .cbi-tooltip .table .td {
- flex-basis: 16%;
- min-width: 100px;
- }
-
- .head .kpi {
- font-size: 14px;
+ font-weight: bold;
}
}