summaryrefslogtreecommitdiff
path: root/data/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'data/style.css')
-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; }
+
+