Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-01-09 16:01:33 +01:00
Родитель 32b59d86be
Коммит ec2672679e
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -811,7 +811,7 @@ video {
}
.detailCallInfoContainer .clipboard-button,
.detailCallInfoContainer:hover .editable-text-label .edit-button {
.detailCallInfoContainer .editable-text-label:hover .edit-button {
display: inline-block;
}
@ -833,3 +833,8 @@ video {
.detailCallInfoContainer .password-input {
width: 100%;
}
.detailCallInfoContainer #link-checkbox+label {
display: inline-block;
padding: 12px 0;
}