diff options
author | Simon <simon@kisikew.org> | 2012-06-28 09:16:53 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-06-28 09:16:53 -0700 |
commit | 3bd0975c072f9ddbe96c1523b3c8a36424c4edbf (patch) | |
tree | 300c297bc50bd22ae31f8667f8da09cc7399b7f6 /view/theme/dispy/light/style.less | |
parent | 26156e1dc4d1f4948e847cd0e5e50304ef643b25 (diff) | |
parent | ecf9ad9a082e12e3f77469ef2c16b1898a39c47c (diff) | |
download | volse-hubzilla-3bd0975c072f9ddbe96c1523b3c8a36424c4edbf.tar.gz volse-hubzilla-3bd0975c072f9ddbe96c1523b3c8a36424c4edbf.tar.bz2 volse-hubzilla-3bd0975c072f9ddbe96c1523b3c8a36424c4edbf.zip |
Merge pull request #367 from simonlnu/master
fix item-delete-selected* css
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r-- | view/theme/dispy/light/style.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less index c5641605e..e18f9a01b 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -326,7 +326,7 @@ h6 { } #item-delete-selected-desc { float: left; - font-size: smaller; + font-size: x-small; margin-right: 5px; &:hover { text-decoration: underline; @@ -2367,9 +2367,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; } |