forked from WordPress/two-factor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
user-edit.css
58 lines (46 loc) · 974 Bytes
/
user-edit.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.two-factor-methods-table {
background-color: #fff;
border: 1px solid #e5e5e5;
border-spacing: 0;
}
.two-factor-methods-table thead,
.two-factor-methods-table tfoot {
background: #fff;
}
.two-factor-methods-table thead th {
padding: 0.5em;
}
.two-factor-methods-table .col-primary,
.two-factor-methods-table .col-enabled {
width: 5%;
}
.two-factor-methods-table .col-name {
width: 90%;
}
.two-factor-methods-table tbody th {
text-align: center;
}
.two-factor-methods-table tbody th,
.two-factor-methods-table tbody td {
vertical-align: top;
}
.two-factor-methods-table tbody tr:nth-child(odd) {
background-color: #f9f9f9;
}
/* Special modifications for use on force-2fa screen */
#login {
width: 100%;
max-width: 1000px;
}
.login .button-primary {
float: left;
}
.force-2fa-title {
line-height: 1.3;
text-align: center;
padding: 0 10%;
}
/* Hackity hack to hid the title on the force-2fa view */
.login .two-factor-main-label {
display: none;
}