diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-27 13:31:06 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-27 13:31:06 -0400 |
commit | d0d79196ba43a9826eff135ef5cb2096570fc568 (patch) | |
tree | 0477da74b4c1d9effbfe1142c9d00af0be874e19 /view/theme/dispy/light/style.less | |
parent | 263836ad543d7b78c962ff3de38654da4701ac8b (diff) | |
download | volse-hubzilla-d0d79196ba43a9826eff135ef5cb2096570fc568.tar.gz volse-hubzilla-d0d79196ba43a9826eff135ef5cb2096570fc568.tar.bz2 volse-hubzilla-d0d79196ba43a9826eff135ef5cb2096570fc568.zip |
fix contact-friend stuff on profile sidebar
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r-- | view/theme/dispy/light/style.less | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less index f14284f39..f7c4135c7 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -694,10 +694,26 @@ nav #nav-notifications-linkmenu { */ #asidemain { - h4 { - font-size: 1.2em; } - #viewcontacts { - text-align: right; } } + h4 { + font-size: 1.2em; } + #viewcontacts { + text-align: right; + } + #contact-block { + width: 99%; + .contact-block-content { + width: 99%; + .contact-block-div { + float: left; + margin: 0 5px 5px 0; + width: 50px; + height: 50px; + padding: 3px; + position: relative; + } + } + } +} .aprofile dt { background: transparent; @@ -1401,7 +1417,7 @@ div { } -[id$="-end"], [class$="end"] { +[id$="-end"], [class$="-end"] { clear: both; margin: 0 0 10px 0; } |