]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated the styles for action icons
authorSarven Capadisli <csarven@status.net>
Sun, 8 Nov 2009 17:41:03 +0000 (18:41 +0100)
committerSarven Capadisli <csarven@status.net>
Sun, 8 Nov 2009 17:41:03 +0000 (18:41 +0100)
theme/base/css/display.css
theme/base/images/icons/icons-01.png
theme/base/images/icons/twotone/green/minus.gif [new file with mode: 0644]
theme/base/images/icons/twotone/green/plus.gif [new file with mode: 0644]
theme/default/css/display.css
theme/identica/css/display.css

index ee94b9e5e67615aaa347da40417f375061384979..abc3423ed8b0fbd62cd4337fe7eaf07562fe3bf6 100644 (file)
@@ -618,7 +618,7 @@ font-style:italic;
 .entity_actions {
 float:right;
 margin-left:2.35%;
-max-width:25%;
+width:22%;
 }
 .entity_actions h2 {
 display:none;
@@ -627,7 +627,7 @@ display:none;
 list-style-type:none;
 }
 .entity_actions li {
-margin-bottom:4px;
+margin-bottom:7px;
 }
 .entity_actions li:first-child {
 border-top:0;
@@ -662,23 +662,17 @@ border-radius:4px;
 -webkit-border-radius:4px;
 }
 
