diff options
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 34 | ||||
-rw-r--r-- | theme/base/images/icons/icons-01.gif | bin | 2913 -> 3097 bytes | |||
-rw-r--r-- | theme/base/images/icons/twotone/green/badge.gif | bin | 0 -> 105 bytes | |||
-rw-r--r-- | theme/base/images/icons/twotone/green/sandbox.gif | bin | 0 -> 104 bytes | |||
-rw-r--r-- | theme/base/images/icons/twotone/green/silence.gif | bin | 0 -> 103 bytes | |||
-rw-r--r-- | theme/base/images/icons/twotone/green/skull.gif | bin | 0 -> 85 bytes |
6 files changed, 32 insertions, 2 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index f1bc9c8ac..1cc209904 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -574,6 +574,7 @@ padding:0; border:0; text-align:center; font-weight:bold; +cursor:pointer; } /* entity_profile */ @@ -701,7 +702,7 @@ padding-left:23px; .entity_actions a, .entity_actions p { -padding:1px 4px 1px 26px; +padding:2px 4px 1px 26px; } .entity_remote_subscribe { @@ -749,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; @@ -986,7 +1016,7 @@ float:left; .notice-options .form_favor, .notice-options .form_disfavor { float:left; -margin-left:18px; +margin-left:20%; } .notice-options .form_favor, .notice-options .form_disfavor { diff --git a/theme/base/images/icons/icons-01.gif b/theme/base/images/icons/icons-01.gif Binary files differindex f19d6a3f6..e910c86c0 100644 --- a/theme/base/images/icons/icons-01.gif +++ b/theme/base/images/icons/icons-01.gif diff --git a/theme/base/images/icons/twotone/green/badge.gif b/theme/base/images/icons/twotone/green/badge.gif Binary files differnew file mode 100644 index 000000000..2dca5b99f --- /dev/null +++ b/theme/base/images/icons/twotone/green/badge.gif diff --git a/theme/base/images/icons/twotone/green/sandbox.gif b/theme/base/images/icons/twotone/green/sandbox.gif Binary files differnew file mode 100644 index 000000000..17031962a --- /dev/null +++ b/theme/base/images/icons/twotone/green/sandbox.gif diff --git a/theme/base/images/icons/twotone/green/silence.gif b/theme/base/images/icons/twotone/green/silence.gif Binary files differnew file mode 100644 index 000000000..8c624acdd --- /dev/null +++ b/theme/base/images/icons/twotone/green/silence.gif diff --git a/theme/base/images/icons/twotone/green/skull.gif b/theme/base/images/icons/twotone/green/skull.gif Binary files differnew file mode 100644 index 000000000..033506732 --- /dev/null +++ b/theme/base/images/icons/twotone/green/skull.gif |