]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated styles for unsandbox, unsilence, revoke administrator and
authorSarven Capadisli <csarven@status.net>
Thu, 4 Mar 2010 05:48:48 +0000 (00:48 -0500)
committerSarven Capadisli <csarven@status.net>
Thu, 4 Mar 2010 05:48:48 +0000 (00:48 -0500)
moderator icons

theme/base/images/icons/icons-01.gif
theme/default/css/display.css
theme/identica/css/display.css

index 7c22356738044fb15b7643bcff012f74d216766b..bf0f1230e5e16d75e630a487708d8a45ed4f6abf 100644 (file)
Binary files a/theme/base/images/icons/icons-01.gif and b/theme/base/images/icons/icons-01.gif differ
index 8ca267c338a28aa71173926e79af6606db3fbc95..be341813a52d602c44518f335758ef086083a444 100644 (file)
@@ -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;
 }
index bc27cfb4d07736ca67b00a62e46104f203aa7fef..db85408ebdbe9e698d7643de0692b05b847b59b5 100644 (file)
@@ -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;
 }