fixed alignment of textarea

fixed event view
This commit is contained in:
Marcus Moeller 2015-02-13 23:09:34 +01:00
parent fe14c64e5e
commit 1fcb7afd3a
1 changed files with 8 additions and 0 deletions

View File

@ -441,6 +441,10 @@ body#doc #content_inner p.faq-credits {
margin: 0 0 5px 5px;
}
.input_form .form_settings li textarea {
margin: 0 0 5px 5px;
}
.input_form fieldset fieldset label {
left: 10px;
background: #fff;
@ -501,6 +505,10 @@ body#doc #content_inner p.faq-credits {
text-decoration: none;
}
#input_form_event .form_settings .form_data li {
width: 100% !important;
}
.form_notice .error, .form_notice .success, .form_notice .notice-status {
background-color: #33bcef;
border: 0 none;