summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-09 23:31:08 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-09 23:31:08 -0400
commitf1ef77ba3f7059c5e251e1d6b67000e530d18cc1 (patch)
tree7677c6bde21300e7eb3b5112c423aee7ceb69fcd
parent01ede5ca1ee4929811078d6a4fc87218d24ac974 (diff)
add both my and mc's stuff to the display.css
darcs-hash:20080710033108-84dde-4a362790f0386d1553a50df8adab680b5b17d0f3.gz
-rw-r--r--theme/stoica/display.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/theme/stoica/display.css b/theme/stoica/display.css
index e285f5e24..d21c7cc24 100644
--- a/theme/stoica/display.css
+++ b/theme/stoica/display.css
@@ -589,4 +589,42 @@ input#openid_url {
padding-left: 24px;
}
+/* People lists (search results, maybe subscribers) */
+
+#profiles {
+ clear: both;
+ margin: 0 auto;
+ padding: 0;
+ list-style-type: none;
+ width: 540px;
+ border-top: 1px solid #D8E2D7;
+ /*border: 1px solid #F00;*/
+ }
+#profiles a:hover {
+ text-decoration: underline;
+ }
+
+.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;
+ }
+
+/* ----- IM Settings Form -----*/
+
+#imsettings p {
+ margin: 0;
+ padding: 0;
+ line-height: 15px;
+}
+
/* ===== End Forms Styling ===== */