[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-230-g38f6a98
Thomas Sibley
trs at bestpractical.com
Mon Aug 9 20:30:08 EDT 2010
The branch, 3.9-trunk has been updated
via 38f6a984ded09c54527d05f57db0e17ae4fc1543 (commit)
from 2074112f3b9dd187b6ee532d0cdaeb2ba56038a4 (commit)
Summary of changes:
share/html/NoAuth/css/web2/forms.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 38f6a984ded09c54527d05f57db0e17ae4fc1543
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Aug 9 20:30:58 2010 -0400
Don't let CF labels force the width of tables
diff --git a/share/html/NoAuth/css/web2/forms.css b/share/html/NoAuth/css/web2/forms.css
index ca56716..4c33f1f 100755
--- a/share/html/NoAuth/css/web2/forms.css
+++ b/share/html/NoAuth/css/web2/forms.css
@@ -149,6 +149,10 @@ div.results .titlebox-content {
width: 12em;
}
+td.cflabel {
+ width: auto;
+}
+
.labeltop, .label, .value {
padding-top: 0.25em;
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list