[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. 892cf4bb9e842c7eeea51d4428c176920af380a8

jesse jesse at bestpractical.com
Sun Feb 1 23:58:36 EST 2009


The branch, master has been updated
       via  892cf4bb9e842c7eeea51d4428c176920af380a8 (commit)
      from  2d51996df1817a53bc5dc718de84beb9fc3a009d (commit)

Summary of changes:
 lib/App/SD/Server/View.pm |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 892cf4bb9e842c7eeea51d4428c176920af380a8
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Sun Feb 1 23:58:17 2009 -0500

    listing hover stuff, title cutoffs

diff --git a/lib/App/SD/Server/View.pm b/lib/App/SD/Server/View.pm
index 14bbcfb..f8d7905 100644
--- a/lib/App/SD/Server/View.pm
+++ b/lib/App/SD/Server/View.pm
@@ -84,6 +84,10 @@ h1 {
    left: 0;
    right: 0;
    top: 1.1em;
+   height: 1em;
+   display: block;
+   overflow: hidden;
+   text-overflow:ellipsis;
    padding-top:0.3em;
    padding-left: 70px;
    padding-bottom: 0.3em;
@@ -376,6 +380,14 @@ ul.page-nav ul li:hover {
     background: #eee;
 }
 
+
+table.tablesorter tr:hover td,
+table.tablesorter tr:nth-child(odd):hover td {
+    background: #ffc;
+}
+
+
+
 dl.history dt {
     border-top: 1px solid #ccc;
     padding: 0.5em;
@@ -487,6 +499,16 @@ table.tablesorter td.summary a, table.tablesorter td.id a {
  color: #700;
 }
 
+table.tablesorter td.summary a {
+ display: block;
+ padding-bottom: 2em;
+ right: 0;
+ background: clear;
+ z-index: 50;
+}
+
+
+
 table.tablesorter td.id  {
     padding-top: 1.5em;
     text-align: right;

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list