Commit f885cd85 by Kyle Fiedler

Fix styles for topbar

parent 1987e8a2
...@@ -54,7 +54,7 @@ div.book-wrapper { ...@@ -54,7 +54,7 @@ div.book-wrapper {
a { a {
@extend .block-link; @extend .block-link;
padding: 14px; padding: 0 lh();
} }
ul { ul {
......
...@@ -172,6 +172,7 @@ h1.top-header { ...@@ -172,6 +172,7 @@ h1.top-header {
font-size: 12px; font-size: 12px;
margin: (-$body-line-height) (-$body-line-height) $body-line-height; margin: (-$body-line-height) (-$body-line-height) $body-line-height;
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
line-height: 46px;
height:46px; height:46px;
@media print { @media print {
...@@ -191,7 +192,6 @@ h1.top-header { ...@@ -191,7 +192,6 @@ h1.top-header {
border-left: 1px solid darken(#f6efd4, 20%); border-left: 1px solid darken(#f6efd4, 20%);
@include box-shadow(inset 1px 0 0 lighten(#f6efd4, 5%)); @include box-shadow(inset 1px 0 0 lighten(#f6efd4, 5%));
display: block; display: block;
padding: lh(.75);
text-transform: uppercase; text-transform: uppercase;
&:hover { &:hover {
......
...@@ -172,7 +172,7 @@ nav.sequence-nav { ...@@ -172,7 +172,7 @@ nav.sequence-nav {
border-left: 1px solid darken(#f6efd4, 20%); border-left: 1px solid darken(#f6efd4, 20%);
cursor: pointer; cursor: pointer;
display: table-cell; display: table-cell;
padding: 14px 4px; padding: 0 4px;
text-indent: -9999px; text-indent: -9999px;
width: 82px; width: 82px;
......
...@@ -24,7 +24,6 @@ div.wiki-wrapper { ...@@ -24,7 +24,6 @@ div.wiki-wrapper {
padding: lh(.75) lh(); padding: lh(.75) lh();
margin-bottom: 0; margin-bottom: 0;
color: darken(#F6EFD4, 55%); color: darken(#F6EFD4, 55%);
line-height: lh();
} }
ul { ul {
...@@ -36,24 +35,23 @@ div.wiki-wrapper { ...@@ -36,24 +35,23 @@ div.wiki-wrapper {
input[type="button"] { input[type="button"] {
@extend .block-link; @extend .block-link;
@include box-shadow(inset 1px 0 0 lighten(#f6efd4, 5%)); background-color: darken(#F6EFD4, 5%);
@include border-radius(0); background-position: 12px center;
@include transition(); background-repeat: no-repeat;
border: 0; border: 0;
border-left: 1px solid darken(#f6efd4, 20%); border-left: 1px solid darken(#f6efd4, 20%);
@include border-radius(0);
@include box-shadow(inset 1px 0 0 lighten(#f6efd4, 5%));
color: darken(#F6EFD4, 80%); color: darken(#F6EFD4, 80%);
text-shadow: none;
font-weight: normal; font-weight: normal;
// font-size: 12px; font-size: 12px;
// text-transform: uppercase;
letter-spacing: 1px; letter-spacing: 1px;
// padding: 14.9px; line-height: 46px;
padding: lh(.60) lh();
padding-left: 38px;
margin: 0; margin: 0;
background-position: 12px center; padding: 0 lh() 0 38px;
background-color: darken(#F6EFD4, 5%); text-shadow: none;
background-repeat: no-repeat; text-transform: uppercase;
@include transition();
&.view { &.view {
background-image: url('/static/images/sequence-nav/view.png'); background-image: url('/static/images/sequence-nav/view.png');
......
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