[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. ca59c3c0884aaa32871c2970b8cf8cdff3214936
jesse
jesse at bestpractical.com
Thu Jan 22 00:36:32 EST 2009
The branch, master has been updated
via ca59c3c0884aaa32871c2970b8cf8cdff3214936 (commit)
from fb27f987c2e81797a6c31ac25ddfb729c29fa1c9 (commit)
Summary of changes:
lib/App/SD/Server/View.pm | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit ca59c3c0884aaa32871c2970b8cf8cdff3214936
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Thu Jan 22 00:36:22 2009 -0500
more robust styling
diff --git a/lib/App/SD/Server/View.pm b/lib/App/SD/Server/View.pm
index 7652c93..359e693 100644
--- a/lib/App/SD/Server/View.pm
+++ b/lib/App/SD/Server/View.pm
@@ -255,13 +255,15 @@ table.tablesorter {
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
padding-right: 2em;
}
-
+table.tablesorter {
+ position: relative;
+ display: block;
+}
table.tablesorter tbody td {
color: #555;
font-weight: bold;
height: 4.5em;
padding-top: 2.5em;
- margin-top: em;
}
@@ -269,12 +271,13 @@ table.tablesorter td.summary {
margin-top: 0em;
padding: 0;
font-weight: normal;
- right:4em;
- margin-top: 0.5em;
+ right:0em;
+ overflow: hidden;
+ margin-top: 0.5em;
height: 1em;
- left: 7.5em;
+ left: 4.25em;
position: absolute;
- padding-bottom: 1em;
+ padding-bottom: 1.25em;
}
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list