aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/dispy-dark/style.css3
-rw-r--r--view/theme/dispy/style.css3
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;