diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-19 13:02:41 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-19 13:02:41 -0400 |
commit | 05173d0a8a5fce31b4aac8a5ccfa525c4cb68d97 (patch) | |
tree | e40e161667614d542e4b59aac7927ec1936e4e9b | |
parent | 4fd1a17f0662d089d2d729aabdf04a883464ab05 (diff) | |
download | volse-hubzilla-05173d0a8a5fce31b4aac8a5ccfa525c4cb68d97.tar.gz volse-hubzilla-05173d0a8a5fce31b4aac8a5ccfa525c4cb68d97.tar.bz2 volse-hubzilla-05173d0a8a5fce31b4aac8a5ccfa525c4cb68d97.zip |
fix .item-select
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
-rw-r--r-- | view/theme/dispy-dark/style.css | 3 | ||||
-rw-r--r-- | view/theme/dispy/style.css | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css index fef0dd8dd..0c2fa61bb 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 a9148107f..5552f0b43 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; |