Strip tabs from sheets

This commit is contained in:
Nick Schonning 2014-03-06 01:51:39 -05:00
parent cf90f0815f
commit bbe2d3cfe9
4 changed files with 8 additions and 8 deletions

View File

@ -28,7 +28,7 @@
// Create account
#new-account-link {
cursor: pointer;
cursor: pointer;
}
.create-account {

View File

@ -31,7 +31,7 @@ a#new-account-link { white-space:nowrap; }
// Create account
#new-account-link {
cursor: pointer;
cursor: pointer;
}
a#forgot-password-link {clear: left; float: left; }

View File

@ -48,7 +48,7 @@ button.create {
color: lighten($primary_text_color, 35%);
padding-right: 7px;
}
.like {
.like {
border-right: 1px solid $primary_border_color;
}
@ -58,12 +58,12 @@ button.create {
button {
border: none;
border: none;
font-size: 16px;
padding: 8px 10px;
vertical-align: top;
background: transparent;
border: 1px solid $primary_border_color;
border: 1px solid $primary_border_color;
float: left !important;
&:last-of-type {
border-right: 1px solid $primary_border_color
@ -127,7 +127,7 @@ a.star {
}
#main a.star.starred {
text-shadow: none !important;
text-shadow: none !important;
}
.topic-map {

View File

@ -45,7 +45,7 @@
}
.docked #topic-progress {
box-shadow: 0 0 3px rbga($primary_shadow_color, .5);
box-shadow: 0 0 3px rbga($primary_shadow_color, .5);
}
#topic-progress-wrapper {
@ -65,7 +65,7 @@
#topic-progress {
box-shadow: 0 0 3px rbga($primary_shadow_color, .7);
box-shadow: 0 0 3px rbga($primary_shadow_color, .7);
position: relative;
&.hidden {