aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
Diffstat (limited to 'web/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;
+}