]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/cleaner/css/mp-screen.css
de-IDifying labels in notice form to fix issue with geo pin activating the wrong...
[quix0rs-gnu-social.git] / theme / cleaner / css / mp-screen.css
index d3f95db9b6442deab59f59568cf950b4db895c8e..cb3c6d06b648a3c435a81ede905600c70c15cd22 100644 (file)
@@ -80,7 +80,7 @@ float:left;
     padding: 4px;
 }
 
-#notice_text-count {
+.form_notice .count {
 position:absolute;
 bottom:2px;
     left: 175px;
@@ -88,18 +88,18 @@ bottom:2px;
 z-index:9;
 }
 
-#form_notice-direct.form_notice #notice_text-count {
+#form_notice-direct.form_notice .count {
     left: 0px;
 }
 
 /*input type=file no good in
 iPhone/iPod Touch, Android, Opera Mini Simulator
 */
-.form_notice #notice_text-count + label,
+.form_notice .count + label,
 .form_notice label[for="notice_data-attach"] {
 display:none;
 }
-.form_notice #notice_data-attach {
+.form_notice input.notice_data-attach {
 position:static;
 clear:both;
 width:65%;
@@ -112,7 +112,7 @@ background:none;
 opacity:1;
 }
 
-.form_notice #notice_action-submit {
+.form_notice .submit {
     text-align: center;
     left: 230px;
     top: 32px;
@@ -120,7 +120,7 @@ opacity:1;
     font-size: 0.8em;
 }
 
-#form_notice-direct.form_notice #notice_action-submit {
+#form_notice-direct.form_notice .submit {
     top: 62px;
 }