Bugzilla – Attachment 33629 Details for
Bug 12376
blinking cursor not clear in larger resolutions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 12376 - blinking cursor not clear in larger resolutions
PASSED-QA-Bug-12376---blinking-cursor-not-clear-in.patch (text/plain), 1.47 KB, created by
Katrin Fischer
on 2014-11-17 21:27:02 UTC
(
hide
)
Description:
[PASSED QA] Bug 12376 - blinking cursor not clear in larger resolutions
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-11-17 21:27:02 UTC
Size:
1.47 KB
patch
obsolete
>From 0c962e193861f757f43c74f910cc157b8e05df1a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 23 Sep 2014 08:18:45 -0400 >Subject: [PATCH] [PASSED QA] Bug 12376 - blinking cursor not clear in larger > resolutions >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch slightly alters the padding on <input> and <textarea> so that >the cursor is more visible. > >To test, apply the patch and clear your browser cache. View a variety of >pages in the staff client and confirm that the change does not adversely >affect the display of forms. > >Small change that enhances user experience. >Patch behaves as expected. >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Works as described, small CSS change. >--- > koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >index dc557c3..ab80d4c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -122,6 +122,10 @@ em strong { > font-style : italic; > } > >+input, textarea { >+ padding : 2px 4px; >+} >+ > .subfield-label { > font-style : italic; > } >@@ -983,7 +987,6 @@ tr.highlight th[scope=row] { > } > > .date-select input { >- padding : 1px; > vertical-align: middle; > } > >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 12376
:
28684
|
28685
|
33622
|
33627
| 33629