[Koha-devel] CSS for Login Form

Owen Leonard oleonard at myacpl.org
Mon Mar 13 13:47:23 CET 2017


> 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


More information about the Koha-devel mailing list