summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-07-07 14:54:46 +0200
committerYorhel <git@yorhel.nl>2009-07-07 15:25:26 +0200
commit5d6f09f838392f1e2c072f44f904b5f9eab95f45 (patch)
treecb95e3d444dc47b01d6c66d9501d6f7b6ac3284d /data
parentc281835ad2b538c6e1afbd3a4bffe440c011b51c (diff)
Posts browser on user pages (/u+/posts)
Diffstat (limited to 'data')
-rw-r--r--data/style.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 755f8c01..dec6462b 100644
--- a/data/style.css
+++ b/data/style.css
@@ -472,7 +472,7 @@ div.mainbox.history td.tc1_2 {
}
div.mainbox.history td.tc2 { width: 65px; }
div.mainbox.history td.tc3 { width: 90px }
-div.mainbox.history tr.editsum td {
+tr.editsum td {
color: $grayedout$;
padding-top: 0;
text-align: right;
@@ -998,6 +998,21 @@ ul#catselect li li.exc { background-position: 0px -33px; color: $statnok$; }
}
+/***** User posts browser ****/
+div.browse.uposts td.tc1 {
+ padding-left: 0!important;
+ padding-right: 0;
+ text-align: right;
+ width: 60px;
+ *width: auto; /* IE7 sucks */
+}
+.uposts td.tc2 {
+ padding-left: 0;
+ width: 25px;
+}
+.uposts td.tc3 { width: 65px; }
+
+