Rev | Line | |
---|
[3355] | 1 | #login-screen { |
---|
| 2 | display: block; |
---|
| 3 | width: 20em; |
---|
| 4 | margin: 1.5em auto 0; |
---|
| 5 | font-size: 1.16em; |
---|
| 6 | } |
---|
| 7 | |
---|
| 8 | #login-screen h1 { |
---|
| 9 | text-indent: -2000px; |
---|
| 10 | background: transparent url(dc_logos/w-dotclear240.png) no-repeat top left; |
---|
| 11 | height: 66px; |
---|
| 12 | width: 20em; |
---|
| 13 | margin-bottom: .5em; |
---|
| 14 | margin-left: 0; |
---|
| 15 | } |
---|
| 16 | |
---|
| 17 | #login-screen .fieldset { |
---|
| 18 | border: 1px solid #9bca1c; |
---|
| 19 | padding: 1em 1em 0 1em; |
---|
| 20 | background: #fff; |
---|
| 21 | margin-bottom: 0; |
---|
| 22 | margin-top: 1em; |
---|
| 23 | } |
---|
| 24 | |
---|
| 25 | #login-screen input[type=text], |
---|
| 26 | #login-screen input[type=password], |
---|
| 27 | #login-screen input[type=submit], |
---|
| 28 | #login-screen input[type=text]:focus, |
---|
| 29 | #login-screen input[type=password]:focus, |
---|
| 30 | #login-screen input[type=submit]:focus { |
---|
| 31 | width: 100%; |
---|
| 32 | margin: 0; |
---|
| 33 | padding: 5px 3px; |
---|
| 34 | } |
---|
| 35 | |
---|
| 36 | #login-screen input.login, |
---|
| 37 | #login-screen input.login:focus { |
---|
| 38 | padding-top: 6px; |
---|
| 39 | padding-bottom: 6px; |
---|
| 40 | font-size: 1em; |
---|
| 41 | } |
---|
| 42 | |
---|
| 43 | #login-screen #issue { |
---|
| 44 | margin-left: 1.33em; |
---|
| 45 | font-size: .91em; |
---|
| 46 | } |
---|
| 47 | |
---|
| 48 | #issue p:first-child { |
---|
| 49 | text-align: right; |
---|
| 50 | } |
---|
| 51 | |
---|
| 52 | #login-screen #issue strong { |
---|
| 53 | font-weight: normal; |
---|
| 54 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.