X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/efe36f4f1b5df351eeb4d40a54c3900cf9a7079b..b18fdf0bf367567d1171c14438c03ac39fad3f6b:/src/editor/modules/mainBar/mainBar.less

diff --git a/src/editor/modules/mainBar/mainBar.less b/src/editor/modules/mainBar/mainBar.less
index 0e2a899..8fb99a5 100644
--- a/src/editor/modules/mainBar/mainBar.less
+++ b/src/editor/modules/mainBar/mainBar.less
@@ -4,7 +4,7 @@
 
 .rng-module-mainBar {
 
-    font-size: 10px;
+    font-size: 11px;
 
     li {
         display: inline;
@@ -13,9 +13,30 @@
         border-style: solid;
         margin: 0 5px 0 0;
         padding: 0 5px 0 0;
+        &:last-child {
+            margin-right: 0;
+            padding-right: 0;
+        }
     }
 
     ul {
         list-style-type: none;
     }
+
+    .top {
+        float:right;
+    }
+
+    .bottom {
+        margin-top: 8px;
+    }
+
+    a.disabled {
+        color: @gray;
+
+        &:hover {
+            text-decoration: none;
+            cursor: default;
+        }
+    }
 }
\ No newline at end of file