]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Moved moderation styles out of UserFlag and put it into core. Updated
authorSarven Capadisli <csarven@status.net>
Thu, 26 Nov 2009 20:38:06 +0000 (20:38 +0000)
committerSarven Capadisli <csarven@status.net>
Thu, 26 Nov 2009 20:38:06 +0000 (20:38 +0000)
icons.

13 files changed:
plugins/UserFlag/icon_badge.gif [deleted file]
plugins/UserFlag/icon_sandbox.gif [deleted file]
plugins/UserFlag/icon_silence.gif [deleted file]
plugins/UserFlag/icon_skull.gif [deleted file]
plugins/UserFlag/userflag.css
theme/base/css/display.css
theme/base/images/icons/icons-01.gif
theme/base/images/icons/twotone/green/badge.gif [new file with mode: 0644]
theme/base/images/icons/twotone/green/sandbox.gif [new file with mode: 0644]
theme/base/images/icons/twotone/green/silence.gif [new file with mode: 0644]
theme/base/images/icons/twotone/green/skull.gif [new file with mode: 0644]
theme/default/css/display.css
theme/identica/css/display.css

diff --git a/plugins/UserFlag/icon_badge.gif b/plugins/UserFlag/icon_badge.gif
deleted file mode 100644 (file)
index 2dca5b9..0000000
Binary files a/plugins/UserFlag/icon_badge.gif and /dev/null differ
diff --git a/plugins/UserFlag/icon_sandbox.gif b/plugins/UserFlag/icon_sandbox.gif
deleted file mode 100644 (file)
index 1703196..0000000
Binary files a/plugins/UserFlag/icon_sandbox.gif and /dev/null differ
diff --git a/plugins/UserFlag/icon_silence.gif b/plugins/UserFlag/icon_silence.gif
deleted file mode 100644 (file)
index 8c624ac..0000000
Binary files a/plugins/UserFlag/icon_silence.gif and /dev/null differ
diff --git a/plugins/UserFlag/icon_skull.gif b/plugins/UserFlag/icon_skull.gif
deleted file mode 100644 (file)
index 0335067..0000000
Binary files a/plugins/UserFlag/icon_skull.gif and /dev/null differ
index d69c2467f920c8c7ae13ab7a3dd963cd8681999e..98da24cc94fcdc2f0906f5340d4ec777152ccd11 100644 (file)
@@ -2,54 +2,3 @@
 .entity_flag p {
 background:url(icon_flag.gif) 5px 5px no-repeat;
 }
-.entity_sandbox input.submit,
-.entity_sandbox p {
-background:url(icon_sandbox.gif) 5px 5px no-repeat;
-}
-.entity_silence input.submit,
-.entity_silence p {
-background:url(icon_silence.gif) 5px 5px no-repeat;
-}
-.entity_delete input.submit,
-.entity_delete p {
-background:url(icon_skull.gif) 5px 5px no-repeat;
-}
-
-.entity_moderation {
-position:relative;
-}
-.entity_moderation p {
-background:transparent url(icon_badge.gif) 5px 5px no-repeat;
-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
--moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
--webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.25);
-border-radius:4px;
--moz-border-radius:4px;
--webkit-border-radius:4px;
-font-weight:bold;
-padding-bottom:2px;
-margin-bottom:7px;
-
-color:#002FA7;
-}
-.entity_moderation ul {
-display:none;
-}
-.entity_moderation:hover ul {
-display:block;
-background-color:#FFFFFF;
-min-width:21%;
-width:100%;
-border:1px solid #DDDDDD;
-padding:11px;
-position:absolute;
-top:-1px;
-right:-1px;
-z-index:1;
-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
--moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
--webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.25);
-border-radius:7px;
--moz-border-radius:7px;
--webkit-border-radius:7px;
-}
index 33d5ba07e4f8ea54e869ed976b316f949a697e8a..c9aa81cfb7d01b4a91e21126e4d578b1106913d0 100644 (file)
@@ -750,6 +750,35 @@ display:none;
 text-align:center;
 }
 
