From 5d6f09f838392f1e2c072f44f904b5f9eab95f45 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Tue, 7 Jul 2009 14:54:46 +0200 Subject: Posts browser on user pages (/u+/posts) --- data/style.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'data') 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; } + + -- cgit v1.2.3