PluginProbe
UpStream: a Project Management Plugin for WordPress / trunk
UpStream: a Project Management Plugin for WordPress vtrunk
trunk 1.39.0 1.39.1 1.39.2 1.39.3 2.0.7 2.1.0
upstream / templates / assets / css / login.css

login.css in UpStream: a Project Management Plugin for WordPress trunk, at templates/assets/css/login.css

48 lines 791 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .alert {
2 margin-top: 20px;
3 }
4
5 .loginform {
6 max-width: 330px;
7 padding: 15px;
8 margin: 0 auto;
9 }
10
11 .loginform .form-control {
12 position: relative;
13 font-size: 16px;
14 height: auto;
15 padding: 10px;
16 margin: 0 0 5px;
17 -webkit-box-sizing: border-box;
18 -moz-box-sizing: border-box;
19 box-sizing: border-box;
20 }
21
22 .loginform .form-control:focus {
23 z-index: 2;
24 }
25
26 .account-wall {
27 margin-top: 80px;
28 padding: 20px 0px 20px 0px;
29 background-color: #ffffff;
30 box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
31 }
32
33 .login-title {
34 color: #555;
35 font-size: 22px;
36 font-weight: 400;
37 display: block;
38 }
39
40 img {
41 max-width: 150px;
42 margin-top: 50px;
43 }
44
45 img + .account-wall {
46 margin-top: 60px;
47 }
48