]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4805 Add to the footer that IE 8 is not supported
authorStas Vilchik <vilchiks@gmail.com>
Fri, 29 Nov 2013 06:15:01 +0000 (12:15 +0600)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 29 Nov 2013 06:15:01 +0000 (12:15 +0600)
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
sonar-server/src/main/webapp/stylesheets/style.css

index ade19e1e6c8ca0737dd2c30ea7ea464cf2e4a60f..d3b8994937d88f80eba34d0b883e6195af05b637 100644 (file)
           <br/><span class="yellowHighlight" id="evaluation_warning">Embedded database should be used for evaluation purpose only</span>
         <% end %>
       </div>
-      <!--[if lte IE 7]><br/><span class="ie-warn">Your web browser is outdated. This website may not display correctly.</span><![endif]-->
+      <!--[if lte IE 8 ]><br/><span class="ie-warn">IE 8 is not supported. Some widgets may not be properly displayed. Please switch to a <a target="_blank" href="http://docs.codehaus.org/x/zYHEBg">supported version or another supported browser</a>.</span><!--<![endif]-->
     </div>
   </div>
 <% end %>
index 54aa42c42902a98aafe31a56fc96665e48263f85..1edb4fff5afc8d476a92f44c164a95704805c8f1 100644 (file)
   padding: 0 5px;
 }
 
+.ie-warn a {
+  color: #EEE;
+  text-decoration: underline;
+}
+
 #ftlinks a {
   color: #444;
 }