From 2b653c2923f859c5b7843cdfbb99d172ad1a1b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 6 Aug 2014 11:12:13 +0200 Subject: [PATCH] Fixed console errors CSS bullshit --- app/styles/dependencies/forms.scss | 4 ++-- app/styles/modules/common/colors-table.scss | 2 +- app/styles/modules/user-settings/user-profile.scss | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/styles/dependencies/forms.scss b/app/styles/dependencies/forms.scss index 530e29d3..efc8c44a 100644 --- a/app/styles/dependencies/forms.scss +++ b/app/styles/dependencies/forms.scss @@ -34,11 +34,11 @@ textarea { } .checksley-error-list { + @extend %small; margin-bottom: 0; position: absolute; - top: 10px; right: 2rem; - font-size: .8rem; + top: 10px; li { color: $red; padding: .2rem; diff --git a/app/styles/modules/common/colors-table.scss b/app/styles/modules/common/colors-table.scss index fd188d05..bb0d1685 100644 --- a/app/styles/modules/common/colors-table.scss +++ b/app/styles/modules/common/colors-table.scss @@ -59,8 +59,8 @@ } .status-wip-limit { max-width: 130px; - text-align: center; padding: 0 0 0 10px; + text-align: center; } } .row-edit { diff --git a/app/styles/modules/user-settings/user-profile.scss b/app/styles/modules/user-settings/user-profile.scss index 379c8e9c..d7f234b8 100644 --- a/app/styles/modules/user-settings/user-profile.scss +++ b/app/styles/modules/user-settings/user-profile.scss @@ -35,9 +35,9 @@ width: 100%; } } - &.submit { - width: 50%; - } + } + .submit { + width: 50%; } label { @extend %title;