fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
editor: WrapTextAction plays nice and returns a new document fragment
[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
&:last-child {
17
margin-right: 0;
18
padding-right: 0;
19
}
20
}
21
22
ul {
23
list-style-type: none;
24
}
25
26
.top {
27
float:right;
28
}
29
30
.bottom {
31
margin-top: 8px;
32
}
33
34
a.disabled {
35
color: @gray;
36
37
&:hover {
38
text-decoration: none;
39
cursor: default;
40
}
41
}
42
}