less/roojs-bootstrap/alert.scss
[roojs1] / less / roojs-bootstrap / navbar.scss
diff --git a/less/roojs-bootstrap/navbar.scss b/less/roojs-bootstrap/navbar.scss
new file mode 100644 (file)
index 0000000..0f95e20
--- /dev/null
@@ -0,0 +1,15 @@
+/* for some reason it's -15px on BS */
+
+@media (min-width: 768px) {
+    .navbar-right {
+        margin-right: 15px;
+    }
+}
+/* was -15 before, on mobile it made the buttons too close to the edit.. */
+.navbar-nav {
+    margin: 0px -5px;
+}
+
+table td .navbar {
+    min-height: auto;
+}
\ No newline at end of file