]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixed alignment of textarea
authorMarcus Moeller <marcus.moeller@gmx.ch>
Fri, 13 Feb 2015 22:09:34 +0000 (23:09 +0100)
committerMarcus Moeller <marcus.moeller@gmx.ch>
Fri, 13 Feb 2015 22:09:34 +0000 (23:09 +0100)
fixed event view

theme/neo-quitter/css/display.css

index 04fb2ef5d3160bdca19398c0e05582fb46330ef4..cd04fcee61bac6d555c005b748c9da73c5c1768b 100644 (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;