add OpenID logo and a little styling to the login forms
[scpubgit/stemmatology.git] / stemmaweb / root / css / auth.css
CommitLineData
3e97c22c 1#topbanner {
2 width: 100%;
3 height: 50px;
4 margin-top: 20px;
5}
6.error {
7 color: #d24848;
8}
c84a4778 9.openid_form {
10 margin-top: 20px;
11}
12#openid_input {
13 background: url('../images/openid-16x16.gif');
14 background-color: white;
15 background-position: 0 50%;
16 background-repeat: no-repeat;
17 padding-left: 18px;
18 padding-top: 3px;
19 padding-bottom: 3px;
20 margin-right: 15px;
21 width: 200px;
22}