diff options
author | Mario "Kuroir" Ricalde <kuroir@gmail.com> | 2013-03-05 11:23:06 -0600 |
---|---|---|
committer | Mario "Kuroir" Ricalde <kuroir@gmail.com> | 2013-03-05 11:23:06 -0600 |
commit | ee959b78ebfdd5cce50f2e2935e62ebba96ae3c4 (patch) | |
tree | 007e68099d54761934fa5222ab3a5b508e55b954 /app/assets/stylesheets/gemeinschaft-generic.css.scss | |
parent | 4fcdd330139921b6fa5d4f9d15fb5f91775b27af (diff) |
Fixes #191
Diffstat (limited to 'app/assets/stylesheets/gemeinschaft-generic.css.scss')
-rw-r--r-- | app/assets/stylesheets/gemeinschaft-generic.css.scss | 7 |
1 files changed, 7 insertions, 0 deletions
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) { |