diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-07-02 15:32:06 +0200 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-07-02 15:32:06 +0200 |
commit | 88f59aee622a939c65b18cbcf5d59aaeda28bf96 (patch) | |
tree | 2b807468bd301ed06c629180e0fb022b2c58224a /web/css/nms.css | |
parent | 82ccb8995c0e424bfa41acd8cf1549c5395bc3ad (diff) |
Front: Beef up ports-pane
Diffstat (limited to 'web/css/nms.css')
-rw-r--r-- | web/css/nms.css | 21 |
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; +} |