[Rt-commit] r11074 - in rt/branches/3.8-TESTING: .

jesse at bestpractical.com jesse at bestpractical.com
Mon Mar 17 01:40:24 EDT 2008


Author: jesse
Date: Mon Mar 17 01:40:22 2008
New Revision: 11074

Added:
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/base.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-search.css
Removed:
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/approvals.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/body.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/footer.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/header.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/logo.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/misc.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav-left.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/quickbar.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/titlebox.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/transactions.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/yui.css
Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/forms.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/login.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/main.css
   rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css

Log:
 r28284 at 31b:  jesse | 2008-03-17 01:39:46 -0400
 * Started a new RT 3.8 style over from scratch


Added: rt/branches/3.8-TESTING/html/NoAuth/css/web2/base.css
==============================================================================
--- (empty file)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/base.css	Mon Mar 17 01:40:22 2008
@@ -0,0 +1,2 @@
+.hide { display: none; } 
+.clear { display: none;}
\ No newline at end of file

Added: rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css
==============================================================================
--- (empty file)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/boxes.css	Mon Mar 17 01:40:22 2008
@@ -0,0 +1,105 @@
+.titlebox { 
+
+ background-color: #efefef;
+ padding-top: 1em;
+ margin-top: 1em;
+ -moz-border-radius: 0.5em;
+
+
+}
+
+
+.titlebox .titlebox { 
+
+ background-color: #ffffff;
+ padding-top: 1em;
+ margin-top: 1em;
+ -moz-border-radius: 0.5em;
+ margin-right: 1em;
+
+}
+
+
+
+.titlebox .titlebox-title {
+ font-size: 1.5em;
+ margin-top: -1.1em;
+ padding-bottom: 0.25em;
+ padding-left: 0.5em;
+}
+
+.titlebox .titlebox-title a {
+ text-decoration: none;
+ color: black;
+
+}
+
+.titlebox .titlebox-title a:hover {
+ text-decoration: underline;
+
+}
+
+.titlebox .titlebox-title .right-empty {
+ display:none;
+}
+
+.titlebox .titlebox-title .right {
+  position: relative;
+
+  float: right;
+  margin-top: -1em;
+  margin-right: 0em;
+  font-size: 0.6em;
+  background: #dedede;
+  border-left: 1px solid #ccc;
+ border-bottom: 1px solid #ccc;
+ padding: 0.25em;
+ -moz-border-radius-bottomleft: 0.25em;
+
+}
+
+.titlebox .titlebox-content {
+ padding-left: 1em;
+ padding-bottom: 1em;
+
+}
+
+.hidden {
+ display: none;
+}
+
+.titlebox .titlebox-title .widget a {
+  display: block;
+  padding-top: 1em;
+  width: 20px;
+
+  background: url(/NoAuth/images//css/rollup-arrow.gif) no-repeat center center;
+  margin: 0;
+  text-indent: -9999px;
+
+  position: absolute;
+  top: 0.4em;
+  left: 0.75em;
+  float: left;
+
+  /* WIN IE5 hack */
+  height: 7px;
+  voice-family: "\"}\"";
+  voice-family: inherit;
+  height: 0;
+  overflow: hidden;
+}
+
+html>body .titlebox .titlebox-title .widget a {
+    height: 0;
+    overflow: hidden;
+}
+
+* html .titlebox .titlebox-title .widget a {
+    background-position: center 0.3em;
+    left: -3.5em;
+}
+
+.titlebox.rolled-up .titlebox-title .widget a {
+    background-image: url(/NoAuth/images//css/rolldown-arrow.gif);
+}

Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/forms.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/forms.css	(original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/forms.css	Mon Mar 17 01:40:22 2008
@@ -1,129 +1,49 @@
-%# BEGIN BPS TAGGED BLOCK {{{
-%# 
-%# COPYRIGHT:
-%#  
-%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC 
-%#                                          <jesse at bestpractical.com>
-%# 
-%# (Except where explicitly superseded by other copyright notices)
-%# 
-%# 
-%# LICENSE:
-%# 
-%# This work is made available to you under the terms of Version 2 of
-%# the GNU General Public License. A copy of that license should have
-%# been provided with this software, but in any event can be snarfed
-%# from www.gnu.org.
-%# 
-%# This work is distributed in the hope that it will be useful, but
-%# WITHOUT ANY WARRANTY; without even the implied warranty of
-%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-%# General Public License for more details.
-%# 
-%# You should have received a copy of the GNU General Public License
-%# along with this program; if not, write to the Free Software
-%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-%# 02110-1301 or visit their web page on the internet at
-%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
-%# 
-%# 
-%# CONTRIBUTION SUBMISSION POLICY:
-%# 
-%# (The following paragraph is not intended to limit the rights granted
-%# to you to modify and distribute this software under the terms of
-%# the GNU General Public License and is only of importance to you if
-%# you choose to contribute your changes and enhancements to the
-%# community by submitting them to Best Practical Solutions, LLC.)
-%# 
-%# By intentionally submitting any modifications, corrections or
-%# derivatives to this work, or any other work intended for use with
-%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
-%# you are the copyright holder for those contributions and you grant
-%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
-%# royalty-free, perpetual, license to use, copy, create derivative
-%# works based on those contributions, and sublicense and distribute
-%# those contributions and any derivatives thereof.
-%# 
-%# END BPS TAGGED BLOCK }}}
-form input, form select, form .combobox {
-    border-top: 1px solid #ddd;
-    border-left: 1px solid #ddd;
-    border-bottom: 2px solid #999;
-    border-right: 2px solid #999;
-    padding: 0.25em;
-    background: #eee;
-    font-weight: bold;
-    font-size: 1em;
-    margin: 0.5em 0.5em 0 0.5em;
-}
-
-
-form input.checkbox, form input.radio {
-    border: none;
-    padding: 0;
-}
-
-/* form .entry input, form .value input */
-
-.label, form label, .labeltop {
-    font-weight: bold;
-}
-
-.label-comment {
-    font-weight: normal;
-    font-size: 0.9em;
-}
-
-.labeltop {
-    vertical-align: top;
-}
-
-.submit {
-    font-weight: bold;
-    color: #a00;
-    font-size: 1.1em;
-    padding: 0.3em 1.5em 0 1.5em;
-    border-top: 1px solid #930;
-    margin: 1.5em 0 2.5em 0;
-}
-
-.submit .buttons { float: right; }
-.submit .extra-buttons { float: left; }
-.submit .button { font-size: 0.9em; }
-.submit .submit-clear { display: none; }
-
-.input-row {
-    clear: both;
-    padding: 0.25em;
-}
-
-%# ComboBox styles... some properties like height and width must be dynamically
-%# set in the JS (at least for now).
-.comibobox {
-    border: 2px inset #069;
-    padding-left: 0.5em;
-    padding-bottom: 0.1em;
-}
-
-.combobox .combo-button {
-    padding: 0 2px 0 2px;
-    margin: 0;
-    background: ButtonFace;
-    color: ButtonText;
-    border: 2px outset ButtonHighlight;
-    cursor: default;
-    font-size: 8pt;
-}
-
-.combobox .combo-text {
-    border: none;
-    margin: 0;
-    padding: 0;
-}
-
-.combobox .combo-list {
-    z-index: 200;
-    border: 10px solid red;
-    background: red;
+.input-row .label {
+  display: inline-block;
+  position: relative;
+  text-align: right;
+}
+.input-row .input {
+  position: relative;
+  left: 1em;
+  width: 10em;
+  text-align: right;
+}
+
+
+div.button-row {
+   text-align: right;
+   padding-right: 0.5em;
+}
+
+input[class=button] {
+   color: #fff;
+   background: #003EBA;
+   padding: 0.25em;
+
+}
+
+div.error div.error {
+ border: 1px solid red;
+ background-color: #ffcccc;
 }
 
+
+td.label, td.labeltop {
+ text-align: right;
+ font-size: 80%;
+ padding-right: 0.5em;
+
+} 
+
+td.labeltop, td.label, td.value {
+  padding-top: 0.25em;
+}
+
+div.submit {
+ text-align: right;
+}
+
+div.submit .extra-buttons {
+ text-align: left;
+}

Added: rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css
==============================================================================
--- (empty file)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css	Mon Mar 17 01:40:22 2008
@@ -0,0 +1,111 @@
+
+/* body */
+
+body {
+    padding:0;
+    margin:0;
+
+    background-color: #003EBA;
+    font-family: helvetica, arial, sans-serif;
+
+}
+
+div#body {
+    padding: 1em;
+    padding-top: 1.5em;
+    -moz-border-radius-topleft: 0.5em;
+    -moz-border-radius-bottomleft: 0.5em;
+
+    margin-left: 10em;
+    margin-top: 0em;
+    margin-bottom: 0em;
+    min-height: 20em;
+    background: #fefefe;
+    
+
+}
+
+
+div#quickbar {
+ background: #eee;
+ padding-top: 1em;
+ padding-left: 1em;
+ padding-bottom: 0.5em;
+ border-bottom: 1px solid #ccc;
+
+}
+
+#topactions {
+
+ position: absolute;
+ right: 1em;
+ top: 3em; 
+}
+
+#topactions form {
+ display: inline;
+
+}
+
+.topaction form#CreateTicketInQueue {
+ position: absolute;
+ right: 10em; 
+ left: -13.25em;
+  
+
+}
+
+.topaction form#CreateTicketInQueue:after {
+ padding-left:0.5em;
+ content: """;
+ color: #fff;
+}
+
+div#footer {
+ font-size: 0.8em;
+ margin-top: 2em;
+ background: #fff;
+ margin-bottom: 0;
+ spacing-bottom: 0;
+ padding-bottom: 1em;
+ padding-left: 1em;
+ padding-right: 1em;
+}
+
+div#footer #time {
+display: none 
+}
+
+div#footer #bpscredits {
+ padding-top: 1em;
+ text-align: right;
+} 
+
+
+/* logo stuff */
+
+div#logo {
+}
+div#logo a {
+     display: none;
+    position: absolute;
+    left: 0;
+    bottom: 0;
+}
+div#logo a img {
+    border: 0;
+}
+div#logo .rtname {
+    position: absolute;
+    top: 1em;
+    right: 1em;
+}
+
+
+
+div#header h1 {
+ margin-top: 0.125em;
+ padding: 0.25em;
+ color: #fff;
+ margin-bottom: -0.5em;
+}
\ No newline at end of file

Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/login.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/login.css	(original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/login.css	Mon Mar 17 01:40:22 2008
@@ -1,99 +1,3 @@
-%# BEGIN BPS TAGGED BLOCK {{{
-%# 
-%# COPYRIGHT:
-%#  
-%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC 
-%#                                          <jesse at bestpractical.com>
-%# 
-%# (Except where explicitly superseded by other copyright notices)
-%# 
-%# 
-%# LICENSE:
-%# 
-%# This work is made available to you under the terms of Version 2 of
-%# the GNU General Public License. A copy of that license should have
-%# been provided with this software, but in any event can be snarfed
-%# from www.gnu.org.
-%# 
-%# This work is distributed in the hope that it will be useful, but
-%# WITHOUT ANY WARRANTY; without even the implied warranty of
-%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-%# General Public License for more details.
-%# 
-%# You should have received a copy of the GNU General Public License
-%# along with this program; if not, write to the Free Software
-%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-%# 02110-1301 or visit their web page on the internet at
-%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
-%# 
-%# 
-%# CONTRIBUTION SUBMISSION POLICY:
-%# 
-%# (The following paragraph is not intended to limit the rights granted
-%# to you to modify and distribute this software under the terms of
-%# the GNU General Public License and is only of importance to you if
-%# you choose to contribute your changes and enhancements to the
-%# community by submitting them to Best Practical Solutions, LLC.)
-%# 
-%# By intentionally submitting any modifications, corrections or
-%# derivatives to this work, or any other work intended for use with
-%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
-%# you are the copyright holder for those contributions and you grant
-%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
-%# royalty-free, perpetual, license to use, copy, create derivative
-%# works based on those contributions, and sublicense and distribute
-%# those contributions and any derivatives thereof.
-%# 
-%# END BPS TAGGED BLOCK }}}
-#login-box {
-    width: 50%;
-    margin: 0 auto 4em auto;
-}
-
-%# More rules only IE will recognize (but are still valid!) to correct for
-%# IE's incorrect handling of auto margins and the W3C defined behavior.
-%# text-align will affect a block element in IE, therefore centering it, like
-%# left and right auto margins *should*
-
-
-#login-box {
-
-    padding-top: 4em;
-
-}
-
-/*
-
-* html #login-box {
-    text-align: center;
-}
-
-
-
-%# ... and align the text back the way it should be
-* html #login-box .titlebox {
-    text-align: left;
-}
-
-#login-box .input-row {
-    padding: 0.5em;
-}
-
-#login-box .input-row .label {
-    width: 8em;
-    float: left;
-    text-align: right;
-    padding: 0.2em 1em 0 0;
-}
-
-#login-box .input-row .input {
-    float: left;
-}
-
-#login-box .button-row {
-    clear: both;
-    padding: 0.5em;
-    float: right;
-}
-
-*/
+#login-box hr {
+ display: none;
+}
\ No newline at end of file

Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/main.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/main.css	(original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/main.css	Mon Mar 17 01:40:22 2008
@@ -1,62 +1,9 @@
-%# BEGIN BPS TAGGED BLOCK {{{
-%# 
-%# COPYRIGHT:
-%#  
-%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC 
-%#                                          <jesse at bestpractical.com>
-%# 
-%# (Except where explicitly superseded by other copyright notices)
-%# 
-%# 
-%# LICENSE:
-%# 
-%# This work is made available to you under the terms of Version 2 of
-%# the GNU General Public License. A copy of that license should have
-%# been provided with this software, but in any event can be snarfed
-%# from www.gnu.org.
-%# 
-%# This work is distributed in the hope that it will be useful, but
-%# WITHOUT ANY WARRANTY; without even the implied warranty of
-%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-%# General Public License for more details.
-%# 
-%# You should have received a copy of the GNU General Public License
-%# along with this program; if not, write to the Free Software
-%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-%# 02110-1301 or visit their web page on the internet at
-%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
-%# 
-%# 
-%# CONTRIBUTION SUBMISSION POLICY:
-%# 
-%# (The following paragraph is not intended to limit the rights granted
-%# to you to modify and distribute this software under the terms of
-%# the GNU General Public License and is only of importance to you if
-%# you choose to contribute your changes and enhancements to the
-%# community by submitting them to Best Practical Solutions, LLC.)
-%# 
-%# By intentionally submitting any modifications, corrections or
-%# derivatives to this work, or any other work intended for use with
-%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
-%# you are the copyright holder for those contributions and you grant
-%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
-%# royalty-free, perpetual, license to use, copy, create derivative
-%# works based on those contributions, and sublicense and distribute
-%# those contributions and any derivatives thereof.
-%# 
-%# END BPS TAGGED BLOCK }}}
- at import "yui.css";
- at import "misc.css";
- at import "login.css";
- at import "logo.css";
- at import "quickbar.css";
- at import "body.css";
- at import "approvals.css";
- at import "titlebox.css";
- at import "forms.css";
- at import "ticket.css";
- at import "transactions.css";
+ at import "base.css";
+
+ at import "layout.css";
 @import "nav.css";
- at import "header.css";
- at import "footer.css";
+ at import "forms.css";
+ at import "boxes.css";
 
+ at import "login.css";
+ at import "ticket-search.css";

Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css	(original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css	Mon Mar 17 01:40:22 2008
@@ -1,143 +1,97 @@
-%# BEGIN BPS TAGGED BLOCK {{{
-%# 
-%# COPYRIGHT:
-%#  
-%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC 
-%#                                          <jesse at bestpractical.com>
-%# 
-%# (Except where explicitly superseded by other copyright notices)
-%# 
-%# 
-%# LICENSE:
-%# 
-%# This work is made available to you under the terms of Version 2 of
-%# the GNU General Public License. A copy of that license should have
-%# been provided with this software, but in any event can be snarfed
-%# from www.gnu.org.
-%# 
-%# This work is distributed in the hope that it will be useful, but
-%# WITHOUT ANY WARRANTY; without even the implied warranty of
-%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-%# General Public License for more details.
-%# 
-%# You should have received a copy of the GNU General Public License
-%# along with this program; if not, write to the Free Software
-%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-%# 02110-1301 or visit their web page on the internet at
-%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
-%# 
-%# 
-%# CONTRIBUTION SUBMISSION POLICY:
-%# 
-%# (The following paragraph is not intended to limit the rights granted
-%# to you to modify and distribute this software under the terms of
-%# the GNU General Public License and is only of importance to you if
-%# you choose to contribute your changes and enhancements to the
-%# community by submitting them to Best Practical Solutions, LLC.)
-%# 
-%# By intentionally submitting any modifications, corrections or
-%# derivatives to this work, or any other work intended for use with
-%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
-%# you are the copyright holder for those contributions and you grant
-%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
-%# royalty-free, perpetual, license to use, copy, create derivative
-%# works based on those contributions, and sublicense and distribute
-%# those contributions and any derivatives thereof.
-%# 
-%# END BPS TAGGED BLOCK }}}
-#nav {
-    float: left;
-    clear: both;
-    height: 4em;
-    width: 100%;
-    background: #999;
-    padding-top: 1em;
-}
-
-#nav ul {
-    float: left;
-    clear: left;
-    color: #eee;
-    font-weight: bold;
-    
-    margin: 0;
-    padding: 0;
-     
-}
-
-#nav li ul {
-}
-
-/*
-%# We need the extra padding above for browsers where we display the arrows
-%# but those don't work in IE so we don't want as much spacing
-%# 
-%# IE wrongly matches the selector below even though there isn't an element
-%# above <html> in the doc tree
-*/
-* html #nav li ul {
-    margin-top: 0.25em;
-}
-
-#nav li {
-    display: inline;
-    margin-bottom: 1em;
-    padding: 0.2em 0 0.4em 0;
-}
-
-
-#nav ul div div.wrapper {
-    text-align: left;
-    padding: 0.2em 1em 0.4em 0;
-    margin-left:0;
-}
-
-
-#nav :link,
-#nav :visited
-{
-    color: #ececec;
-    text-decoration: none;
-}
-
-#nav :link.selected,
-#nav :visited.selected,
-#nav :link:hover,
-#nav :visited:hover
-{
-    color: #fc6; /*#ff6;*/
-}
-
-#nav :link.selected,
-#nav :visited.selected
-{
-    text-decoration: underline;
+
+div#nav {
+ position: absolute;
+ left: 0;
+ font-size: 80%;
+ top: 7.2em;
+ width: 11em;
+ background: #fff;
+ -moz-border-radius-bottomright: 0.5em;
+
+}
+
+div#nav ul {
+ padding-left: 0.5em;
+ margin-left: 0;
+ padding-right: 0.5em;
+  list-style-type: none;
+
+}
+
+div#nav li {
+ padding: 0.125em;
+
+}
+
+div#nav .bullet {
+ display: none;
+}
+
+div#nav .separator {
+display: none;
+}
+
+
+div#nav a, div#page-navigation a{
+ text-decoration: none;
+ color: #000;
+}
+
+div#nav a:hover, div#page-navigation a:hover {
+ text-decoration: underline;
+}
+
+
+
+div#nav a.selected, div#page-navigation a.selected {
+  font-weight: bold;
 }
 
 
+div#nav a.selected:after {
+/* content: " > " */
+}
+
+div#page-navigation {
+ background: white;
+ 
+
+}
+
+
+div#page-navigation ul {
+
+}
+
+div#page-navigation ul#page-menu{
+ padding-left: 9em;
+ padding-top:0.5em;
+ padding-bottom:0.5em;
+
+}
+
+div#page-navigation ul#actions-menu {
+ float: right;
+ margin-top: 0em;
+ padding: 0.5em;
+
+ spacing: 0;
+
+ background: #dedede;
+ border-left: 1px solid #ccc;
+ border-bottom: 1px solid #ccc;
+ -moz-border-radius-bottomleft: 0.5em;
+}
+
+
+
+div#page-navigation ul li{
+ display: inline;
+
+}
+
 
+ul.page-navigation ul.page-menu {
+ float: right;
 
-#header #page-menu {
-    width: 100%;
-    height: 3em;
-    margin-top: -3.5em;
-    text-align: left;
-    padding-right: 0em;
-    float: left;
-    clear: both;
-    background: #999;
-}
-
-#header ul li {
-    display: inline;
-}
-
-
-
-#actions-menu  div div div{
-    position: relative;
-    right: 0;
-    top: -2em;
-    float: right;
-    margin-right: 2em;
 }

Added: rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-search.css
==============================================================================
--- (empty file)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/ticket-search.css	Mon Mar 17 01:40:22 2008
@@ -0,0 +1,30 @@
+#comp-Search-Build #editquery, #comp-Search-Build #editsearches{
+  width: 40%;
+  float: right;
+  clear: both;
+  margin-top: -1em;
+}
+
+
+
+#comp-Search-Build #editsearches {
+padding-top: 1em;
+
+}
+
+
+#comp-Search-Build #pick-criteria {
+ width: 58%;
+ overflow: hidden;
+
+}
+
+#comp-Search-Build .submit {
+ width: 58%;
+
+}
+
+
+#comp-Search-Build #formatbuttons {
+ width: 100%;
+}
\ No newline at end of file


More information about the Rt-commit mailing list