Minor fixes on sidebar menu

This commit is contained in:
Joseph Cohen
2014-12-29 13:11:45 -06:00
parent 819cb191c9
commit 2009540db3
4 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -80,14 +80,14 @@ body.dashboard {
float: left; float: left;
display: block; display: block;
width: 33.333%; width: 33.333%;
border-right: 1px solid #D1DFEC; border-right: 1px solid #ddd;
border-top: 1px solid #D1DFEC; border-top: 1px solid #ddd;
a { a {
display: block; display: block;
position: relative; position: relative;
text-align: center; text-align: center;
padding: 6px 0; padding: 6px 0;
background: #E8EFF6; background: #fff;
} }
} }
} }
@@ -4397,14 +4397,14 @@ body.dashboard .sidebar {
float: left; float: left;
display: block; display: block;
width: 33.333%; width: 33.333%;
border-right: 1px solid #D1DFEC; border-right: 1px solid #ddd;
border-top: 1px solid #D1DFEC; } border-top: 1px solid #ddd; }
body.dashboard .sidebar .bottom-menu-sidebar ul > li a { body.dashboard .sidebar .bottom-menu-sidebar ul > li a {
display: block; display: block;
position: relative; position: relative;
text-align: center; text-align: center;
padding: 6px 0; padding: 6px 0;
background: #E8EFF6; } background: #fff; }
body.dashboard .content { body.dashboard .content {
position: relative; position: relative;
+3 -3
View File
@@ -4397,14 +4397,14 @@ body.dashboard .sidebar {
float: left; float: left;
display: block; display: block;
width: 33.333%; width: 33.333%;
border-right: 1px solid #D1DFEC; border-right: 1px solid #ddd;
border-top: 1px solid #D1DFEC; } border-top: 1px solid #ddd; }
body.dashboard .sidebar .bottom-menu-sidebar ul > li a { body.dashboard .sidebar .bottom-menu-sidebar ul > li a {
display: block; display: block;
position: relative; position: relative;
text-align: center; text-align: center;
padding: 6px 0; padding: 6px 0;
background: #E8EFF6; } background: #fff; }
body.dashboard .content { body.dashboard .content {
position: relative; position: relative;
+1 -1
View File
@@ -1,4 +1,4 @@
{ {
"css/all.css": "css/all-59ec4e3e.css", "css/all.css": "css/all-d4306fe3.css",
"js/all.js": "js/all-c9a5e8b0.js" "js/all.js": "js/all-c9a5e8b0.js"
} }