vendor/toolkit/metro-ui/menus.less in metro-ui-rails-0.15.8.12 vs vendor/toolkit/metro-ui/menus.less in metro-ui-rails-0.15.8.13
- old
+ new
@@ -1,9 +1,9 @@
/*
* Metro UI CSS
* Copyright 2012 Sergey Pimenov
- * Licensed under the MIT Lilcense
+ * Licensed under the MIT License
*
* Menus.less
* dropdown-menu, nav-bar
*/
@@ -66,10 +66,11 @@
top: 0;
width: 100%;
display: block;
margin: 0;
padding: 0;
+ z-index: 1000;
.nav-bar-inner {
.element, a .element {
position: relative;
margin: 5px;
@@ -150,11 +151,11 @@
& > .divider, & > ul.menu > li.divider {
.element;
width: 1px;
border-right: 1px darken(@white, 10%) solid;
- box-shadow: 0 0 10px rgba(0,0,0,0.5);
+ //box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
[data-role=dropdown] {
margin-right: 20px !important;
& > a {
@@ -245,5 +246,40 @@
margin: auto;
}
}
}
+.side-nav {
+ ul {
+ margin: 0;
+ padding: 0;
+ list-style: none;
+ margin-bottom: 20px;
+
+ .title {
+ color: #4f4f4f;
+ font-family: Segoe UI,Arial,Verdana,Tahoma,sans-serif;
+ font-size: 12pt;
+ margin: 0 0 5px 0;
+ border-bottom: 1px #ccc solid;
+ //margin-top: 20px;
+ }
+
+ & > li > a {
+ display: block;
+ padding: 3px 10px 3px 0;
+ position: relative;
+ color: #014E85;
+ padding-left: 3px;
+ font-size: 10pt;
+ }
+
+ &.close {
+ & > li {
+ display: none;
+ }
+ & > li[class^=title] {
+ display: list-item;
+ }
+ }
+ }
+}
\ No newline at end of file