Fixed console errors CSS bullshit

stable
Xavier Julián 2014-08-06 11:12:13 +02:00
parent 2f9fa8a6ab
commit 2b653c2923
3 changed files with 6 additions and 6 deletions

View File

@ -34,11 +34,11 @@ textarea {
} }
.checksley-error-list { .checksley-error-list {
@extend %small;
margin-bottom: 0; margin-bottom: 0;
position: absolute; position: absolute;
top: 10px;
right: 2rem; right: 2rem;
font-size: .8rem; top: 10px;
li { li {
color: $red; color: $red;
padding: .2rem; padding: .2rem;

View File

@ -59,8 +59,8 @@
} }
.status-wip-limit { .status-wip-limit {
max-width: 130px; max-width: 130px;
text-align: center;
padding: 0 0 0 10px; padding: 0 0 0 10px;
text-align: center;
} }
} }
.row-edit { .row-edit {

View File

@ -35,9 +35,9 @@
width: 100%; width: 100%;
} }
} }
&.submit {
width: 50%;
} }
.submit {
width: 50%;
} }
label { label {
@extend %title; @extend %title;