editor: tweaking main bar ui
[fnpeditor.git] / src / editor / modules / mainBar / mainBar.less
index 0e2a899..32f18ec 100644 (file)
@@ -4,7 +4,7 @@
 
 .rng-module-mainBar {
 
-    font-size: 10px;
+    font-size: 11px;
 
     li {
         display: inline;
         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;
+    }
 }
\ No newline at end of file