Merge pull request #2163 from awesomerobot/master

added the header shadow back in
This commit is contained in:
Robin Ward 2014-03-21 15:11:44 -04:00
commit 097125215a
3 changed files with 3 additions and 5 deletions

View File

@ -265,7 +265,7 @@ blockquote {
.spinner {
width: 100px;
margin: 20px auto 30px auto;
margin: 10px auto 30px auto;
background-color: #000;
@include border-radius-all(10px);
padding: 10px 10px 10px 30px;

View File

@ -11,7 +11,7 @@
top: 0;
left: 0;
z-index: 1000;
border-bottom: 1px solid $primary_border_color;
box-shadow: 1px 0 4px rgba($primary_text_color, .45);
background-color: $primary_background_color;
padding-top: 3px;
.docked & {

View File

@ -62,6 +62,7 @@
border-collapse: separate;
border-spacing: 0;
margin: 0 0 10px;
border-top: 1px solid $primary-border-color;
a.title {color: $primary_text_color;}
a.title:visited:not(.badge-notification) {color: lighten($primary_text_color, 35%);}
@ -431,7 +432,6 @@
// --------------------------------------------------
.list-controls {
border-bottom: 1px solid $primary_border_color;
.home {
background-color: lighten($secondary_background_color, 76%);
@ -538,8 +538,6 @@ ol.category-breadcrumb {
}
.top-lists {margin-top: 20px;}
#bulk-select {
position: fixed;
right: 20px;