Commit 21bfd1e7 authored by randx's avatar randx

minor css improvements

parent 19a52197
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
*/ */
.file_holder { .file_holder {
border:1px solid #CCC; border:1px solid #BBB;
margin-bottom:1em; margin-bottom:1em;
@include solid_shade; @include solid_shade;
......
...@@ -22,7 +22,7 @@ header { ...@@ -22,7 +22,7 @@ header {
* *
*/ */
.app_logo { .app_logo {
width:230px; width:200px;
float:left; float:left;
position:relative; position:relative;
top:-5px; top:-5px;
...@@ -31,7 +31,7 @@ header { ...@@ -31,7 +31,7 @@ header {
h1 { h1 {
padding-top: 5px; padding-top: 5px;
width:102px; width:90px;
background: url('logo_dark.png') no-repeat 0px -3px; background: url('logo_dark.png') no-repeat 0px -3px;
float:left; float:left;
margin-left:5px; margin-left:5px;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Main Menu of Application * Main Menu of Application
* *
*/ */
ul.main_menu { ul.main_menu {
border-radius: 4px; border-radius: 4px;
margin: auto; margin: auto;
margin:30px 0; margin:30px 0;
...@@ -12,7 +12,7 @@ ul.main_menu { ...@@ -12,7 +12,7 @@ ul.main_menu {
position:relative; position:relative;
overflow:hidden; overflow:hidden;
@include shade; @include shade;
.count { .count {
position: relative; position: relative;
top: -1px; top: -1px;
display: inline-block; display: inline-block;
...@@ -29,12 +29,12 @@ ul.main_menu { ...@@ -29,12 +29,12 @@ ul.main_menu {
border-radius: 8px; border-radius: 8px;
-moz-border-radius: 8px; -moz-border-radius: 8px;
} }
.label { .label {
background:$hover; background:$hover;
text-shadow:none; text-shadow:none;
color:$style_color; color:$style_color;
} }
li { li {
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;
display: table-cell; display: table-cell;
...@@ -43,7 +43,7 @@ ul.main_menu { ...@@ -43,7 +43,7 @@ ul.main_menu {
border-left: 1px solid #EEE; border-left: 1px solid #EEE;
border-bottom:2px solid #CFCFCF; border-bottom:2px solid #CFCFCF;
&:first-child{ &:first-child{
-webkit-border-top-left-radius: 4px; -webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px;
...@@ -53,31 +53,31 @@ ul.main_menu { ...@@ -53,31 +53,31 @@ ul.main_menu {
border-left: 0; border-left: 0;
} }
&.current { &.current {
background-color:#D5D5D5; background-color:#D5D5D5;
border-bottom: 2px solid $style_color; border-bottom: 1px solid #AAA;
border-right: 1px solid #BBB; border-right: 1px solid #BBB;
border-left: 1px solid #BBB; border-left: 1px solid #BBB;
border-radius: 0 0 1px 1px; border-radius: 0 0 1px 1px;
&:first-child{ &:first-child{
border-bottom:none; border-bottom:none;
border-left:none; border-left:none;
} }
} }
&.home { &.home {
a { a {
background: url(home_icon.PNG) no-repeat center center; background: url(home_icon.PNG) no-repeat center center;
text-indent:-9999px; text-indent:-9999px;
min-width:20px; min-width:20px;
img { img {
position:relative; position:relative;
top:4px; top:4px;
} }
} }
} }
} }
a { a {
display: block; display: block;
text-align: center; text-align: center;
font-weight:bold; font-weight:bold;
......
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