From cd1799e8b92f4ab6d0c7eac1e9766ca2fcf247ee Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 4 Dec 2013 15:41:39 +0100 Subject: [PATCH] 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. --- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 5 +++++ koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css index c2902c1..b7cf025 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -3080,3 +3080,8 @@ padding: 0.1em 0; .copiesrow { clear : both; } + +#transl1 { + width: 35%; + font-size: 111%; +} diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc index 79eb1a1..76bf5ea 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc @@ -80,9 +80,9 @@ [% END %] [% END %] [% IF ( ms_value ) %] -
+
[% ELSE %] -
+
[% END %] [% IF Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 %]