Dotclear

source: admin/style/scss/partials/_auth.scss @ 3439:640a478849cf

Revision 3439:640a478849cf, 839 bytes checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Prettify scss code

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

Sites map