forked from bofh/fetsite
Lva form verbessert
This commit is contained in:
21
app/assets/stylesheets/formtastic-changes.css.scss
Normal file
21
app/assets/stylesheets/formtastic-changes.css.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
form.formtastic .stringish input {
|
||||
width:90%;
|
||||
}
|
||||
form.formtastic textarea {
|
||||
width:90%;
|
||||
height:20em;
|
||||
}
|
||||
form.formtastic .stringish label {
|
||||
font-weight: bold;
|
||||
}
|
||||
form.formtastic .choice-group label {
|
||||
font-weight: bold;
|
||||
}
|
||||
form.formtastic fieldset div.control-group{}
|
||||
|
||||
div.form-group {
|
||||
border-width: 1px;
|
||||
border-style: dashed;
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user