]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/rebase/css/display.css
Notice form cleanup: removing hardcoded id from counter references; prep for reusable...
[quix0rs-gnu-social.git] / theme / rebase / css / display.css
index d4576092a6c310640d7b5080e2b9ac9396e807ad..21ef1988a7a5dbaf09f0e74ce04a5ac8d445e8f5 100644 (file)
@@ -245,7 +245,7 @@ address .poweredby {
     height:16px;
 }
 
-.form_notice .form_note {
+.form_notice .count {
     position: absolute;
     bottom: 0px;
     right: 125px;
@@ -253,15 +253,15 @@ address .poweredby {
     font-size: 0.8em; 
 }
 
-.form_notice .form_note dt {
+.form_notice .count dt {
     display:none;
 }
 
-.form_notice #notice_text-count {
+.form_notice .count {
     color: #777;
 }
 
-.form_notice.warning #notice_text-count {
+.form_notice.warning .count {
     color: #ff0000;
 }        
 
@@ -302,7 +302,7 @@ address .poweredby {
     margin-left: -2px;
 }
 
-.form_notice #notice_data-attach_selected code {
+.form_notice .attach-status code {
     font-size: 1.2em;
 }
 
@@ -312,7 +312,7 @@ address .poweredby {
     padding: 6px 2px 6px 5px;
 }
 
-.form_notice #notice_data-attach_selected button.close {
+.form_notice .attach-status button.close {
     float:right;
     font-size:0.8em;
 }