Commit 1759f3e7 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 483150: Fix Bugzilla JS/CSS for IE8

Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat
parent 41eac19c
...@@ -91,9 +91,10 @@ ...@@ -91,9 +91,10 @@
rel="stylesheet" rel="stylesheet"
type="text/css"> type="text/css">
[% END %] [% END %]
<!--[if IE]> <!--[if lte IE 7]>
[%# Internet Explorer treats [if IE] HTML comments as uncommented. [%# Internet Explorer treats [if IE] HTML comments as uncommented.
# Use it to import CSS fixes so that Bugzilla looks decent on IE, too. # Use it to import CSS fixes so that Bugzilla looks decent on IE 7
# and below.
#%] #%]
<link href="skins/standard/IE-fixes.css" <link href="skins/standard/IE-fixes.css"
rel="stylesheet" rel="stylesheet"
...@@ -110,10 +111,10 @@ ...@@ -110,10 +111,10 @@
title="[% setting_descs.standard FILTER html %]" title="[% setting_descs.standard FILTER html %]"
type="text/css"> type="text/css">
[% END %] [% END %]
<!--[if IE]> <!--[if lte IE 7]>
[%# Internet Explorer treats [if IE] HTML comments as uncommented. [%# Internet Explorer treats [if IE] HTML comments as uncommented.
# Use it to import CSS fixes so that Bugzilla looks decent on IE, # Use it to import CSS fixes so that Bugzilla looks decent on IE 7
# too. # and below.
#%] #%]
<link href="skins/standard/IE-fixes.css" <link href="skins/standard/IE-fixes.css"
rel="[% 'alternate ' IF user_skin %]stylesheet" rel="[% 'alternate ' IF user_skin %]stylesheet"
...@@ -148,10 +149,10 @@ ...@@ -148,10 +149,10 @@
type="text/css"> type="text/css">
[% END %] [% END %]
[% END %] [% END %]
<!--[if IE]> <!--[if lte IE 7]>
[%# Internet Explorer treats [if IE] HTML comments as uncommented. [%# Internet Explorer treats [if IE] HTML comments as uncommented.
# Use it to import CSS fixes so that Bugzilla looks decent on IE, # Use it to import CSS fixes so that Bugzilla looks decent on IE 7
# too. # and below.
#%] #%]
<link href="skins/contrib/[% contrib_skin FILTER html %]/IE-fixes.css" <link href="skins/contrib/[% contrib_skin FILTER html %]/IE-fixes.css"
rel="[% 'alternate ' UNLESS contrib_skin == user_skin %]stylesheet" rel="[% 'alternate ' UNLESS contrib_skin == user_skin %]stylesheet"
...@@ -179,9 +180,10 @@ ...@@ -179,9 +180,10 @@
FILTER html %]" rel="stylesheet" type="text/css"> FILTER html %]" rel="stylesheet" type="text/css">
[% END %] [% END %]
[% END %] [% END %]
<!--[if IE]> <!--[if lte IE 7]>
[%# Internet Explorer treats [if IE] HTML comments as uncommented. [%# Internet Explorer treats [if IE] HTML comments as uncommented.
# Use it to import CSS fixes so that Bugzilla looks decent on IE, too. # Use it to import CSS fixes so that Bugzilla looks decent on IE 7
# and below.
#%] #%]
<link href="skins/custom/IE-fixes.css" <link href="skins/custom/IE-fixes.css"
rel="stylesheet" rel="stylesheet"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment