[Rt-commit] r19351 - in rt/3.999/trunk/share: html/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Mon Apr 27 13:23:34 EDT 2009
Author: jesse
Date: Mon Apr 27 13:23:34 2009
New Revision: 19351
Modified:
rt/3.999/trunk/share/html/Elements/Header
rt/3.999/trunk/share/html/Elements/PageLayout
rt/3.999/trunk/share/web/static/css/layout.css
rt/3.999/trunk/share/web/static/css/nav.css
rt/3.999/trunk/share/web/static/css/ticket-search.css
Log:
Moved page body wrapper around so we get styled errors
Modified: rt/3.999/trunk/share/html/Elements/Header
==============================================================================
--- rt/3.999/trunk/share/html/Elements/Header (original)
+++ rt/3.999/trunk/share/html/Elements/Header Mon Apr 27 13:23:34 2009
@@ -102,6 +102,10 @@
% }
</div>
% }
+</div>
+<div id="body">
+% $m->callback( %ARGS, callback_name => 'BeforeBody' );
+% $m->flush_buffer(); # we've got the page laid out, let's flush the buffer;
<%INIT>
$r->content_type('text/html; charset=utf-8');
Modified: rt/3.999/trunk/share/html/Elements/PageLayout
==============================================================================
--- rt/3.999/trunk/share/html/Elements/PageLayout (original)
+++ rt/3.999/trunk/share/html/Elements/PageLayout Mon Apr 27 13:23:34 2009
@@ -51,8 +51,6 @@
% }
</div>
-%# End of div#quickbar from /Elements/Header
-</div>
% if ( $show_menu ) {
<div id="nav">
@@ -155,10 +153,6 @@
% }
</div>
</div>
-<div id="body">
-% $m->callback( %ARGS, callback_name => 'BeforeBody' );
-% $m->flush_buffer(); # we've got the page laid out, let's flush the buffer;
-
<%INIT>
if ( defined $current_toptab ) {
foreach my $tab ( values %{$toptabs} ) {
Modified: rt/3.999/trunk/share/web/static/css/layout.css
==============================================================================
--- rt/3.999/trunk/share/web/static/css/layout.css (original)
+++ rt/3.999/trunk/share/web/static/css/layout.css Mon Apr 27 13:23:34 2009
@@ -12,7 +12,6 @@
}
div#body {
- position: relative;
padding: 1em;
padding-top: 1.5em;
-moz-border-radius: 0.5em;
@@ -33,7 +32,7 @@
#topactions {
position: absolute;
background: transparent;
- top: 3.8em;
+ top: 3.5em;
right: 1em;
width: auto;
min-width: 42em;
@@ -158,6 +157,7 @@
div#header h1 {
position: absolute;
+ top: 1.5em;
left: 7.25em;
right: 20em;
overflow: hidden;
Modified: rt/3.999/trunk/share/web/static/css/nav.css
==============================================================================
--- rt/3.999/trunk/share/web/static/css/nav.css (original)
+++ rt/3.999/trunk/share/web/static/css/nav.css Mon Apr 27 13:23:34 2009
@@ -81,14 +81,14 @@
}
-div#nav a.selected:after {
-/* content: " > " */
-}
-
div#page-navigation {
+ position: absolute;
+ top: 5em;
+ height: 1em;
+ left: 9em;
+ right: 0em;
+ padding-top: 1em;
background: white;
- position: relative;
- width:100%;
z-index: 10;
}
@@ -101,30 +101,22 @@
div#page-navigation ul#page-menu {
display: block;
position: absolute;
- left: 8em;
+ left: 0em;
font-size: 0.9em;
- top: 2.3em;
+ top: -1em;
height: 1em;
background-color: white;
right: 0em;
- padding-top:0.3em;
+ padding-top:0.5em;
padding-bottom:0.5em;
border-top: 1px solid #aaa;
}
-/* ie hack */
-* html div#page-navigation ul#page-menu {
- left: 6.5em;
- top: 3.2em;
- padding-left: 2em;
-}
-
-
div#page-navigation ul#actions-menu {
position: absolute;
right: 1em;
- top: 5.2em;
+ top: 3.2em;
margin-top: 0em;
padding: 0.25em;
padding-left: 0.5em;
Modified: rt/3.999/trunk/share/web/static/css/ticket-search.css
==============================================================================
--- rt/3.999/trunk/share/web/static/css/ticket-search.css (original)
+++ rt/3.999/trunk/share/web/static/css/ticket-search.css Mon Apr 27 13:23:34 2009
@@ -1,5 +1,4 @@
#comp-Search-Build #body {
- position: relative;
}
#comp-Search-Build #pick-criteria select {
@@ -61,21 +60,21 @@
}
#comp-Search-Build #editquery, #comp-Search-Build #editsearches{
- position: absolute;
- margin-top: 0.2em;
- right: 1em;
- left: 60%;
- top: 1em;
+ position: absolute;
+ width: 35%;
+ right: 2em;
/* margin-top: -1em; */
}
#comp-Search-Build #editquery {
- top: 1.3em;
+ width: 35%;
+ right: 2em;
+ top: 8.8em;
}
#comp-Search-Build #editsearches {
- top: 24em;
+ top: 30em;
}
More information about the Rt-commit
mailing list