From: Simon L'nu Date: Thu, 19 Apr 2012 17:02:41 +0000 (-0400) Subject: fix .item-select X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=05173d0a8a5fce31b4aac8a5ccfa525c4cb68d97;p=friendica.git fix .item-select Signed-off-by: Simon L'nu --- diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css index fef0dd8ddf..0c2fa61bb7 100644 --- a/view/theme/dispy-dark/style.css +++ b/view/theme/dispy-dark/style.css @@ -2276,8 +2276,7 @@ div[id$="wrapper"] br { .item-select { opacity: 0.1; filter:alpha(opacity=10); - float: right; - margin-right: 5px; + margin: 5px 0 0 6px !important; } .item-select:hover, .checkeditem { opacity: 1; diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index a9148107ff..5552f0b43a 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -2277,8 +2277,7 @@ div[id$="wrapper"] br { .item-select { opacity: 0.1; filter:alpha(opacity=10); - float: right; - margin-right: 5px; + margin-right: 5px 0 0 6px !important; } .item-select:hover, .checkeditem { opacity: 1;