summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-22 21:03:59 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-22 21:03:59 +0000
commit785ffd5b9b70ea1614ba66b3c7b195f39027eeb6 (patch)
tree15ef4ba170c20754efb8dd4074feef27a662f399 /theme
parent0e694023941431706ae87770612763cd74132ef1 (diff)
Populat notices and some css cleanup
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css24
-rw-r--r--theme/identica/css/display.css7
2 files changed, 25 insertions, 6 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index c55b3fd23..2208529c0 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -799,7 +799,7 @@ display:inline;
#laconicat .notice p.entry-content {
/*margin-left:199px;*/
}
-.notice p.entry-content a:visited {
+#content .notice p.entry-content a:visited {
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
@@ -1061,7 +1061,6 @@ background-color:#fff;
text-align:left;
text-transform:uppercase;
}
-
#top_posters thead {
display:none;
}
@@ -1071,15 +1070,30 @@ width:199px;
#top_poster_number-of-notices {
width:123px;
}
-#top_posters tbody td {
+
+.section tbody td {
padding-right:11px;
-padding-bottom:4px;
+padding-bottom:11px;
}
-#top_posters img {
+.section .vcard .photo {
margin-right:7px;
margin-bottom:0;
}
+.section .notice {
+padding-top:11px;
+padding-bottom:11px;
+
+}
+
+.section .notice:first {
+border-top:0;
+}
+
+
+
+
+
/* tagcloud */
.tag-cloud {
list-style-type:none;
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index c16dc9fd7..b7ff0eb2d 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -49,7 +49,12 @@ div.notice-options input,
color:#002E6E;
}
-.notice p.entry-content a:visited {
+.notice,
+.profile {
+border-top-color:#97BFD1;
+}
+
+#content .notice p.entry-content a:visited {
background-color:#fcfcfc;
}
.notice p.entry-content .vcard a {