forked from GNUsocial/gnu-social
fixed alignment of textarea
fixed event view
This commit is contained in:
parent
fe14c64e5e
commit
1fcb7afd3a
@ -441,6 +441,10 @@ body#doc #content_inner p.faq-credits {
|
|||||||
margin: 0 0 5px 5px;
|
margin: 0 0 5px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input_form .form_settings li textarea {
|
||||||
|
margin: 0 0 5px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.input_form fieldset fieldset label {
|
.input_form fieldset fieldset label {
|
||||||
left: 10px;
|
left: 10px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
@ -501,6 +505,10 @@ body#doc #content_inner p.faq-credits {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#input_form_event .form_settings .form_data li {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.form_notice .error, .form_notice .success, .form_notice .notice-status {
|
.form_notice .error, .form_notice .success, .form_notice .notice-status {
|
||||||
background-color: #33bcef;
|
background-color: #33bcef;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user