app/assets/stylesheets/site.css in rails_admin_content-0.1.2 vs app/assets/stylesheets/site.css in rails_admin_content-0.1.3
- old
+ new
@@ -357,13 +357,12 @@
margin-left: 0;
margin-top: 0.3em;
}
#main-menu {
- bottom: 3px;
- left: 26px;
- margin-right: -500px;
+ bottom: 8px;
+ left: 311px;
position: absolute;
}
#wrapper {
background: none repeat scroll 0 0 #F1EFE2;
@@ -386,13 +385,12 @@
margin: 0 2px 0 0;
padding: 0;
white-space: nowrap;
}
#main-menu li a {
- background: none repeat scroll 0 0 #507AAA;
+ /* background: none repeat scroll 0 0 #507AAA; */
font-weight: bold;
- padding: 4px 10px;
}
#main-menu li a:hover {
background: none repeat scroll 0 0 #759FCF;
}
#main-menu li a.selected {
@@ -484,8 +482,15 @@
width: 54px;
height: 50px;
overflow: hidden;
}
-.navbar li{
- text-align: center;
-}
\ No newline at end of file
+.navbar li .section{
+ margin: 2px;
+}
+.navbar li .section a{
+ padding: 10px;
+ background-color: #759fcf;
+}
+
+
+