summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorJames Walker <walkah@walkah.net>2010-03-04 01:31:19 -0500
committerJames Walker <walkah@walkah.net>2010-03-04 01:31:19 -0500
commit9cbeac5695454af0c2fa1a8068b45698da962064 (patch)
treebbc385497859fbf956205309836f5264762288d5 /theme
parent849f5783c445934da370769310b3b0382bc5d303 (diff)
parent4b99bfce455fbbfda34f46367eb3313c0bf8c9ea (diff)
Merge remote branch 'statusnet/testing' into testing
Diffstat (limited to 'theme')
-rw-r--r--theme/base/images/icons/README4
-rw-r--r--theme/base/images/icons/icons-01.gifbin3792 -> 4080 bytes
-rw-r--r--theme/default/css/display.css16
-rw-r--r--theme/identica/css/display.css16
4 files changed, 32 insertions, 4 deletions
diff --git a/theme/base/images/icons/README b/theme/base/images/icons/README
index 2e1782602..f701959ca 100644
--- a/theme/base/images/icons/README
+++ b/theme/base/images/icons/README
@@ -46,6 +46,10 @@
White underscore with green background
White C with green background
White magic wand with green background
+ Green badge with white background
+ Green sandbox with white background
+ Green speech bubble broken with white background
+ Green person with tie with white background
*/
Created by various authors
diff --git a/theme/base/images/icons/icons-01.gif b/theme/base/images/icons/icons-01.gif
index 210c44511..bf0f1230e 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 8ca267c33..be341813a 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -358,15 +358,27 @@ background-position: 5px -1445px;
.entity_delete input.submit {
background-position: 5px -1511px;
}
+.entity_sandbox .form_user_unsandbox input.submit {
+background-position: 5px -2568px;
+}
+.entity_silence .form_user_unsilence input.submit {
+background-position: 5px -2633px;
+}
.entity_role p {
background-position: 5px -2436px;
}
-.entity_role_administrator input.submit {
+.entity_role_administrator .form_user_grantrole input.submit {
background-position: 5px -983px;
}
-.entity_role_moderator input.submit {
+.entity_role_moderator .form_user_grantrole input.submit {
background-position: 5px -1313px;
}
+.entity_role_administrator .form_user_revokerole input.submit {
+background-position: 5px -2699px;
+}
+.entity_role_moderator .form_user_revokerole input.submit {
+background-position: 5px -2501px;
+}
.form_reset_key input.submit {
background-position: 5px -1973px;
}
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index bc27cfb4d..db85408eb 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -358,15 +358,27 @@ background-position: 5px -1445px;
.entity_delete input.submit {
background-position: 5px -1511px;
}
+.entity_sandbox .form_user_unsandbox input.submit {
+background-position: 5px -2568px;
+}
+.entity_silence .form_user_unsilence input.submit {
+background-position: 5px -2633px;
+}
.entity_role p {
background-position: 5px -2436px;
}
-.entity_role_administrator input.submit {
+.entity_role_administrator .form_user_grantrole input.submit {
background-position: 5px -983px;
}
-.entity_role_moderator input.submit {
+.entity_role_moderator .form_user_grantrole input.submit {
background-position: 5px -1313px;
}
+.entity_role_administrator .form_user_revokerole input.submit {
+background-position: 5px -2699px;
+}
+.entity_role_moderator .form_user_revokerole input.submit {
+background-position: 5px -2501px;
+}
.form_reset_key input.submit {
background-position: 5px -1973px;
}