.rng-module-mainBar {
- font-size: 10px;
+ font-size: 11px;
li {
display: inline;
border-style: solid;
margin: 0 5px 0 0;
padding: 0 5px 0 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 {
+ float:right;
+ }
+
+ .bottom {
+ margin-top: 8px;
+ }
+
+ a.disabled {
+ color: @gray;
+
+ &:hover {
+ text-decoration: none;
+ cursor: default;
+ }
}
}
\ No newline at end of file