[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-541-g7cbd000
Jesse Vincent
jesse at bestpractical.com
Fri Nov 19 16:24:12 EST 2010
The branch, 3.9-trunk has been updated
via 7cbd0009465ba1982d11b08c009321664ab0bf64 (commit)
via 830b86b0e7cd7c68cb1fcf2e03477d29824eed22 (commit)
from e0e200b0b2a7755f0e7dbecc38c918f251c710d4 (commit)
Summary of changes:
share/html/NoAuth/css/aileron/InHeader | 3 ++
share/html/NoAuth/css/aileron/msie.css | 44 ------------------------
share/html/NoAuth/css/aileron/msie6.css | 29 +++++++++++-----
share/html/NoAuth/css/images/arrows-ffffff.gif | Bin 0 -> 114 bytes
share/html/NoAuth/css/images/arrows-grey.gif | Bin 0 -> 114 bytes
share/html/NoAuth/css/images/shadow.gif | Bin 0 -> 807 bytes
6 files changed, 23 insertions(+), 53 deletions(-)
create mode 100644 share/html/NoAuth/css/images/arrows-ffffff.gif
create mode 100644 share/html/NoAuth/css/images/arrows-grey.gif
create mode 100644 share/html/NoAuth/css/images/shadow.gif
- Log -----------------------------------------------------------------
commit 830b86b0e7cd7c68cb1fcf2e03477d29824eed22
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Fri Nov 19 16:13:47 2010 -0500
Add IE6 friendly variants of menuing images
diff --git a/share/html/NoAuth/css/images/arrows-ffffff.gif b/share/html/NoAuth/css/images/arrows-ffffff.gif
new file mode 100644
index 0000000..d65e9bd
Binary files /dev/null and b/share/html/NoAuth/css/images/arrows-ffffff.gif differ
diff --git a/share/html/NoAuth/css/images/arrows-grey.gif b/share/html/NoAuth/css/images/arrows-grey.gif
new file mode 100644
index 0000000..c4de160
Binary files /dev/null and b/share/html/NoAuth/css/images/arrows-grey.gif differ
diff --git a/share/html/NoAuth/css/images/shadow.gif b/share/html/NoAuth/css/images/shadow.gif
new file mode 100644
index 0000000..c304b51
Binary files /dev/null and b/share/html/NoAuth/css/images/shadow.gif differ
commit 7cbd0009465ba1982d11b08c009321664ab0bf64
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Fri Nov 19 16:14:09 2010 -0500
A bunch of work toward IE6-compatible layouts.
Ticket create still fails
diff --git a/share/html/NoAuth/css/aileron/InHeader b/share/html/NoAuth/css/aileron/InHeader
index 4173266..5118b88 100644
--- a/share/html/NoAuth/css/aileron/InHeader
+++ b/share/html/NoAuth/css/aileron/InHeader
@@ -48,6 +48,9 @@
<!--[if lt IE 8]>
<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/aileron/msie.css" type="text/css" media="all" />
<![endif]-->
+<!--[if lt IE 7]>
+<link rel="stylesheet" href="<%RT->Config->Get('WebPath')%>/NoAuth/css/aileron/msie6.css" type="text/css" media="all" />
+<![endif]-->
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery.fn.supersubs.defaults = {
diff --git a/share/html/NoAuth/css/aileron/msie.css b/share/html/NoAuth/css/aileron/msie.css
index d076ed1..3efd997 100644
--- a/share/html/NoAuth/css/aileron/msie.css
+++ b/share/html/NoAuth/css/aileron/msie.css
@@ -45,12 +45,6 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-div#body {
- left: 0.25em;
- height: 100%;
- top: 1em;
-
-}
#footer {
@@ -58,22 +52,7 @@ div#body {
}
-div#header h1 {
- position: absolute;
- left: 7.25em;
- overflow: hidden;
- height: 1em;
- font-size: 1.4em;
- margin-top: 0.4em;
- right: 23.5em;
- padding: 0.25em;
-}
-
-#topactions {
- top: 4.1em;
- width: auto;
-}
.topaction form * {
vertical-align: top;
}
@@ -90,29 +69,6 @@ div#header h1 {
margin-top: 0.2em;
}
-div#page-navigation {
- position: absolute;
- top: 6.2em;
- height: 1.8em;
- background: #fff;
- border-top: 2px solid #ccc;
-}
-
-
-
-div#page-navigation ul#page-menu {
- margin-top: -2.5em;
- margin-left: 4em;
- background: none;
- border: none;
-}
-
-
-div#quickbar { height: 1.2em;
-
-
-}
-
#pick-criteria td.label select {
width: 10em;
}
diff --git a/share/html/NoAuth/css/aileron/msie6.css b/share/html/NoAuth/css/aileron/msie6.css
index 8236820..ca42579 100644
--- a/share/html/NoAuth/css/aileron/msie6.css
+++ b/share/html/NoAuth/css/aileron/msie6.css
@@ -49,28 +49,24 @@
margin-top: 0;
}
-div#page-navigation ul#page-menu {
- margin-top: -3.2em;
-}
-
.titlebox-title .widget {
- top: -1em;
+ top: -1.25em;
left: 0.5em;
}
.titlebox .titlebox-title .right{
position: absolute;
- top: 0.25em;
- right: 1em;
+ right: -0.2em;
+ top: 0.6em;
}
/* nested things. like the ticket dates tab */
.titlebox .titlebox .titlebox-title .right{
- right: 1.3em;
+ right: 0.3em;
}
#login-box .titlebox .titlebox-title .right {
- margin-top: -0.1em;
+ margin-top: 0em;
right: 0em;
}
@@ -85,3 +81,18 @@ div#page-navigation ul#page-menu {
/* ie6 does not support max-width */
width: expression(this.width > 401 ? 400 : true);
}
+
+
+div#logo .rtname {
+ float: none;
+ right: 12em;
+ position: absolute;
+}
+
+.sf-sub-indicator {
+ background: url('../images/arrows-ffffff.gif') no-repeat -10px -100px;
+}
+
+#page-navigation ul {
+ width: auto;
+}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list