installed plugin Two Factor
version 0.7.3
This commit is contained in:
42
wp-content/plugins/two-factor/user-edit.css
Normal file
42
wp-content/plugins/two-factor/user-edit.css
Normal file
@ -0,0 +1,42 @@
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.two-factor-methods-table .two-factor-method-label {
|
||||
display: block;
|
||||
font-weight: 700;
|
||||
}
|
Reference in New Issue
Block a user