editor: bring back summary view, this time in a main bar
[fnpeditor.git] / src / editor / modules / mainBar / mainBar.less
index 8fb99a5..7a2e49b 100644 (file)
         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;
+        display: inline-block;
+        color: #8F8A8A;
+        margin: 0;
+        &:last-child {
+            li:last-child {
+                margin-right: 0;
+                padding-right: 0;
+            }
+        }
     }
 
     .top {