]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added icon to Clear label for UserFlag plugin
authorSarven Capadisli <csarven@status.net>
Tue, 2 Feb 2010 15:06:22 +0000 (16:06 +0100)
committerSarven Capadisli <csarven@status.net>
Tue, 2 Feb 2010 15:06:22 +0000 (16:06 +0100)
plugins/UserFlag/clearflagform.php
theme/base/images/icons/icons-01.gif
theme/default/css/display.css
theme/identica/css/display.css

index 5ad6055d331a85ceaba61ccf5d83c116399f2ca1..eefd15c3680bb9c48426540b32846a9be03ba2d1 100644 (file)
@@ -54,7 +54,7 @@ class ClearFlagForm extends ProfileActionForm
 
     function formClass()
     {
-        return 'form_entity_clearflag';
+        return 'form_user_clearflag';
     }
 
     /**
index f93d33d79bce50e1e407c98d534c6cbff24d4366..980fa0c0ddb09444117815a8f2a1d95952cd7af5 100644 (file)
Binary files a/theme/base/images/icons/icons-01.gif and b/theme/base/images/icons/icons-01.gif differ
index 07aa5325fc7b8bb19f66e1b848d0232dd06fdc52..3c05420ef637584200c178e44a606d58b33c4f1a 100644 (file)
@@ -189,7 +189,8 @@ button.close,
 .notice-options .repeated,
 .form_notice label[for=notice_data-geo],
 button.minimize,
-.form_reset_key input.submit {
+.form_reset_key input.submit,
+.entity_clear input.submit {
 background-image:url(../../base/images/icons/icons-01.gif);
 background-repeat:no-repeat;
 background-color:transparent;
@@ -338,6 +339,9 @@ background-position: 5px -1511px;
 .form_reset_key input.submit {
 background-position: 5px -1973px;
 }
+.entity_clear input.submit {
+background-position: 5px -2039px;
+}
 
 /* NOTICES */
 .notice .attachment {
index 1ac96ab5be4b3ad8a2210d5cb0145c0a27b71f99..e195553789268a7bcbbba047fe312b150e7f9ae1 100644 (file)
@@ -1,7 +1,7 @@
 /** theme: identica
  *
  * @package   StatusNet
- * @author Sarven Capadisli <csarven@status.net>
+ * @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
  * @link      http://status.net/
@@ -189,7 +189,8 @@ button.close,
 .notice-options .repeated,
 .form_notice label[for=notice_data-geo],
 button.minimize,
-.form_reset_key input.submit {
+.form_reset_key input.submit,
+.entity_clear input.submit {
 background-image:url(../../base/images/icons/icons-01.gif);
 background-repeat:no-repeat;
 background-color:transparent;
@@ -337,6 +338,9 @@ background-position: 5px -1511px;
 .form_reset_key input.submit {
 background-position: 5px -1973px;
 }
+.entity_clear input.submit {
+background-position: 5px -2039px;
+}
 
 /* NOTICES */
 .notice .attachment {