diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-06-28 12:15:32 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-06-28 12:15:32 -0400 |
commit | ecf9ad9a082e12e3f77469ef2c16b1898a39c47c (patch) | |
tree | 300c297bc50bd22ae31f8667f8da09cc7399b7f6 /view/theme/dispy/dark/style.less | |
parent | 4ae5589df791635549511a90b88422f24170694a (diff) | |
download | volse-hubzilla-ecf9ad9a082e12e3f77469ef2c16b1898a39c47c.tar.gz volse-hubzilla-ecf9ad9a082e12e3f77469ef2c16b1898a39c47c.tar.bz2 volse-hubzilla-ecf9ad9a082e12e3f77469ef2c16b1898a39c47c.zip |
fix item-delete-selected* css
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/dark/style.less')
-rw-r--r-- | view/theme/dispy/dark/style.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less index 32b9aa4b3..60b49865e 100644 --- a/view/theme/dispy/dark/style.less +++ b/view/theme/dispy/dark/style.less @@ -325,7 +325,7 @@ h6 { } #item-delete-selected-desc { float: left; - font-size: smaller; + font-size: x-small; margin-right: 5px; &:hover { text-decoration: underline; @@ -2366,9 +2366,9 @@ div { opacity: 1; } #item-delete-selected { - margin-top: 30px; - position: absolute; - left: 35px; + margin: 3em 5px; + position: relative; + left: 4em; width: 15em; overflow: auto; } |