280 lines
5.3 KiB
CSS
280 lines
5.3 KiB
CSS
#audit-log-settings {
|
|
position: relative;
|
|
}
|
|
|
|
.wsal-tab__heading {
|
|
margin-bottom: 0;
|
|
}
|
|
.sectoken-user,
|
|
.sectoken-role,
|
|
.sectoken-cpts,
|
|
.sectoken-status,
|
|
.sectoken-urls,
|
|
.sectoken-ip,
|
|
.sectoken-other {
|
|
display: inline-block;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
padding: 2px 4px;
|
|
margin: 2px 0 0 2px;
|
|
border-radius: 3px;
|
|
cursor: default;
|
|
}
|
|
.sectoken-other {
|
|
display: table;
|
|
border-collapse: separate;
|
|
}
|
|
|
|
.sectoken-user a,
|
|
.sectoken-role a,
|
|
.sectoken-cpts a,
|
|
.sectoken-status a,
|
|
.sectoken-urls a,
|
|
.sectoken-ip a,
|
|
.sectoken-other a {
|
|
text-decoration: none;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
color: #FFF;
|
|
margin-left: 2px;
|
|
background: #BBB;
|
|
border-radius: 25px;
|
|
height: 14px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 14px;
|
|
text-align: center;
|
|
line-height: 12px;
|
|
}
|
|
|
|
.sectoken-user a:hover,
|
|
.sectoken-role a:hover,
|
|
.sectoken-cpts a:hover,
|
|
.sectoken-status a:hover,
|
|
.sectoken-urls a:hover,
|
|
.sectoken-ip a:hover,
|
|
.sectoken-other a:hover {
|
|
background: #FB9;
|
|
}
|
|
|
|
.sectoken-user { background: #EFF; border-color: #5BE; }
|
|
.sectoken-role { background: #EFE; border-color: #5B5; }
|
|
.sectoken-cpts { background: #EFF; border-color: #5BE; }
|
|
.sectoken-status { background: #EFF; border-color: #5BE; }
|
|
.sectoken-urls { background: #EFF; border-color: #5BE; }
|
|
.sectoken-ip { background: #FFE; border-color: #ED5; }
|
|
.sectoken-other { background: #FFE; border-color: #ED5; }
|
|
.sectoken-del { background: #FEE; border-color: #EBB; }
|
|
|
|
#wsal-tabs {
|
|
margin: 0 0 1.5em;
|
|
}
|
|
.wsal-tab {
|
|
margin-top: 0px;
|
|
}
|
|
.wsal-tab th {
|
|
/* padding-left: 20px; */
|
|
}
|
|
.wsal-tab.wsal-twilio-settings-tab th {
|
|
width: 220px;
|
|
}
|
|
.wsal-tab td {
|
|
padding-left: 20px;
|
|
}
|
|
.wsal-tab .error {
|
|
display: block;
|
|
margin-top: 5px;
|
|
font-size: 13px;
|
|
font-style: italic;
|
|
color: red;
|
|
}
|
|
.wsal-tab .error.hide {
|
|
display: none;
|
|
}
|
|
.wsal-tab input[type=text],
|
|
.wsal-tab input[type=email] {
|
|
display: inline-block;
|
|
width: 350px;
|
|
margin: 0;
|
|
}
|
|
.wsal-tab input[type=button],
|
|
.wsal-tab button {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
|
|
/*
|
|
* IOS button
|
|
*/
|
|
.f-container {
|
|
overflow: hidden;
|
|
min-height: 1px;
|
|
margin-top: 0;
|
|
}
|
|
.f-left {
|
|
float: left;
|
|
}
|
|
.f-right {
|
|
float: right;
|
|
}
|
|
.f-text {
|
|
margin-top: 3px;
|
|
margin-left: 8px;
|
|
}
|
|
input.switch[type="checkbox"],
|
|
input.switch[type="radio"] {
|
|
display: none;
|
|
}
|
|
input.switch[type="checkbox"] + label,
|
|
input.switch[type="radio"] + label {
|
|
background-color: white;
|
|
border: 1px solid #b4b9be;;
|
|
border-radius: 20px;
|
|
box-sizing: border-box;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
height: 18px;
|
|
position: relative;
|
|
transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
|
|
vertical-align: middle;
|
|
width: 38px;
|
|
}
|
|
input.switch[type="checkbox"] + label:after,
|
|
input.switch[type="radio"] + label:after {
|
|
background: none repeat scroll 0 0 white;
|
|
border-radius: 100%;
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
|
|
content: "";
|
|
height: 16px;
|
|
left: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
transition: left 0.2s ease-in-out 0s;
|
|
width: 16px;
|
|
}
|
|
input.switch[type="checkbox"]:checked + label,
|
|
input.switch[type="radio"]:checked + label {
|
|
background-color: #2ecc71;
|
|
border-color: #2ecc71;
|
|
box-shadow: 0 0 0 15.999px #2ecc71 inset;
|
|
transition: background-color 1.2s ease 0s, border 0.4s ease 0s, box-shadow 0.4s ease 0s;
|
|
}
|
|
input.switch[type="checkbox"]:checked + label:after,
|
|
input.switch[type="radio"]:checked + label:after {
|
|
left: 20px;
|
|
}
|
|
input.switch[type="checkbox"]:disabled + label,
|
|
input.switch[type="checkbox"]:disabled:checked + label,
|
|
input.switch[type="radio"]:disabled + label,
|
|
input.switch[type="radio"]:disabled:checked + label {
|
|
background-color: #ecf0f1;
|
|
border-color: #ecf0f1;
|
|
box-shadow: none;
|
|
cursor: default;
|
|
}
|
|
a.disabled {
|
|
pointer-events: none;
|
|
cursor: default;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
#PruningDate {
|
|
width: 55px;
|
|
}
|
|
|
|
.wsal-scan-time-container {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
.wsal_file_containter {
|
|
display: flex;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
#wsal_files,
|
|
#wsal_files_types,
|
|
#wsal_dirs {
|
|
background: #fff;
|
|
width: 250px;
|
|
height: 230px;
|
|
overflow-y: scroll;
|
|
border: 1px solid #ddd;
|
|
padding: 10px 5px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#wsal_files label,
|
|
#wsal_files_types label,
|
|
#wsal_dirs label {
|
|
display: block;
|
|
margin-bottom: 2px;
|
|
padding: 3px 5px;
|
|
transition: all 0.2s linear;
|
|
}
|
|
|
|
#wsal_files input[type='checkbox'],
|
|
#wsal_files_types input[type='checkbox'],
|
|
#wsal_dirs input[type='checkbox'] {
|
|
display: none;
|
|
}
|
|
|
|
#wsal_files input[type='checkbox']:checked + label,
|
|
#wsal_files_types input[type='checkbox']:checked + label,
|
|
#wsal_dirs input[type='checkbox']:checked + label {
|
|
background: #f1f1f1;
|
|
}
|
|
|
|
#wsal_files label:hover,
|
|
#wsal_files_types label:hover,
|
|
#wsal_dirs label:hover {
|
|
background: #f1f1f1;
|
|
transition: all 0.2s linear;
|
|
}
|
|
|
|
#wsal_add_file_name,
|
|
#wsal_add_file_type_name,
|
|
#wsal_add_dir_name {
|
|
display: inline-block;
|
|
width: 261px;
|
|
height: 28px;
|
|
padding: 3px 5px;
|
|
margin-right: 10px;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.nav-sub-tabs {
|
|
list-style: none;
|
|
margin: -8px 0 8px;
|
|
padding: 0;
|
|
font-size: 13px;
|
|
color: #666;
|
|
}
|
|
|
|
.nav-sub-tabs li {
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: 0;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.nav-sub-tabs a {
|
|
line-height: 2;
|
|
padding: 3px;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.nav-sub-tabs a.current {
|
|
color: #000;
|
|
font-weight: 600;
|
|
border: none;
|
|
}
|
|
|
|
fieldset #pruning-unit {
|
|
margin-top: -2px;
|
|
}
|