]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4410 Display the "Outdated browser" message when IE7 is detected
authorJulien HENRY <julien.henry@sonarsource.com>
Thu, 4 Jul 2013 07:47:11 +0000 (09:47 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Thu, 4 Jul 2013 07:47:51 +0000 (09:47 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
sonar-server/src/main/webapp/stylesheets/style.css

index 11096f201cdeac8015ffac8bddc1c9726fcd6a0f..0d587db51479002dc0911c4c740d15a63f0bb2c0 100644 (file)
           <br/><span class="yellowHighlight" id="evaluation_warning">Embedded database should be used for evaluation purpose only</span>
         <% end %>
       </div>
-      <!--[if lte IE 6]><br/><span class="ie6-warn">Your web browser is outdated. This website may not display correctly.</span><![endif]-->
+      <!--[if lte IE 7]><br/><span class="ie7-warn">Your web browser is outdated. This website may not display correctly.</span><![endif]-->
     </div>
   </div>
 <% end %>
index cbf3cb29baf0037fa41b2ef58e38f0598a0e4b90..fa487627775ab0235d26ed5c76fe8e2f4a48a2c5 100644 (file)
@@ -39,7 +39,7 @@
   margin-top: 10px;
 }
 
-.ie6-warn {
+.ie7-warn {
   color: #EEE;
   background: #FF5252;
   padding: 0 5px;