[Rt-commit] r13192 - in rt/branches/3.8-TESTING: .
jesse at bestpractical.com
jesse at bestpractical.com
Wed Jun 11 23:27:53 EDT 2008
Author: jesse
Date: Wed Jun 11 23:27:52 2008
New Revision: 13192
Added:
rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/msie6.css
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/InHeader
rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/msie.css
Log:
r32718 at 31b: jesse | 2008-06-11 23:26:59 -0400
* IE7 and IE6 compatibility
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/InHeader
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/InHeader (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/InHeader Wed Jun 11 23:27:52 2008
@@ -46,7 +46,9 @@
%#
%# END BPS TAGGED BLOCK }}}
<!--[if lt IE 8]>
-%#<script type="text/javascript" src="<%RT->Config->Get('WebPath')%>/NoAuth/js/IE7/IE8.js"></script>
<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/msie.css" type="text/css" media="all" />
<![endif]-->
+<!--[if lt IE 7]>
+<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/msie6.css" type="text/css" media="all" />
+<![endif]-->
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/msie.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/msie.css (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/msie.css Wed Jun 11 23:27:52 2008
@@ -53,6 +53,11 @@
}
+#footer {
+ padding: 1em;
+}
+
+
div#header h1 {
position: absolute;
left: 7.25em;
@@ -68,12 +73,13 @@
.topaction form * {
vertical-align: top;
- height: 2em;
+ height: 2em;
+ margin-top: 0.2em;
padding-top: 0.25em;
padding-bottom: 0.25em;
}
-.topaction form button, topaction form input {
+.topaction form button, .topaction form input {
height: 2em;
margin-top: 0;
}
@@ -85,13 +91,12 @@
.topaction form#CreateTicketInQueue {
top: 0;
- left: -22em;
- right: 10em;
+ left: -30em;
+ right: 20em;
text-align: right;
}
-
div#page-navigation ul#actions-menu {
margin-top: -2.9em;
margin-right: -0.2em;
@@ -111,7 +116,7 @@
div#page-navigation ul#page-menu {
- margin-top: -3.2em;
+ margin-top: -2.5em;
margin-left: 4em;
background: none;
border: none;
@@ -123,6 +128,14 @@
}
+#pick-criteria td.label select {
+ width: 10em;
+}
+
+ #pick-criteria select.select-queue, #pick-criteria select#ValueOfActor {
+ width: 10em;
+}
+
#comp-Search-Build #editquery {
margin-top: 0.2em;
width: 39%;
@@ -131,6 +144,7 @@
div#nav li.first {
margin-top: 0.75em;
+ border-top: none;
}
div#nav ul ul li.first {
border-top: 1px solid #cccccc;
@@ -166,14 +180,8 @@
}
-
-#login-box .titlebox .titlebox-title .right {
- margin-top: -0.2em;
- margin-right: -1em;
-}
-
.titlebox .titlebox-content {
- padding-top: 1.2em;
+ padding-top: 2.2em;
}
.titlebox table.ticket-list, .titlebox table.queue-summary {
@@ -197,8 +205,8 @@
.titlebox-title .widget {
position: absolute;
- top: -1em;
- left: 0.5em;
+ top: -0.25em;
+ left: -0.25em;
}
.titlebox-title .left {
@@ -209,15 +217,13 @@
.titlebox .titlebox-title .right{
- position: absolute;
- top: 0.25em;
- right: 1em;
+ top: 0.2em;
+ right: -0.2em;
}
/* nested things. like the ticket dates tab */
.titlebox .titlebox .titlebox-title .right{
top: 0.25em;
- right: 1.3em;
}
Added: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/msie6.css
==============================================================================
--- (empty file)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/msie6.css Wed Jun 11 23:27:52 2008
@@ -0,0 +1,79 @@
+%# 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 }}}
+
+.topaction form#CreateTicketInQueue {
+ left: -22em;
+ right: 10em;
+
+}
+
+div#page-navigation ul#page-menu {
+ margin-top: -3.2em;
+}
+
+.titlebox-title .widget {
+ top: -1em;
+ left: 0.5em;
+
+}
+.titlebox .titlebox-title .right{
+ position: absolute;
+ top: 0.25em;
+ right: 1em;
+}
+
+/* nested things. like the ticket dates tab */
+.titlebox .titlebox .titlebox-title .right{
+ right: 1.3em;
+}
+
+#login-box .titlebox .titlebox-title .right {
+ margin-top: -0.1em;
+ right: 0em;
+}
+
More information about the Rt-commit
mailing list