Merge branch 'master' of github.com:tla/stemmaweb
[scpubgit/stemmaweb.git] / root / css / auth.css
1 body {
2         padding: 20px;
3     background: transparent url('../images/logo_001.png') no-repeat scroll -200px -100px;
4     background-size: 600px;
5     background-color: #ffffff;
6 }
7 #topbanner {
8         width: 100%;
9         height: 50px;
10         padding: 0px;
11 }
12 .error {
13     color: #d24848;
14 }
15 .openid_form {
16         margin-top: 20px;
17 }
18 #openid_input {
19         background: url('../images/openid-16x16.gif');
20         background-color: white;
21         background-position: 0 50%;
22         background-repeat: no-repeat;
23         padding-left: 18px;
24         padding-top: 3px;
25         padding-bottom: 3px;
26         margin-right: 15px;
27         width: 200px;
28 }