[Rt-commit] rt branch, 3.9-web2-repolish, created. rt-3.9.4-441-g01084aa
Jesse Vincent
jesse at bestpractical.com
Tue Nov 9 14:51:56 EST 2010
The branch, 3.9-web2-repolish has been created
at 01084aaefce7ef52b3724e02b685e86010e3f9bb (commit)
- Log -----------------------------------------------------------------
commit 01084aaefce7ef52b3724e02b685e86010e3f9bb
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Nov 9 19:50:50 2010 +0000
a slightly more faithful take at the "web2" page navigation. currently
the top-right-corner actions are specialcased for tickets
diff --git a/share/html/NoAuth/css/web2/InHeader b/share/html/NoAuth/css/web2/InHeader
index 262f11e..5d3418d 100644
--- a/share/html/NoAuth/css/web2/InHeader
+++ b/share/html/NoAuth/css/web2/InHeader
@@ -60,6 +60,8 @@ jQuery(document).ready(function(){
jQuery("#li-search-simple").detach().insertBefore("#li-search");
jQuery("#li-tools-approval").detach().appendTo("#app-nav");
+ jQuery("#li-page-bookmark").detach().appendTo("#li-page-actions>ul");
+ jQuery("#li-page-actions>ul").attr("id","page-action-menu").detach().insertAfter("#topactions");
jQuery.fn.supersubs.defaults = {
maxWidth: 30,
extraWidth: 2
diff --git a/share/html/NoAuth/css/web2/layout.css b/share/html/NoAuth/css/web2/layout.css
index 9199e2b..35f6b63 100644
--- a/share/html/NoAuth/css/web2/layout.css
+++ b/share/html/NoAuth/css/web2/layout.css
@@ -65,7 +65,7 @@ div#body {
-moz-border-radius-bottomleft: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
margin-left: 10em;
- margin-top: 3em;
+ margin-top: 5.8em;
margin-right: 0;
margin-bottom: 0em;
min-height: 10%;
@@ -182,9 +182,9 @@ div#quickbar {
div#header h1 {
position: absolute;
- left: 0.5em;
+ left: 7em;
right: 20em;
- top: 1.6em;
+ top: 1.4em;
overflow: hidden;
height: 1em;
font-size: 1.4em;
diff --git a/share/html/NoAuth/css/web2/nav.css b/share/html/NoAuth/css/web2/nav.css
index d4b62ae..1f90d5b 100644
--- a/share/html/NoAuth/css/web2/nav.css
+++ b/share/html/NoAuth/css/web2/nav.css
@@ -55,7 +55,7 @@
width: 10em;
font-size: 0.85em;
position: absolute;
- top: 6.2em;
+ top: 3.4em;
left: 0em;
z-index: 9997;
background-color: none;
@@ -161,12 +161,13 @@
#page-navigation {
position: absolute;
- top: 6em;
+ top: 5.7em;
+ left: 10em;
right: 0em;
- left: auto;
+ height: 2.1em;
z-index: 9995;
font-size: 0.9em;
- background-color: #eee;
+ background-color: #fff;
border: 1px solid #ccc;
-moz-border-radius-bottomleft: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
@@ -204,6 +205,39 @@
}
+
+#page-actions {
+ display: none;
+}
+
+#page-action-menu {
+ position: absolute;
+ display: block;
+ top: 8em;
+ right: 0em;
+ left: auto;
+ z-index: 9995;
+ font-size: 0.9em;
+ background-color: #eee;
+ border: 1px solid #ccc;
+ -moz-border-radius-bottomleft: 0.5em;
+ -webkit-border-bottom-left-radius: 0.5em;
+ list-style-type: none;
+ padding: 0.5em;
+}
+
+
+#page-action-menu li {
+ display: inline;
+}
+
+#page-action-menu a, #page-action-menu a:visited{
+ border: none;
+ padding: 0.25em;
+ color: #000;
+}
+
+
#topactions {
position: absolute;
background: transparent;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list