diff options
author | friendica <info@friendica.com> | 2012-04-27 01:10:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-27 01:10:33 -0700 |
commit | 153534bc700e95bd3c248a1e094319dbf57ca297 (patch) | |
tree | ec3b3d087b65298ccdc0e1acd51fde9d02a805d7 /view/theme/dispy/dark/style.less | |
parent | f06a554e05bfc8e4556e53c0f877e2f8c2d42bcc (diff) | |
parent | 8aead9e5178616b524a59fc226394e4450c46899 (diff) | |
download | volse-hubzilla-153534bc700e95bd3c248a1e094319dbf57ca297.tar.gz volse-hubzilla-153534bc700e95bd3c248a1e094319dbf57ca297.tar.bz2 volse-hubzilla-153534bc700e95bd3c248a1e094319dbf57ca297.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/dispy/dark/style.less')
-rw-r--r-- | view/theme/dispy/dark/style.less | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/view/theme/dispy/dark/style.less b/view/theme/dispy/dark/style.less index 6bab0109a..5efb44603 100644 --- a/view/theme/dispy/dark/style.less +++ b/view/theme/dispy/dark/style.less @@ -1385,10 +1385,36 @@ div { br { clear: left; } } } +.profile-match-wrapper { + float: left; + margin: 0 5px 40px 0; + width: 120px; + height: 120px; + padding: 3px; + position: relative; +} +.icon.drophide.profile-match-ignore { + margin: 0 6px 0 -3px; +} +.profile-match-photo { + +} + [id$="-end"], [class$="end"] { clear: both; margin: 0 0 10px 0; } +.profile-match-end { + margin: 0 0 5px 0; +} +.profile-match-name { + font-weight: bold; + margin: auto auto auto 23px; +} +.profile-match-connect { + font-style: italic; + margin: auto auto auto 23px; +} #advanced-profile-with { margin-left: 200px; } |