aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/nms.css
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly.no>2016-07-02 15:32:06 +0200
committerKristian Lyngstol <kly@kly.no>2016-07-02 15:32:06 +0200
commit88f59aee622a939c65b18cbcf5d59aaeda28bf96 (patch)
tree2b807468bd301ed06c629180e0fb022b2c58224a /web/css/nms.css
parent82ccb8995c0e424bfa41acd8cf1549c5395bc3ad (diff)
Front: Beef up ports-pane
Diffstat (limited to 'web/css/nms.css')
-rw-r--r--web/css/nms.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/web/css/nms.css b/web/css/nms.css
index 4a84f54..9f2e246 100644
--- a/web/css/nms.css
+++ b/web/css/nms.css
@@ -100,3 +100,24 @@ div.map-mode-legend button {
}
.pulse-on { color: #a00; }
+.panel-heading small {
+ font-size: x-small;
+}
+.nightmode .panel .panel-heading small {
+ color: #999;
+}
+// Classes
+.pull-left {
+ float: left !important;
+}
+.pull-right {
+ float: right !important;
+}
+
+.nms-panel-small .panel-heading {
+ padding-top: 1px;
+ padding-bottom: 1px;
+}
+.panel-group .panel+ .nms-panel-small {
+ margin-top: 1px;
+}