adc35d3e8a
自動ログアウト除外ユーザ設定を追加
48 lines
667 B
CSS
48 lines
667 B
CSS
.logout-type {
|
|
display: flex;
|
|
padding: 1em 0;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
.logout-type:first-of-type {
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.logout-type:last-of-type {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.logout-type label {
|
|
width: 200px;
|
|
}
|
|
|
|
.logout-type .logout-exp {
|
|
width: calc(100% - 200px);
|
|
}
|
|
|
|
.logout-exp-alert {
|
|
margin-left: 200px;
|
|
padding-top: .5em;
|
|
}
|
|
|
|
.logout-redirect-url {
|
|
width: 60%;
|
|
}
|
|
|
|
.logout-redirect-url::placeholder {
|
|
color: #999;
|
|
}
|
|
|
|
#logout-exclude-users {
|
|
margin-top: .5em;
|
|
}
|
|
|
|
.logout-exclude-user {
|
|
margin: .5em 0;
|
|
}
|
|
|
|
@media only screen and (max-width: 964px) {
|
|
.logout-redirect-url {
|
|
width: 100%;
|
|
}
|
|
} |