diff kallithea/templates/search/search_path.html @ 6671:5e3adb20839d

style: replace code-body etc with Bootstrap-ish panel and panel-heading, using panel-default for headers and tweak them grey Based on work by Dominik Ruf.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 11 Jun 2017 15:02:09 +0200
parents a17c8e5f6712
children b56aa0ea3531
line wrap: on
line diff
--- a/kallithea/templates/search/search_path.html	Sun Jun 11 15:02:09 2017 +0200
+++ b/kallithea/templates/search/search_path.html	Sun Jun 11 15:02:09 2017 +0200
@@ -10,13 +10,10 @@
         </div>
     %else:
         %if cnt == 0:
-            <div class="error">
-                <div class="link">
-                    ${_('Permission denied')}
-                </div>
+            <div class="alert alert-warning" role="alert">
+                ${_('Permission denied')}
             </div>
         %endif
-
     %endif
 %endfor
 %if c.cur_query and c.formated_results: