app/assets/stylesheets/site.css in rails_admin_content-0.1.0 vs app/assets/stylesheets/site.css in rails_admin_content-0.1.1

- old
+ new

@@ -458,9 +458,21 @@ padding: 5px; width: 70px; float: left; } +.content .navbar ul li.active{ + display: block; + border: 1px solid #696;padding: 5px 0;text-align: center; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; + -webkit-box-shadow: #666 0px 0px 10px; + -moz-box-shadow: #666 0px 0px 10px; + box-shadow: #666 0px 0px 10px;background: #EEFF99;behavior: url(/PIE.htc); +} + + .content .details{ overflow: auto; } .table tr{ \ No newline at end of file