1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

improve new library dialog

This commit is contained in:
shanshuirenjia
2018-12-16 15:11:30 +08:00
parent f003f94e48
commit c9197d0186
2 changed files with 44 additions and 8 deletions

View File

@@ -0,0 +1,18 @@
.repo-dialog .modal-body label {
padding: 0.5rem 0 0.25rem;
font-weight: bold;
color: #333;
font-size: 0.8125rem;
}
.repo-dialog .modal-body label.form-check-label {
font-weight: normal;
padding: 0.25rem 0;
}
.repo-dialog .modal-body .tip {
font-weight: normal;
color: #808080;
font-size: 0.75rem;
margin-bottom: 1rem;
}