[Rt-commit] r11845 - in rt/branches/3.8-TESTING: html/NoAuth/css/3.5-default

alexmv at bestpractical.com alexmv at bestpractical.com
Wed Apr 23 14:52:35 EDT 2008


Author: alexmv
Date: Wed Apr 23 14:52:18 2008
New Revision: 11845

Added:
   rt/branches/3.8-TESTING/html/NoAuth/css/3.5-default/ticket-search.css
Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/html/NoAuth/css/3.5-default/main.css
   rt/branches/3.8-TESTING/html/NoAuth/css/3.5-default/misc.css

Log:
 r30106 at kohr-ah:  chmrr | 2008-04-23 14:51:56 -0400
  * Fix layout for 3.5 ticket search


Modified: rt/branches/3.8-TESTING/html/NoAuth/css/3.5-default/main.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/3.5-default/main.css	(original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/3.5-default/main.css	Wed Apr 23 14:52:18 2008
@@ -58,5 +58,5 @@
 @import "nav.css";
 @import "header.css";
 @import "footer.css";
+ at import "ticket-search.css";
 @import "local.css";
-

Modified: rt/branches/3.8-TESTING/html/NoAuth/css/3.5-default/misc.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/3.5-default/misc.css	(original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/3.5-default/misc.css	Wed Apr 23 14:52:18 2008
@@ -84,11 +84,6 @@
     margin-bottom: 0;
 }
 
-#comp-Search-Build .titlebox-content {
-    padding-left: 0.7em;
-    padding-right: 0.3em;
-}
-
 div.autocomplete {
     position: absolute;
     background-color: white;
@@ -112,35 +107,6 @@
     padding: 2px;
 }
 
-#comp-Search-Build .titlebox-content {
-    padding-left: 0.7em;
-    padding-right: 0.3em;
-}
-
-
-
-#editsearches {
-    width: 55%;
-    float:right;
-    text-align: left;
-    padding-right: 1em;
-}
-
-#editsearches .titlebox-content {
-    padding: 1em;
-}
-
-
-#editquery {
-    width: 40%;
-    float: left;
-    padding-left: 1em;
-}
-
-#pick-criteria {
-    clear: both;
-}
-
 .shredder-form { line-height: 3em }
 .shredder-form span { margin-left: 1em; margin-right: 1em }
 .shredder-help {

Added: rt/branches/3.8-TESTING/html/NoAuth/css/3.5-default/ticket-search.css
==============================================================================
--- (empty file)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/3.5-default/ticket-search.css	Wed Apr 23 14:52:18 2008
@@ -0,0 +1,87 @@
+%# 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 }}}
+
+#comp-Search-Build #body {
+  position: relative;
+}
+
+#comp-Search-Build #editquery, #comp-Search-Build #editsearches{
+  position: absolute;
+  right: 1em;
+  width: 40%;
+}
+
+#comp-Search-Build #editsearches {
+  top: 24em;
+}
+
+
+#comp-Search-Build #pick-criteria {
+  width: 58%;
+}
+
+#comp-Search-Build .submit {
+  width: 58%;
+  border: none;
+  margin: 0;
+  padding: 0;
+}
+
+
+#comp-Search-Build #sorting.titlebox {
+  width: 58%;
+  margin-top: 4em;
+}
+
+#comp-Search-Build #formatbuttons {
+  width: 100%;
+}
+
+.refresh {
+  float: left;
+}


More information about the Rt-commit mailing list