summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-21 01:10:11 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-21 01:10:11 +0000
commit96e40e06493148757896c7f6061e9cbb2d8c2ceb (patch)
treeac8d3aa1c818429eeb1df99ceb475a7d569bf62c /theme
parent560374e1702babd53f588c868f0189e2f935b5e7 (diff)
profilelist markup and styles
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css42
-rw-r--r--theme/identica/css/display.css5
2 files changed, 41 insertions, 6 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 61ce2d043..f0bf6bfc1 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -62,7 +62,9 @@ font-weight:bold;
textarea {
overflow:auto;
}
-select, option {
+select {
+}
+option {
padding-bottom:0;
}
fieldset {
@@ -526,14 +528,13 @@ clear:none;
}
#user_profile .user_fn {
margin-left:11px;
-margin-left:4px;
margin-right:4px;
}
#user_profile .user_fn .fn {
font-weight:bold;
font-style:normal;
}
-#user_profile .user_nickname .nickname {
+#user_profile .nickname {
font-style:italic;
font-weight:bold;
}
@@ -553,8 +554,13 @@ display:none;
#user_profile h2 {
display:none;
}
+
/* user_profile */
+
+
+
+
/*user_actions*/
#user_actions {
clear:left;
@@ -677,12 +683,40 @@ clear:both;
+.profile #user_profile {
+margin-bottom:0;
+min-height:60px;
+}
+.profile .form_user_unsubscribe {
+float:right;
+}
+.profiles {
+list-style-type:none;
+}
+.profile #user_profile .user_location {
+width:auto;
+clear:none;
+margin-left:11px;
+}
+.profile #user_profile dl,
+.profile #user_profile dd {
+display:inline;
+float:none;
+}
+.profile #user_profile .user_note,
+.profile #user_profile .user_url {
+margin-left:55px;
+clear:none;
+display:block;
+width:auto;
+}
/* NOTICE */
-.notice {
+.notice,
+.profile {
position:relative;
padding-top:18px;
padding-bottom:18px;
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index eb5f78b9e..e3b5310f7 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -39,7 +39,9 @@ color:#fff;
}
a,
-div.notice-options input {
+div.notice-options input,
+.form_user_block input.submit,
+.form_user_unblock input.submit {
color:#002E6E;
}
@@ -155,7 +157,6 @@ background-image:url(../images/icons/twotone/green/mail.gif);
.form_user_block input.submit,
.form_user_unblock input.submit {
background-image:url(../images/icons/twotone/green/shield.gif);
-color:#000;
}