diff options
author | Mario "Kuroir" Ricalde <kuroir@gmail.com> | 2013-02-13 04:11:17 -0600 |
---|---|---|
committer | Mario "Kuroir" Ricalde <kuroir@gmail.com> | 2013-02-13 04:11:17 -0600 |
commit | 7d507dcc1bbbf5244b8d75f40c7cb6bc15906b33 (patch) | |
tree | 93401b6aadf4f89f307541b64e97be2b352b497a /app/assets | |
parent | 964c81fc615b35c9ee909a47901f307be6ce2c3a (diff) |
Implements Fixes to TB for simple_form
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/gemeinschaft-generic.css.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/gemeinschaft-generic.css.scss b/app/assets/stylesheets/gemeinschaft-generic.css.scss index 044b87b..fbeaa1f 100644 --- a/app/assets/stylesheets/gemeinschaft-generic.css.scss +++ b/app/assets/stylesheets/gemeinschaft-generic.css.scss @@ -17,6 +17,16 @@ li.display { } } +// SimpleForm Inline Checkbox Fix +.simple-checkbox .checkbox { + text-align: left; + width: auto; + float: none; +} +input, textarea, .uneditable-input { + width: 500px; +} + @media (max-width: 979px) { body { padding-top: 0px; |