8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / application / _browser_unsupported.html
1 <!-- googleoff: all -->
2 <style type="text/css">
3   #browser-unsupported .alert {
4     margin-left: -100px;
5     margin-right: -100px;
6     padding-left: 120px;
7     padding-right: 120px;
8   }
9 </style>
10 <div id="browser-unsupported" class="hidden">
11   <div class="alert alert-danger">
12     <p>
13       <b>Hey!</b> Your web browser is missing some of the features we
14       rely on.  Usually this means you are running an old version.
15       Updating your system, or switching to a current version
16       of <a class="alert-link"
17       href="//google.com/search?q=download+Mozilla+Firefox">Firefox</a>
18       or <a class="alert-link"
19       href="//google.com/search?q=download+Google+Chrome">Chrome</a>,
20       should fix this.
21     </p>
22   </div>
23 </div>
24 <!-- googleon: all -->