]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/pigeonthoughts/css/display.css
Notice form cleanup: removing hardcoded id from counter references; prep for reusable...
[quix0rs-gnu-social.git] / theme / pigeonthoughts / css / display.css
index 3d6db00e142e1f84a5cab460891501ed01bb8de4..155a473519354f97b9e0ede0930ab4177a55ace2 100644 (file)
@@ -3,7 +3,7 @@
  * @package   StatusNet
  * @author Sarven Capadisli <csarven@status.net>
  * @copyright 2009 StatusNet, Inc.
- * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
+ * @license   http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 Unported
  * @link      http://status.net/
  */
 
@@ -43,14 +43,14 @@ background:none;
 }
 
 input.submit,
-#form_notice.warning #notice_text-count,
+#form_notice.warning .count,
 .form_settings .form_note,
 .entity_remote_subscribe {
 background-color:#8F0000;
 }
 
 input:focus, textarea:focus, select:focus,
-#form_notice.warning #notice_data-text {
+#form_notice.warning textarea {
 border-color:#8F0000;
 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
@@ -186,10 +186,10 @@ border-top-color:#87B4C8;
 background:url(../images/illustrations/illu_pigeons-02.png) no-repeat 10% 100%;
 }
 
-#notice_text-count {
+.form_notice .count {
 color:#333333;
 }
-#form_notice.warning #notice_text-count {
+#form_notice.warning .count {
 color:#000000;
 }
 #form_notice label[for=notice_data-attach] {