make the toolbar smaller

This commit is contained in:
did 2012-01-18 02:04:48 +01:00
parent fc20fe70c9
commit 0f3c672777
2 changed files with 12 additions and 9 deletions

View File

@ -5,7 +5,7 @@ body {
#page { #page {
position: relative; position: relative;
padding-top: 50px; padding-top: 40px;
iframe { iframe {
width: 100%; width: 100%;
@ -16,6 +16,6 @@ body {
#content-locale-picker { #content-locale-picker {
position: fixed; position: fixed;
top: 46px; top: 44px;
right: 70px; right: 70px;
} }

View File

@ -9,9 +9,11 @@
top: 0px; top: 0px;
left: 0px; left: 0px;
height: 50px; height: 40px;
width: 100%; width: 100%;
@include box-shadow(rgba(0, 0, 0, 1) 0px -1px 10px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px 4px, rgba(255, 255, 255, 0.4) 0 1px 0 0 inset);
.background { .background {
z-index: 100; z-index: 100;
position: absolute; position: absolute;
@ -22,7 +24,6 @@
width: 100%; width: 100%;
@include background-image(linear-gradient(#3F3F45, #23242B)); @include background-image(linear-gradient(#3F3F45, #23242B));
@include box-shadow(rgba(0, 0, 0, 0.6) 0px -1px 10px 0px, rgba(0, 0, 0, 0.2) 0px 4px 6px 4px, rgba(255, 255, 255, 0.4) 0 1px 0 0 inset);
@include opacity(0.95); @include opacity(0.95);
} }
@ -32,6 +33,8 @@
z-index: 200; z-index: 200;
color: #fff; color: #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
h1 { h1 {
float: left; float: left;
margin: 0 0 0 10px; margin: 0 0 0 10px;
@ -41,7 +44,7 @@
width: 200px; width: 200px;
line-height: 50px; line-height: 40px;
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
color: #fff; color: #fff;
@ -61,8 +64,8 @@
.col { .col {
float: right; float: right;
height: 50px; height: 40px;
line-height: 50px; line-height: 40px;
margin-right: 10px; margin-right: 10px;
padding-left: 14px; padding-left: 14px;
@ -79,14 +82,14 @@
#content-locale-picker-link { #content-locale-picker-link {
@include button; @include button;
top: 7px; top: 8px;
} }
} }
.back { .back {
a { a {
position: relative; position: relative;
top: 9px; top: 7px;
} }
} }