Summary: | Move styling from element to CSS file for search input field in OPAC | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | OPAC | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 10797: Move styling of simple search from element to CSS file
Bug 10797: Move styling of simple search from element to CSS file Bug 10797: Move styling of simple search from element to CSS file |
Description
Katrin Fischer
2013-08-28 10:08:52 UTC
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). |