From ee959b78ebfdd5cce50f2e2935e62ebba96ae3c4 Mon Sep 17 00:00:00 2001 From: "Mario \"Kuroir\" Ricalde" Date: Tue, 5 Mar 2013 11:23:06 -0600 Subject: Fixes #191 --- app/assets/stylesheets/gemeinschaft-generic.css.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/stylesheets/gemeinschaft-generic.css.scss b/app/assets/stylesheets/gemeinschaft-generic.css.scss index 9448b84..515a5fe 100644 --- a/app/assets/stylesheets/gemeinschaft-generic.css.scss +++ b/app/assets/stylesheets/gemeinschaft-generic.css.scss @@ -32,6 +32,7 @@ input, textarea, .uneditable-input { width: 96%; } } + input, textarea { &.invalid { box-shadow: inset -9px 0px 0px rgb(255, 219, 219), inset -14px 0px 0px rgb(255, 245, 245) !important; @@ -46,7 +47,13 @@ select { @media (max-width: 480px) { width: 99.5%; } +} +.form-horizontal { + input + .help-block, select + .help-block, textarea + .help-block { + font-size: 11px; + margin-top: 1px; + } } @media (max-width: 979px) { -- cgit v1.2.3