editor: bring back summary view, this time in a main bar
[fnpeditor.git] / src / editor / modules / mainBar / mainBar.less
1 /*#rng-skelton-menu {
2     float: right;
3 }*/
4
5 .rng-module-mainBar {
6
7     font-size: 11px;
8
9     li {
10         display: inline;
11         border-width: 0 1px 0 0;
12         border-color: #ddd;
13         border-style: solid;
14         margin: 0 5px 0 0;
15         padding: 0 5px 0 0;
16
17     }
18
19     ul {
20         list-style-type: none;
21         display: inline-block;
22         color: #8F8A8A;
23         margin: 0;
24         &:last-child {
25             li:last-child {
26                 margin-right: 0;
27                 padding-right: 0;
28             }
29         }
30     }
31
32     .top {
33         float:right;
34     }
35
36     .bottom {
37         margin-top: 8px;
38     }
39
40     a.disabled {
41         color: @gray;
42
43         &:hover {
44             text-decoration: none;
45             cursor: default;
46         }
47     }
48 }