summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/gemeinschaft-generic.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/gemeinschaft-generic.css.scss')
-rw-r--r--app/assets/stylesheets/gemeinschaft-generic.css.scss10
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;