editor: actions implementation
[fnpeditor.git] / src / editor / modules / documentToolbar / documentToolbar.less
1 .rng-module-documentToolbar {
2     margin: 0;
3     white-space:nowrap; 
4     word-spacing:0;
5     
6     select {
7         line-height: 14px;
8         font-size:9px;
9         height: auto;
10         width: 50px;
11         padding: 1px;
12     -webkit-appearance: button;
13     -moz-appearance: button;
14     appearance: button;
15         margin-bottom: 0;
16     }
17
18     .rng-module-documentToolbar-toolbarGroup {
19         border-width: 0 1px 0 0;
20         border-style: solid;
21         border-color: #ddd;
22         padding: 0 8px 0 0;
23         margin: 0 8px 0 0;
24         display: inline-block;
25     }
26
27     .toolbar-widget {
28         display: inline-block;
29         margin: 0 5px;
30         div {
31             display: inline-block;
32         }
33     }
34     
35 }
36