fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge in gutter comments
[fnpeditor.git]
/
src
/
editor
/
modules
/
mainBar
/
mainBar.less
diff --git
a/src/editor/modules/mainBar/mainBar.less
b/src/editor/modules/mainBar/mainBar.less
index
0e2a899
..
7a2e49b
100644
(file)
--- a/
src/editor/modules/mainBar/mainBar.less
+++ b/
src/editor/modules/mainBar/mainBar.less
@@
-4,7
+4,7
@@
.rng-module-mainBar {
.rng-module-mainBar {
- font-size: 1
0
px;
+ font-size: 1
1
px;
li {
display: inline;
li {
display: inline;
@@
-13,9
+13,36
@@
border-style: solid;
margin: 0 5px 0 0;
padding: 0 5px 0 0;
border-style: solid;
margin: 0 5px 0 0;
padding: 0 5px 0 0;
+
}
ul {
list-style-type: none;
}
ul {
list-style-type: none;
+ display: inline-block;
+ color: #8F8A8A;
+ margin: 0;
+ &:last-child {
+ li:last-child {
+ margin-right: 0;
+ padding-right: 0;
+ }
+ }
+ }
+
+ .top {
+ float:right;
+ }
+
+ .bottom {
+ margin-top: 8px;
+ }
+
+ a.disabled {
+ color: @gray;
+
+ &:hover {
+ text-decoration: none;
+ cursor: default;
+ }
}
}
\ No newline at end of file
}
}
\ No newline at end of file