From 6351604111a6b3f1b92e1a7e75f3a695650584e1 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Thu, 4 Jul 2013 09:47:11 +0200 Subject: [PATCH] SONAR-4410 Display the "Outdated browser" message when IE7 is detected --- .../src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 2 +- sonar-server/src/main/webapp/stylesheets/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb index 11096f201cd..0d587db5147 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb @@ -203,7 +203,7 @@
Embedded database should be used for evaluation purpose only <% end %> - + <% end %> diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index cbf3cb29baf..fa487627775 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -39,7 +39,7 @@ margin-top: 10px; } -.ie6-warn { +.ie7-warn { color: #EEE; background: #FF5252; padding: 0 5px; -- 2.39.5