]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add some CSS for the people lists
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 22:04:46 +0000 (18:04 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 22:04:46 +0000 (18:04 -0400)
darcs-hash:20080709220446-84dde-2cc813b2a781a641cc73482599479c3be6496a09.gz

theme/default/display.css
theme/stoica/display.css

index 87073bfada891f9bfb0cf3d2e2f0da9f6c8e12be..a28e12cbdcfeed27eb869a76899b52e5255e74ac 100644 (file)
@@ -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 ===== */
 
index fb300326a1100350afebc8ecf3f8b72917dade3b..f78c8066cbb3724a67494898e50fa16a245c25fd 100644 (file)
@@ -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 ===== */