Bugzilla – Attachment 18355 Details for
Bug 10315
Use easier readable font for generated passwords
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10315 - Use easier readable font for generated passwords
Bug-10315---Use-easier-readable-font-for-generated.patch (text/plain), 1.59 KB, created by
Owen Leonard
on 2013-05-23 16:49:16 UTC
(
hide
)
Description:
Bug 10315 - Use easier readable font for generated passwords
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2013-05-23 16:49:16 UTC
Size:
1.59 KB
patch
obsolete
>From 1ef527e7b7700ab4fe5fe5355daf751be73bad6d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 23 May 2013 12:44:58 -0400 >Subject: [PATCH] Bug 10315 - Use easier readable font for generated passwords >Content-Type: text/plain; charset="utf-8" > >The text inputs on the change password form are not very big, and the >default sans-serif font isn't always good for showing unambiguous >characters. This patch sets a larger, monospace font for those fields. > >To test, apply the patch, clear your browser cache, and open the patron >change password form (members/member-password.pl). The inputs should be >more readable, especially the password fields when you click to fill >with a randomly generated password. >--- > .../intranet-tmpl/prog/en/css/staff-global.css | 6 ++++++ > 1 file changed, 6 insertions(+) > >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 49f857d..13e2731 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css >@@ -2578,3 +2578,9 @@ fieldset.rows table.mceListBox { > #selections span { margin:3px;padding:3px;background-color:#EBF3FF;-moz-border-radius:5px;border-radius:5px;white-space:nowrap;line-height:240%;font-size:75%; } > #selections span.selected { background-color : #CCE0FC; } > #selections input { vertical-align:middle;margin:0 2px; } >+#changepasswordf input[type="text"], >+#changepasswordf input[type="password"] { >+ font-size: 140%; >+ font-family : monospace; >+ padding : .3em; >+} >\ No newline at end of file >-- >1.7.9.5
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 10315
:
18355
|
18482
|
18994