Commit 9a67c835 by Tan Phat Nguyen

fix nest css

parent b0ceaebb
...@@ -27,11 +27,10 @@ ...@@ -27,11 +27,10 @@
margin-right: -21px; margin-right: -21px;
margin-bottom: 20px; margin-bottom: 20px;
margin-left: -20px; margin-left: -20px;
} .active > a, .active > a:hover, .active > a:focus {
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
color: #fff; color: #fff;
background-color: #428bca; background-color: #428bca;
}
} }
.nav-sidebar > li > a { .nav-sidebar > li > a {
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
Account <b class="caret"></b> Account <b class="caret"></b>
</a> </a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li><%= link_to "Order History", '#' %></li>
<li><%= link_to "Settings", edit_user_registration_path %></li> <li><%= link_to "Settings", edit_user_registration_path %></li>
<li><%= link_to "Orders History", orders_path %></li> <li><%= link_to "Orders History", orders_path %></li>
<li class="divider"></li> <li class="divider"></li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment