From 2755a6d3cfdd654657b00cf701af57c45ef05471 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Thu, 26 Nov 2009 20:38:06 +0000 Subject: Moved moderation styles out of UserFlag and put it into core. Updated icons. --- theme/base/css/display.css | 29 ++++++++++++++++++++++ theme/base/images/icons/icons-01.gif | Bin 2913 -> 3097 bytes theme/base/images/icons/twotone/green/badge.gif | Bin 0 -> 105 bytes theme/base/images/icons/twotone/green/sandbox.gif | Bin 0 -> 104 bytes theme/base/images/icons/twotone/green/silence.gif | Bin 0 -> 103 bytes theme/base/images/icons/twotone/green/skull.gif | Bin 0 -> 85 bytes 6 files changed, 29 insertions(+) create mode 100644 theme/base/images/icons/twotone/green/badge.gif create mode 100644 theme/base/images/icons/twotone/green/sandbox.gif create mode 100644 theme/base/images/icons/twotone/green/silence.gif create mode 100644 theme/base/images/icons/twotone/green/skull.gif (limited to 'theme/base') 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 index f19d6a3f6..e910c86c0 100644 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 index 000000000..2dca5b99f 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 index 000000000..17031962a 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 index 000000000..8c624acdd 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 index 000000000..033506732 Binary files /dev/null and b/theme/base/images/icons/twotone/green/skull.gif differ -- cgit v1.2.3-54-g00ecf