From b936e3a18ae766ffa26c6b119a0bb639b0c5fd5b Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Fri, 27 Apr 2012 02:33:58 -0400 Subject: fix 2 issues. contacts img in finder; wall filer title Signed-off-by: Simon L'nu --- view/theme/dispy/dark/style.less | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'view/theme/dispy/dark/style.less') 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; } -- cgit v1.2.3