diff options
Diffstat (limited to 'view/theme/dispy/light/style.less')
-rw-r--r-- | view/theme/dispy/light/style.less | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/view/theme/dispy/light/style.less b/view/theme/dispy/light/style.less index 141ff731b..bbbc07742 100644 --- a/view/theme/dispy/light/style.less +++ b/view/theme/dispy/light/style.less @@ -1386,10 +1386,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; } |