http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12376

Christopher Brannon <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Christopher Brannon <[email protected]> ---
The problem is easy to fix with jQuery, but introduces other issues due to
unconventional uses of text boxes.  For example, I can add padding to the text
boxes with this:

$("input[type='text']").css("padding","2px");

But unfortunately Koha has started adding graphics inside the text boxes, such
as a padlock in some of the marc fields in cataloging.  If these images were on
the outside of the textbox rather than inside, this would be fixed.  However,
additional code would have to be used to detect and exclude these instances.

I agree that in general, the text boxes need some padding inside.  Not being
able to see the cursor when it is right on top of the textbox border has been
an ongoing nuisance.

Christopher

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to