]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/identica/css/display.css
Notice form cleanup: removing hardcoded id from counter references; prep for reusable...
[quix0rs-gnu-social.git] / theme / identica / css / display.css
index 440dd8be22404cf5c3d3cc8cafda134fef1361f5..211c539dcb96bfdfb2182612e9597985c82584d5 100644 (file)
@@ -3,12 +3,10 @@
  * @package   StatusNet
  * @author    Sarven Capadisli <csarven@status.net>
  * @copyright 2009-2010 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/
  */
 
-@import url(../../base/css/display.css) screen, projection, tv, print;
-
 @media screen, projection, tv {
 body,
 a:active {
@@ -59,12 +57,12 @@ border-color:#DDDDDD;
 background:none;
 }
 
-.form_notice.warning #notice_text-count,
+.form_notice.warning .count,
 .form_settings .form_note {
 background-color:#9BB43E;
 }
 input.submit,
-.form_notice.warning #notice_text-count,
+.form_notice.warning .count,
 .form_settings .form_note,
 .entity_actions a,
 .entity_actions input,
@@ -82,8 +80,8 @@ border-color:transparent;
 background-color:transparent;
 }
 input:focus, textarea:focus, select:focus,
-.form_notice.warning #notice_data-text,
-.form_notice.warning #notice_text-count,
+.form_notice.warning textarea,
+.form_notice.warning .count,
 .form_settings .form_note,
 .entity_actions .dialogbox .form_data input:focus {
 border-color:#9BB43E;
@@ -147,10 +145,10 @@ border-top-color:#CEE1E9;
 background-color:#CEE1E9;
 }
 
-#notice_text-count {
+.form_notice .count {
 color:#333333;
 }
-.form_notice.warning #notice_text-count,
+.form_notice.warning .count,
 .dialogbox,
 .entity_actions .dialogbox input {
 color:#000000;