diff options
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 46 | ||||
-rw-r--r-- | theme/base/images/icons/icons-01.png | bin | 3422 -> 3930 bytes | |||
-rw-r--r-- | theme/base/images/icons/twotone/green/minus.gif | bin | 0 -> 90 bytes | |||
-rw-r--r-- | theme/base/images/icons/twotone/green/plus.gif | bin | 0 -> 74 bytes |
4 files changed, 28 insertions, 18 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 1bab7d965..abc3423ed 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -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; @@ -652,24 +652,27 @@ text-decoration:none; font-weight:bold; display:block; } +.entity_actions a, +.entity_actions input { +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); +border-radius:4px; +-moz-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 { @@ -687,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 { @@ -700,7 +703,7 @@ width:65%; z-index:2; border-radius:7px; -moz-border-radius:7px; --webkit-radius-border:7px; +-webkit-border-radius:7px; border-width:1px; border-style:solid; } @@ -973,11 +976,11 @@ border:0; .notice-options .notice_reply, .notice-options .notice_delete { text-decoration:none; -padding-left:16px; } .notice-options form input.submit { width:16px; -padding:2px 0; +height:16px; +padding:0; } .notice-options .form_favor legend, .notice-options .form_disfavor legend { @@ -988,6 +991,13 @@ display:none; border:0; padding:0; } +.notice-options a { +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); +width:16px; +height:16px; +} .notice .attachment { position:relative; diff --git a/theme/base/images/icons/icons-01.png b/theme/base/images/icons/icons-01.png Binary files differindex f83c30177..c0f087a21 100644 --- a/theme/base/images/icons/icons-01.png +++ b/theme/base/images/icons/icons-01.png diff --git a/theme/base/images/icons/twotone/green/minus.gif b/theme/base/images/icons/twotone/green/minus.gif Binary files differnew file mode 100644 index 000000000..461cd8cb2 --- /dev/null +++ b/theme/base/images/icons/twotone/green/minus.gif diff --git a/theme/base/images/icons/twotone/green/plus.gif b/theme/base/images/icons/twotone/green/plus.gif Binary files differnew file mode 100644 index 000000000..4407d0b2d --- /dev/null +++ b/theme/base/images/icons/twotone/green/plus.gif |