summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-02-02 16:06:22 +0100
committerSarven Capadisli <csarven@status.net>2010-02-02 16:06:22 +0100
commit65c5d7813b6e4add186e7e8bf7e476c262c2c4cd (patch)
tree3a3cfe7f69d3d35eacddd36fbe76bef27e146cd4 /theme
parent7b690dab8f277d864c4588667838ad9ce6959baf (diff)
Added icon to Clear label for UserFlag plugin
Diffstat (limited to 'theme')
-rw-r--r--theme/base/images/icons/icons-01.gifbin3650 -> 3696 bytes
-rw-r--r--theme/default/css/display.css6
-rw-r--r--theme/identica/css/display.css8
3 files changed, 11 insertions, 3 deletions
diff --git a/theme/base/images/icons/icons-01.gif b/theme/base/images/icons/icons-01.gif
index f93d33d79..980fa0c0d 100644
--- a/theme/base/images/icons/icons-01.gif
+++ b/theme/base/images/icons/icons-01.gif
Binary files differ
diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index 07aa5325f..3c05420ef 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -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 {
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index 1ac96ab5b..e19555378 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -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 {