diff options
-rw-r--r-- | theme/default/display.css | 22 | ||||
-rw-r--r-- | theme/stoica/display.css | 22 |
2 files changed, 44 insertions, 0 deletions
diff --git a/theme/default/display.css b/theme/default/display.css index 87073bfad..a28e12cbd 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -567,5 +567,27 @@ input#openid_url { padding-left: 18px; } +/* for people lists */ + +.profile_single { + clear: both; + display: block; + margin: 0; + padding: 5px 5px 5px 0; + min-height: 48px; + font-family: Georgia, "Times New Roman", Times, serif; + font-size: 13px; + line-height: 16px; + border-bottom: 1px solid #dec5b5; + } +.profile_single:hover { + background-color: #f7ebcc; + } +.profile_single p { + display: inline; + margin: 0; + padding: 0; + } + /* ===== End Forms Styling ===== */ diff --git a/theme/stoica/display.css b/theme/stoica/display.css index fb300326a..f78c8066c 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -594,4 +594,26 @@ input#openid_url { padding-left: 24px; } +/* People lists (search results, maybe subscribers) */ + +.profile_single { + clear: both; + display: block; + margin: 0; + padding: 5px 5px 5px 0; + min-height: 48px; + font-family: Georgia, "Times New Roman", Times, serif; + font-size: 13px; + line-height: 16px; + border-bottom: 1px solid #D8E2D7; + } +.profile_single:hover { + background-color: #F3F8EA; + } +.profile_single p { + display: inline; + margin: 0; + padding: 0; + } + /* ===== End Forms Styling ===== */ |