diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-01-12 21:21:00 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2012-01-12 21:21:00 +0100 |
commit | 9b2669eb5d7113f32dd506a480d6eafe129a5666 (patch) | |
tree | 427c5d6f51a3031dca2d8d2604dc079759b98b84 /view/theme/quattro/quattro.less | |
parent | 27a9a53b3b480ff6d86167dbdaebdd23747d9ab0 (diff) | |
download | volse-hubzilla-9b2669eb5d7113f32dd506a480d6eafe129a5666.tar.gz volse-hubzilla-9b2669eb5d7113f32dd506a480d6eafe129a5666.tar.bz2 volse-hubzilla-9b2669eb5d7113f32dd506a480d6eafe129a5666.zip |
profile-match and contact suggestion list styling
Diffstat (limited to 'view/theme/quattro/quattro.less')
-rw-r--r-- | view/theme/quattro/quattro.less | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 23b1d8474..db31fc25e 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -522,6 +522,7 @@ section { float: left; width: 90px; height: 90px; + margin-bottom: 15px; .contact-photo { width: 80px; height: 80px; img { width: 80px; height: 80px; } @@ -886,6 +887,22 @@ ul.tabs { margin: 0px 10px 10px 0px; } +/* profile match wrapper */ +.profile-match-wrapper { + float: left; + width: 90px; + height: 90px; + margin-bottom: 20px; + .contact-photo { + width: 80px; height: 80px; + img { width: 80px; height: 80px; } + } + .contact-photo-menu-button { + left: 0px; + top: 63px; + } +} + /* page footer */ footer { height: 100px; display: table-row; } |