diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-26 20:38:06 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-26 20:38:06 +0000 |
commit | 2755a6d3cfdd654657b00cf701af57c45ef05471 (patch) | |
tree | 71da1270428c58099343349208176d0c13bb86f5 /theme/base | |
parent | 5f5a107991478824133c6e0d67aeb1a7efb8e213 (diff) |
Moved moderation styles out of UserFlag and put it into core. Updated
icons.
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 29 | ||||
-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, 29 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 33d5ba07e..c9aa81cfb 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -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; 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 |