-.form_user_block input.submit,
-.form_user_unblock input.submit,
-.form_group_block input.submit,
-.form_group_unblock input.submit,
-.entity_send-a-message a,
-.entity_edit a,
-.form_user_nudge input.submit,
-.entity_nudge p,
-.form_make_admin input.submit {
+.entity_actions a,
+.entity_actions input,
+.entity_actions p {
 border:0;
-padding-left:20px;
+padding-left:23px;
 }
 
 .entity_edit a,
 .entity_send-a-message a,
 .entity_nudge p {
-padding:4px 4px 4px 23px;
+padding:4px 4px 4px 26px;
 }
 
 .entity_remote_subscribe {
@@ -696,8 +690,8 @@ margin-bottom:18px;
 
 .entity_send-a-message button {
 position:absolute;
-top:0;
-right:0;
+top:3px;
+right:3px;
 }
 
 .entity_send-a-message .form_notice {
index f83c30177c6a5aa8c13cc8bbaae41e7819c93ddf..c0f087a214e46cdbd8bf42aefda55591d02346e6 100644 (file)
Binary files a/theme/base/images/icons/icons-01.png and b/theme/base/images/icons/icons-01.png differ
diff --git a/theme/base/images/icons/twotone/green/minus.gif b/theme/base/images/icons/twotone/green/minus.gif
new file mode 100644 (file)
index 0000000..461cd8c
Binary files /dev/null and b/theme/base/images/icons/twotone/green/minus.gif differ
diff --git a/theme/base/images/icons/twotone/green/plus.gif b/theme/base/images/icons/twotone/green/plus.gif
new file mode 100644 (file)
index 0000000..4407d0b
Binary files /dev/null and b/theme/base/images/icons/twotone/green/plus.gif differ
index 8472fb07967b96eb5db34a92add132e36f7b2e6d..c1bc8a79ffcf7a627d0d39f06df1b3a85bb5c517 100644 (file)
@@ -37,19 +37,32 @@ border-color:#DDDDDD;
 background:none;
 }
 
+input.submit,
+.form_notice.warning #notice_text-count,
+.form_settings .form_note,
+.entity_remote_subscribe,
+.entity_actions .form_notice input.submit {
+background-color:#9BB43E;
+}
 input.submit,
 .form_notice.warning #notice_text-count,
 .form_settings .form_note,
 .entity_remote_subscribe,
 .entity_actions a,
 .entity_actions input,
-.entity_actions p {
+.entity_actions p,
+button.close {
 background-color:#9BB43E;
 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.3);
 }
-
+.entity_actions a,
+.entity_actions input,
+.entity_actions p {
+border-color:transparent;
+background-color:transparent;
+}
 input:focus, textarea:focus, select:focus,
 .form_notice.warning #notice_data-text,
 .form_notice.warning #notice_text-count,
@@ -58,7 +71,8 @@ input:focus, textarea:focus, select:focus,
 border-color:#9BB43E;
 }
 input.submit,
-.entity_remote_subscribe {
+.entity_remote_subscribe,
+.entity_actions .form_notice input.submit {
 color:#FFFFFF;
 }
 
@@ -72,7 +86,10 @@ div.notice-options input,
 .form_user_nudge input.submit,
 .entity_nudge p,
 .form_settings input.form_action-primary,
-.form_make_admin input.submit {
+.form_make_admin input.submit,
+.entity_actions a,
+.entity_actions input,
+.entity_actions p {
 color:#002FA7;
 }
 
@@ -122,7 +139,11 @@ opacity:0;
 #new_group a,
 .pagination .nav_prev a,
 .pagination .nav_next a,
-button.close {
+button.close,
+.form_group_leave input.submit,
+.form_user_unsubscribe input.submit,
+.form_group_join input.submit,
+.form_user_subscribe input.submit {
 background-image:url(../../base/images/icons/icons-01.png);
 background-repeat:no-repeat;
 background-color:transparent;
@@ -201,7 +222,7 @@ background-position:0 1px;
 }
 
 .form_group_join input.submit,
-.form_group_leave input.submit
+.form_group_leave input.submit,
 .form_user_subscribe input.submit,
 .form_user_unsubscribe input.submit {
 background-color:#9BB43E;
@@ -212,12 +233,20 @@ color:#FFFFFF;
 .form_user_authorization input.reject {
 background-color:#87B4C8;
 }
+.form_group_leave input.submit,
+.form_user_unsubscribe input.submit {
+background-position:5px -1246px;
+}
+.form_group_join input.submit,
+.form_user_subscribe input.submit {
+background-position:5px -1181px;
+}
 
 .entity_edit a {
-background-position: 0 -718px;
+background-position: 5px -718px;
 }
 .entity_send-a-message a {
-background-position: 0 -849px;
+background-position: 5px -849px;
 }
 .entity_send-a-message .form_notice {
 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
@@ -227,16 +256,16 @@ box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
 
 .entity_nudge p,
 .form_user_nudge input.submit {
-background-position: 0 -785px;
+background-position: 5px -785px;
 }
 .form_user_block input.submit,
 .form_user_unblock input.submit,
 .form_group_block input.submit,
 .form_group_unblock input.submit {
-background-position: 0 -918px;
+background-position: 5px -918px;
 }
 .form_make_admin input.submit {
-background-position: 0 -983px;
+background-position: 5px -983px;
 }
 
 /* NOTICES */
index 3647e21fd6f3e6dec8d382a2e7946e2e58a62d1e..064653ae540b7198a922dc652cb38c66241a9c68 100644 (file)
@@ -37,19 +37,31 @@ border-color:#DDDDDD;
 background:none;
 }
 
+input.submit,
+.form_notice.warning #notice_text-count,
+.form_settings .form_note,
+.entity_remote_subscribe,
+.entity_actions .form_notice input.submit {
+background-color:#9BB43E;
+}
 input.submit,
 .form_notice.warning #notice_text-count,
 .form_settings .form_note,
 .entity_remote_subscribe,
 .entity_actions a,
 .entity_actions input,
-.entity_actions p {
-background-color:#9BB43E;
+.entity_actions p,
+button.close {
 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.3);
 }
-
+.entity_actions a,
+.entity_actions input,
+.entity_actions p {
+border-color:transparent;
+background-color:transparent;
+}
 input:focus, textarea:focus, select:focus,
 .form_notice.warning #notice_data-text,
 .form_notice.warning #notice_text-count,
@@ -58,7 +70,8 @@ input:focus, textarea:focus, select:focus,
 border-color:#9BB43E;
 }
 input.submit,
-.entity_remote_subscribe {
+.entity_remote_subscribe,
+.entity_actions .form_notice input.submit {
 color:#FFFFFF;
 }
 
@@ -72,7 +85,10 @@ div.notice-options input,
 .form_user_nudge input.submit,
 .entity_nudge p,
 .form_settings input.form_action-primary,
-.form_make_admin input.submit {
+.form_make_admin input.submit,
+.entity_actions a,
+.entity_actions input,
+.entity_actions p {
 color:#002FA7;
 }
 
@@ -122,7 +138,11 @@ opacity:0;
 #new_group a,
 .pagination .nav_prev a,
 .pagination .nav_next a,
-button.close {
+button.close,
+.form_group_leave input.submit,
+.form_user_unsubscribe input.submit,
+.form_group_join input.submit,
+.form_user_subscribe input.submit {
 background-image:url(../../base/images/icons/icons-01.png);
 background-repeat:no-repeat;
 background-color:transparent;
@@ -201,7 +221,7 @@ background-position:0 1px;
 }
 
 .form_group_join input.submit,
-.form_group_leave input.submit
+.form_group_leave input.submit,
 .form_user_subscribe input.submit,
 .form_user_unsubscribe input.submit {
 background-color:#9BB43E;
@@ -212,12 +232,20 @@ color:#FFFFFF;
 .form_user_authorization input.reject {
 background-color:#87B4C8;
 }
+.form_group_leave input.submit,
+.form_user_unsubscribe input.submit {
+background-position:5px -1246px;
+}
+.form_group_join input.submit,
+.form_user_subscribe input.submit {
+background-position:5px -1181px;
+}
 
 .entity_edit a {
-background-position: 0 -718px;
+background-position: 5px -718px;
 }
 .entity_send-a-message a {
-background-position: 0 -849px;
+background-position: 5px -849px;
 }
 .entity_send-a-message .form_notice {
 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
@@ -227,16 +255,16 @@ box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
 
 .entity_nudge p,
 .form_user_nudge input.submit {
-background-position: 0 -785px;
+background-position: 5px -785px;
 }
 .form_user_block input.submit,
 .form_user_unblock input.submit,
 .form_group_block input.submit,
 .form_group_unblock input.submit {
-background-position: 0 -918px;
+background-position: 5px -918px;
 }
 .form_make_admin input.submit {
-background-position: 0 -983px;
+background-position: 5px -983px;
 }
 
 /* NOTICES */