Dotclear

source: admin/style/scss/partials/_auth.scss @ 3842:d2616cbea480

Revision 3842:d2616cbea480, 1.2 KB checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

button(type="button") is better than input(type="submit") for show/hide, show/close js button as the input may catch the enter key in form and the button not

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 $login-fieldset-border;
16          padding: 1em 1em 0 1em;
17          background: $login-fieldset-background;
18          margin-bottom: 0;
19          margin-top: 1em;
20     }
21     input[type=text],
22  input[type=color],
23  input[type=email],
24  input[type=url],
25  input[type=datetime],
26  input[type=date],
27  input[type=time],
28  input[type=file],
29  input[type=number],
30     input[type=password],
31     input[type=submit],
32     input[type=text]:focus,
33  input[type=color]:focus,
34  input[type=email]:focus,
35  input[type=url]:focus,
36  input[type=datetime]:focus,
37  input[type=date]:focus,
38  input[type=time]:focus,
39  input[type=file]:focus,
40  input[type=number]:focus,
41     input[type=password]:focus,
42     input[type=submit]:focus {
43          width: 100%;
44          margin: 0;
45          padding: 5px 3px;
46     }
47     input.login,
48     input.login:focus {
49          padding-top: 6px;
50          padding-bottom: 6px;
51          font-size: 1em;
52     }
53     #issue {
54          margin-left: 1.33em;
55          font-size: .91em;
56          p:first-child {
57               text-align: right;
58          }
59          strong {
60               font-weight: normal;
61          }
62     }
63}
Note: See TracBrowser for help on using the repository browser.

Sites map