summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/bootstrapify.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/bootstrapify.scss')
-rw-r--r--app/assets/stylesheets/bootstrapify.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/bootstrapify.scss b/app/assets/stylesheets/bootstrapify.scss
index 3ee7314..316847a 100644
--- a/app/assets/stylesheets/bootstrapify.scss
+++ b/app/assets/stylesheets/bootstrapify.scss
@@ -30,7 +30,7 @@
}
button,
-a[role="button"],
+*[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
@@ -99,10 +99,12 @@ header nav {
form {
.field {
@extend .form-group;
+ .field_with_errors {
+ display: inline !important;
+ }
}
.field_with_errors {
@extend .has-error;
- display: inline;
}
}