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;