+.entity_moderation {
+position:relative;
+}
+.entity_moderation p {
+border-radius:4px;
+-moz-border-radius:4px;
+-webkit-border-radius:4px;
+font-weight:bold;
+padding-bottom:2px;
+margin-bottom:7px;
+}
+.entity_moderation ul {
+display:none;
+}
+.entity_moderation:hover ul {
+display:block;
+min-width:21%;
+width:100%;
+padding:11px;
+position:absolute;
+top:-1px;
+right:-1px;
+z-index:1;
+border-width:1px;
+border-style:solid;
+border-radius:7px;
+-moz-border-radius:7px;
+-webkit-border-radius:7px;
+}
 
 .entity_tags ul {
 list-style-type:none;
index f19d6a3f683217566ea2b7c5cd4a10e86d4da356..e910c86c002fb7f303963108ac2d6fe1163b736a 100644 (file)
Binary files a/theme/base/images/icons/icons-01.gif and b/theme/base/images/icons/icons-01.gif differ
diff --git a/theme/base/images/icons/twotone/green/badge.gif b/theme/base/images/icons/twotone/green/badge.gif
new file mode 100644 (file)
index 0000000..2dca5b9
Binary files /dev/null and b/theme/base/images/icons/twotone/green/badge.gif differ
diff --git a/theme/base/images/icons/twotone/green/sandbox.gif b/theme/base/images/icons/twotone/green/sandbox.gif
new file mode 100644 (file)
index 0000000..1703196
Binary files /dev/null and b/theme/base/images/icons/twotone/green/sandbox.gif differ
diff --git a/theme/base/images/icons/twotone/green/silence.gif b/theme/base/images/icons/twotone/green/silence.gif
new file mode 100644 (file)
index 0000000..8c624ac
Binary files /dev/null and b/theme/base/images/icons/twotone/green/silence.gif differ
diff --git a/theme/base/images/icons/twotone/green/skull.gif b/theme/base/images/icons/twotone/green/skull.gif
new file mode 100644 (file)
index 0000000..0335067
Binary files /dev/null and b/theme/base/images/icons/twotone/green/skull.gif differ
index 00cac0ea37415708f6033d35914c93ff83ad0edd..4b1c269675cdca3ae834bb47aed615947353e5a5 100644 (file)
@@ -40,7 +40,8 @@ box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
 .entity_send-a-message .form_notice,
 .pagination .nav_prev a,
 .pagination .nav_next a,
-.form_settings fieldset fieldset {
+.form_settings fieldset fieldset,
+.entity_moderation:hover ul {
 border-color:#DDDDDD;
 }
 
@@ -61,6 +62,7 @@ input.submit,
 .entity_remote_subscribe,
 .entity_actions a,
 .entity_actions input,
+.entity_moderation p,
 button {
 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
@@ -89,7 +91,8 @@ a,
 .form_settings input.form_action-primary,
 .notice-options input,
 .entity_actions a,
-.entity_actions input {
+.entity_actions input,
+.entity_moderation p {
 color:#002FA7;
 }
 
@@ -144,7 +147,11 @@ button.close,
 .form_user_unsubscribe input.submit,
 .form_group_join input.submit,
 .form_user_subscribe input.submit,
-.entity_subscribe a {
+.entity_subscribe a,
+.entity_moderation p,
+.entity_sandbox input.submit,
+.entity_silence input.submit,
+.entity_delete input.submit {
 background-image:url(../../base/images/icons/icons-01.gif);
 background-repeat:no-repeat;
 background-color:transparent;
@@ -169,7 +176,8 @@ border-color:transparent;
 }
 #content,
 #site_nav_local_views .current a,
-.entity_send-a-message .form_notice {
+.entity_send-a-message .form_notice,
+.entity_moderation:hover ul {
 background-color:#FFFFFF;
 }
 
@@ -252,7 +260,8 @@ background-position: 5px -718px;
 .entity_send-a-message a {
 background-position: 5px -852px;
 }
-.entity_send-a-message .form_notice {
+.entity_send-a-message .form_notice,
+.entity_moderation:hover ul {
 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
@@ -271,6 +280,18 @@ background-position: 5px -918px;
 .form_make_admin input.submit {
 background-position: 5px -983px;
 }
+.entity_moderation p {
+background-position: 5px -1313px;
+}
+.form_user_sandbox input.submit {
+background-position: 5px -1380px;
+}
+.form_user_silence input.submit {
+background-position: 5px -1445px;
+}
+.form_user_deleteuser input.submit {
+background-position: 5px -1511px;
+}
 
 /* NOTICES */
 .notice .attachment {
index 12541341d177fb3bd90e4967499535796dc9de24..8bacd767320d958feef3eb50f4343cefe93854c3 100644 (file)
@@ -40,7 +40,8 @@ box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
 .entity_send-a-message .form_notice,
 .pagination .nav_prev a,
 .pagination .nav_next a,
-.form_settings fieldset fieldset {
+.form_settings fieldset fieldset,
+.entity_moderation:hover ul {
 border-color:#DDDDDD;
 }
 
@@ -61,6 +62,7 @@ input.submit,
 .entity_remote_subscribe,
 .entity_actions a,
 .entity_actions input,
+.entity_moderation p,
 button {
 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
@@ -89,7 +91,8 @@ a,
 .form_settings input.form_action-primary,
 .notice-options input,
 .entity_actions a,
-.entity_actions input {
+.entity_actions input,
+.entity_moderation p {
 color:#002FA7;
 }
 
@@ -144,7 +147,11 @@ button.close,
 .form_user_unsubscribe input.submit,
 .form_group_join input.submit,
 .form_user_subscribe input.submit,
-.entity_subscribe a {
+.entity_subscribe a,
+.entity_moderation p,
+.entity_sandbox input.submit,
+.entity_silence input.submit,
+.entity_delete input.submit {
 background-image:url(../../base/images/icons/icons-01.gif);
 background-repeat:no-repeat;
 background-color:transparent;
@@ -169,7 +176,8 @@ border-color:transparent;
 }
 #content,
 #site_nav_local_views .current a,
-.entity_send-a-message .form_notice {
+.entity_send-a-message .form_notice,
+.entity_moderation:hover ul {
 background-color:#FFFFFF;
 }
 
@@ -251,7 +259,8 @@ background-position: 5px -718px;
 .entity_send-a-message a {
 background-position: 5px -852px;
 }
-.entity_send-a-message .form_notice {
+.entity_send-a-message .form_notice,
+.entity_moderation:hover ul {
 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
@@ -270,6 +279,18 @@ background-position: 5px -918px;
 .form_make_admin input.submit {
 background-position: 5px -983px;
 }
+.entity_moderation p {
+background-position: 5px -1313px;
+}
+.form_user_sandbox input.submit {
+background-position: 5px -1380px;
+}
+.form_user_silence input.submit {
+background-position: 5px -1445px;
+}
+.form_user_deleteuser input.submit {
+background-position: 5px -1511px;
+}
 
 /* NOTICES */
 .notice .attachment {