]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/h4ck3r/css/display.css
Merge branch 'microapp' of gitorious.org:~evan/statusnet/evans-mainline into microapp
[quix0rs-gnu-social.git] / theme / h4ck3r / css / display.css
index 276659dcede65159c844aab975c7b1cfbaa9169b..45d958bbea6563a9e8010785ab01730dc58cfd4c 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/
  */
 
@@ -44,14 +44,14 @@ background:none;
 }
 
 input.submit,
-#form_notice.warning #notice_text-count,
+#form_notice.warning .count,
 .form_settings .form_note,
 .entity_remote_subscribe {
 background-color:rgba(0, 255, 0, 0.5);
 }
 
 input:focus, textarea:focus, select:focus,
-#form_notice.warning #notice_data-text {
+#form_notice.warning textarea {
 border-color:#9BB43E;
 }
 input.submit,
@@ -82,13 +82,13 @@ border-top-color:#87B4C8;
 background-color:rgba(0,128,0,0.3);
 }
 
-#notice_text-count {
+.form_notice .count {
 color:#0f0;
 }
-#form_notice.warning #notice_text-count {
+#form_notice.warning .count {
 color:#000;
 }
-#form_notice.processing #notice_action-submit {
+#form_notice.processing .submit {
 background:#ccc url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
 cursor:wait;
 text-indent:-9999px;