diff options
author | friendica <info@friendica.com> | 2012-06-28 16:05:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-28 16:05:28 -0700 |
commit | d7f35c81db264c3cbf3696a21d67b17f6aab8b09 (patch) | |
tree | 281ec029171fdded01b30224c0a89b4558e231af /view/theme/dispy/light/style.less | |
parent | de93c61e0de2c4bd9c48ba15aae4855ddfabd0d5 (diff) | |
parent | 3bd0975c072f9ddbe96c1523b3c8a36424c4edbf (diff) | |
download | volse-hubzilla-d7f35c81db264c3cbf3696a21d67b17f6aab8b09.tar.gz volse-hubzilla-d7f35c81db264c3cbf3696a21d67b17f6aab8b09.tar.bz2 volse-hubzilla-d7f35c81db264c3cbf3696a21d67b17f6aab8b09.zip |
Merge https://github.com/friendica/friendica into pull
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; } |