Two bugs (Lists and Authorities)
Hi guys, Just wanted to ask some specific attention for two bugs: Bug 9988 Leave larger authority merges to merge_authorities cronjob (pref AuthorityMergeLimit) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9988 Part of the authority merge omnibus. Bug 18228 Make list permissions easier to use/understand https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18228 This patch moves the three separate Allow/Don't allow checkboxes for lists into one Combo: Nobody/Owner/Anyone who sees the list No more distinction between add and delete, or delete own and delete other. A change is a change. Thanks, Marcel
Hi Folks, I am trying to put a border around the login form on the OPAC home page but when I set my display to 768px wide I see some very strange behaviour - well, it seems strange to me. The form element is <form id="auth", and within this form is a fieldset containing the input boxes for username and password. Here's what I am struggling with... the fieldset.brief element is wider than the form element, even though it's inside it. I can't see why as the width is set to auto, but if I try and put a border around the form then the input boxes actually poke through the side. If I put a border around the fieldset.brief element then it hangs over the side of the page. I think I've missed something fundamental and it's cooking my head... can any of you clever css experts out there explain to me what I have missed, and how I can get a box around the login form that looks fine at all screen resolutions? I thank you very much for your help in advance. Regards, Dave Jury.
The form element is <form id="auth", and within this form is a fieldset containing the input boxes for username and password.
Have you tried applying your styling to "#auth fieldset.brief" ? #auth fieldset.brief { border: 1px solid #CCC; border-radius: 10px; padding: 1em; } #auth legend { border: 0; line-height: 1em; margin: 0; } -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
participants (3)
-
Contact Orielstar -
Marcel de Rooy -
Owen Leonard