diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-02-22 17:49:14 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-02-22 17:49:14 +0100 |
| commit | a4d3fd61c22a54b910f22d060cb8d9360381dbae (patch) | |
| tree | 23c0fa0ccbfb06f156ccbb17007fcafcde0efef1 /chimere/static | |
| parent | 80c656db799b87bad37d3fb16e880657ccef810d (diff) | |
| download | Chimère-a4d3fd61c22a54b910f22d060cb8d9360381dbae.tar.bz2 Chimère-a4d3fd61c22a54b910f22d060cb8d9360381dbae.zip | |
Search templates refactoring
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 4 | ||||
| -rw-r--r-- | chimere/static/chimere/js/jquery.chimere.js | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index 5d7f177..a8efa7f 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -756,6 +756,10 @@ table.inline-table td input[type=file]{ margin-right: auto; } +#haystack-search .action-label{ + display:none; +} + #search-box{ position:absolute; z-index:200; diff --git a/chimere/static/chimere/js/jquery.chimere.js b/chimere/static/chimere/js/jquery.chimere.js index 844ec1c..195b43b 100644 --- a/chimere/static/chimere/js/jquery.chimere.js +++ b/chimere/static/chimere/js/jquery.chimere.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2014 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +/* Copyright (C) 2008-2015 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as |
