To make it easier to style the simple search box in the OPAC the CSS should be moved from the style attribute to the CSS files: <input id="transl1" class="left" type="text" title="Suchbegriffe eingeben" style="font-size: 120%; width: 35%;" name="q">
Created attachment 23298 [details] [review] Bug 10797: Move styling of simple search from element to CSS file To test: - Switch to prog theme, problem doesn't exist in Bootstrap theme - Take a look at the simple search input field - Apply patch - Refresh page - Make sure field has the same length and size You can also use Firebug to make sure the same styles are applied to the element before and after the change.
Created attachment 23751 [details] [review] Bug 10797: Move styling of simple search from element to CSS file To test: - Switch to prog theme, problem doesn't exist in Bootstrap theme - Take a look at the simple search input field - Apply patch - Refresh page - Make sure field has the same length and size You can also use Firebug to make sure the same styles are applied to the element before and after the change. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Created attachment 23785 [details] [review] Bug 10797: Move styling of simple search from element to CSS file To test: - Switch to prog theme, problem doesn't exist in Bootstrap theme - Take a look at the simple search input field - Apply patch - Refresh page - Make sure field has the same length and size You can also use Firebug to make sure the same styles are applied to the element before and after the change. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Pushed to master. Thanks, Katrin!
Patch pushed to 3.14.x, will be in 3.14.2. (this patch is not needed for bootstrap theme).