浏览器版本过低提示样式调整!

This commit is contained in:
huang 2015-03-25 11:02:20 +08:00
parent 525a6394ca
commit 75567585d2
2 changed files with 6 additions and 4 deletions

View File

@ -5,8 +5,8 @@
<title>升级浏览器</title>
<script src="jquery-1.8.3-ui-1.9.2-ujs-2.0.3.js" type="text/javascript"></script>
<style type="text/css">
body{ font-size:12px; font-family:"微软雅黑","宋体"; line-height:1.9; background: #F2F2F2; font-style:normal;}
.update{ position: fixed; border-bottom:1px solid #d7d7d7; color:#fea254; text-align:center; width:100%; font-size:10px; height:30px; background:#fdffd9; padding:2px 0;z-index:1000;}
body{ font-size:12px; font-family:"微软雅黑","宋体"; line-height:2.2; background: #F2F2F2; font-style:normal;}
.update{ border-bottom:1px solid #d7d7d7; color:#fea254; text-align:center; width:100%; font-size:10px; height:30px; background:#fdffd9; padding:2px 0;z-index:1000;}
a.green_btn{ padding:2px 10px; background:#3caf3f; font-size:12px;color:#fff;-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
a:hover.green_btn{ background:#289c2b;}
a.close_btn{ background:url(images/img_floatbox.png) -20px -35px no-repeat; display:block; width:16px; height:16px; float:right; margin:7px 5px 0 0;}
@ -35,11 +35,12 @@
<body style=" height:1500px;">
<div class="update" id="light">
<p>您的浏览器版本过低,建议升级您的浏览器。
<span style="font-size: 14px;">您当前使用是IE8浏览器,建议升级您的浏览器。
<a href="#" onClick="close_window();" class="close_btn" ></a>
</p>
</span>
<div class="cl"></div>
</div>
</body>
</html>
<!DOCTYPE html PUBLIC "-

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<title><%=h html_title %></title>
<%= render :partial => "layouts/point_browser" %>
<meta name="description" content="<%= Redmine::Info.app_name %>" />
<meta name="keywords" content="issue,bug,tracker" />
<%= csrf_meta_tag %>