]> git.evergreen-ils.org Git - Evergreen.git/commit
TPAC: Simplify opac-button styling
authorDan Scott <dscott@laurentian.ca>
Tue, 24 Sep 2013 17:21:35 +0000 (13:21 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:45:15 +0000 (18:45 -0400)
commit23e8de55bb283101ba046d40fbdc75c22e55741f
tree237cf16030afb3466f58ee6e1637a362b6c4d5c5
parent455c587c23c56dee0eeabee0fba0ba0b927dfa73
TPAC: Simplify opac-button styling

Conflicting padding declarations in the stylesheet, in an old attempt to
balance out the sizes of various INPUT types vs A elements in Chrome vs.
Firefox, were resulting in increasingly odd sizes for the buttons
(depending on which browser you used). Switching to a BUTTON instead of
an A tag and dropping all of the padding declarations improves the
situation on Firefox, Chrome, and IE8, while simplifying the CSS.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/advanced/search.tt2