[Mpuls-commits] r5928 - base/trunk/mpulsweb/public/styles
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Tue Apr 17 11:10:21 CEST 2012
Author: bricks
Date: 2012-04-17 11:10:21 +0200 (Tue, 17 Apr 2012)
New Revision: 5928
Modified:
base/trunk/mpulsweb/public/styles/all.css
Log:
Update styles for document table
Modified: base/trunk/mpulsweb/public/styles/all.css
===================================================================
--- base/trunk/mpulsweb/public/styles/all.css 2012-04-17 09:01:52 UTC (rev 5927)
+++ base/trunk/mpulsweb/public/styles/all.css 2012-04-17 09:10:21 UTC (rev 5928)
@@ -86,6 +86,10 @@
text-align: right;
}
+table td.date_field {
+ text-align: center;
+}
+
table td.label {
vertical-align: top;
width: 12em;
@@ -142,10 +146,14 @@
-.table_width_mid_s, .table_id, .table_date {
+.table_width_mid_s, .table_id, .table_filesize {
width:6em;
}
+.table_date {
+ width: 7.5em;
+}
+
.table_width_mid_l {
width:9em;
}
More information about the Mpuls-commits
mailing list