diff options
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r-- | view/theme/dispy/light/style.less | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less index b0fab994c..e18f9a01b 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -326,6 +326,7 @@ h6 { } #item-delete-selected-desc { float: left; + font-size: x-small; margin-right: 5px; &:hover { text-decoration: underline; @@ -1429,7 +1430,7 @@ nav #nav-notifications-linkmenu { margin-bottom: 1.4em; } .wall-item-body { - margin: 15px 10px 10px 0px; + margin: 1em; text-align: left; overflow-x: auto; } @@ -1534,10 +1535,6 @@ nav #nav-notifications-linkmenu { } } } -#item-delete-selected { - overflow: auto; - width: 100%; -} #connect-services-header, #extra-help-header { margin: 1.5em 0 0 0; @@ -2370,18 +2367,15 @@ div { opacity: 1; } #item-delete-selected { - margin-top: 30px; -} -/* was tired of having no way of moving it around, so -* here's a little 'hook' to do so */ -.delete-checked { - position: absolute; - left: 35px; - margin-top: 20px; + margin: 3em 5px; + position: relative; + left: 4em; + width: 15em; + overflow: auto; } #item-delete-selected-icon { float: left; - margin-right: 5px; + margin: 11px 5px; } .fc-state-highlight { background: @bg_colour; |