diff options
author | Simon <simon@kisikew.org> | 2012-04-27 10:31:55 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-04-27 10:31:55 -0700 |
commit | e315b01f86165a0c62c94e6358669b7d96d1462a (patch) | |
tree | 0477da74b4c1d9effbfe1142c9d00af0be874e19 /view/theme/dispy/light/style.less | |
parent | 4b92e3543c9af26e590cfecf561ff7483e66e6c9 (diff) | |
parent | d0d79196ba43a9826eff135ef5cb2096570fc568 (diff) | |
download | volse-hubzilla-e315b01f86165a0c62c94e6358669b7d96d1462a.tar.gz volse-hubzilla-e315b01f86165a0c62c94e6358669b7d96d1462a.tar.bz2 volse-hubzilla-e315b01f86165a0c62c94e6358669b7d96d1462a.zip |
Merge pull request #272 from simonlnu/master
fix contact-friend stuff on profile sidebar
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; } |