[Bps-public-commit] SD - A distributed issue tracker branch, master, updated. 113eb1253b73af8f08cb505963a74f50572a6c6b
jesse
jesse at bestpractical.com
Sun Feb 1 21:06:51 EST 2009
The branch, master has been updated
via 113eb1253b73af8f08cb505963a74f50572a6c6b (commit)
from 11d731385f40db125aad0b15a99ab4c43010efea (commit)
Summary of changes:
lib/App/SD/Server/View.pm | 20 ++++++++++++++++----
1 files changed, 16 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 113eb1253b73af8f08cb505963a74f50572a6c6b
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Sun Feb 1 21:06:01 2009 -0500
nav changes
diff --git a/lib/App/SD/Server/View.pm b/lib/App/SD/Server/View.pm
index 129d8d9..a2884de 100644
--- a/lib/App/SD/Server/View.pm
+++ b/lib/App/SD/Server/View.pm
@@ -153,11 +153,9 @@ th.headerSortDown {
}
ul.page-nav {
- float: right;
- margin-top: 0em;
position: absolute;
top: 0;
- right: 0;
+ right: 1.25em;
font-size: 0.7em;
}
@@ -285,10 +283,12 @@ div.widget {
}
ul.page-nav li {
- background: #ddd;
+ background: none;
border: 0;
}
+
+
ul.page-nav li:hover,
ul.page-nav li.sfHover,
ul.page-nav a:focus,
@@ -440,6 +440,18 @@ table.tablesorter td a:hover {
text-decoration: underline;
}
+.page-nav > li:hover > a > .sf-sub-indicator, .page-nav > li:active > a > .sf-sub-indicator,
+.page-nav > li.sfHover > a > .sf-sub-indicator
+
+{
+ background-image: url(/static/prophet/jquery/images/arrows-ffffff.png);
+}
+
+
+.page-nav > li > a > .sf-sub-indicator {
+ background-image: url(/static/prophet/jquery/images/arrows-cccccc.png);
+}
+
' );
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list