浏览代码

HUE-1467 [sqoop2] Fix spinner in IE9

Changed from css to gif just for IE
Enrico Berti 12 年之前
父节点
当前提交
688ac7f79b
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      apps/sqoop/src/sqoop/templates/app.mako
  2. 二进制
      desktop/core/static/art/spinner-big.gif

+ 6 - 1
apps/sqoop/src/sqoop/templates/app.mako

@@ -52,7 +52,12 @@ ${ commonheader(None, "sqoop", user, "40px") | n,unicode }
 
   <div class="row-fluid" data-bind="if: isLoading()">
     <div class="span10 offset1 center" style="margin-top: 30px">
-      <i class="icon-spinner icon-spin" style="font-size: 60px; color: #DDD"></i>
+      <!--[if lte IE 9]>
+        <img src="/static/art/spinner-big.gif" />
+      <![endif]-->
+      <!--[if !IE]> -->
+        <i class="icon-spinner icon-spin" style="font-size: 60px; color: #DDD"></i>
+      <!-- <![endif]-->
     </div>
   </div>
 

二进制
desktop/core/static/art/spinner-big.gif