diff options
author | Simon <simon@kisikew.org> | 2012-04-26 23:36:11 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-04-26 23:36:11 -0700 |
commit | 8aead9e5178616b524a59fc226394e4450c46899 (patch) | |
tree | a38ab98d370a25436297508aa0863354af4931a5 /view/theme/dispy/dark/style.less | |
parent | a1f94ac59f677c61e97facb2835883191a9e48af (diff) | |
parent | b936e3a18ae766ffa26c6b119a0bb639b0c5fd5b (diff) | |
download | volse-hubzilla-8aead9e5178616b524a59fc226394e4450c46899.tar.gz volse-hubzilla-8aead9e5178616b524a59fc226394e4450c46899.tar.bz2 volse-hubzilla-8aead9e5178616b524a59fc226394e4450c46899.zip |
Merge pull request #270 from simonlnu/master
fix 2 issues
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; } |