X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FUserFlag%2Fuserflag.css;h=98da24cc94fcdc2f0906f5340d4ec777152ccd11;hb=22f02b35ad58030a093563a7df683962b4d165c5;hp=d69c2467f920c8c7ae13ab7a3dd963cd8681999e;hpb=5f5a107991478824133c6e0d67aeb1a7efb8e213;p=quix0rs-gnu-social.git diff --git a/plugins/UserFlag/userflag.css b/plugins/UserFlag/userflag.css index d69c2467f9..98da24cc94 100644 --- a/plugins/UserFlag/userflag.css +++ b/plugins/UserFlag/userflag.css @@ -2,54 +2,3 @@ .entity_flag p { background:url(icon_flag.gif) 5px 5px no-repeat; } -.entity_sandbox input.submit, -.entity_sandbox p { -background:url(icon_sandbox.gif) 5px 5px no-repeat; -} -.entity_silence input.submit, -.entity_silence p { -background:url(icon_silence.gif) 5px 5px no-repeat; -} -.entity_delete input.submit, -.entity_delete p { -background:url(icon_skull.gif) 5px 5px no-repeat; -} - -.entity_moderation { -position:relative; -} -.entity_moderation p { -background:transparent url(icon_badge.gif) 5px 5px no-repeat; -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.25); -border-radius:4px; --moz-border-radius:4px; --webkit-border-radius:4px; -font-weight:bold; -padding-bottom:2px; -margin-bottom:7px; - -color:#002FA7; -} -.entity_moderation ul { -display:none; -} -.entity_moderation:hover ul { -display:block; -background-color:#FFFFFF; -min-width:21%; -width:100%; -border:1px solid #DDDDDD; -padding:11px; -position:absolute; -top:-1px; -right:-1px; -z-index:1; -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.25); -border-radius:7px; --moz-border-radius:7px; --webkit-border-radius:7px; -}