]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/victorian/css/mp-screen.css
de-IDifying labels in notice form to fix issue with geo pin activating the wrong...
[quix0rs-gnu-social.git] / theme / victorian / css / mp-screen.css
index 5639f290fb1b13de9202ee1606a2b29a8a67b322..584bfc7c10c1f474f3472d6053b2e061bcce4902 100644 (file)
@@ -95,7 +95,7 @@ width:60%;
 height:20px;
 }
 
-#notice_text-count {
+.form_notice .count {
 position:absolute;
 bottom:2px;
 right:40%;
@@ -105,11 +105,11 @@ z-index:9;
 /*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%;
@@ -122,7 +122,7 @@ background:none;
 opacity:1;
 }
 
-#form_notice #notice_action-submit {
+#form_notice .submit {
 width:20%;
 right:2%;
 text-align:center;