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:
18
frontend/src/css/modal.css
Normal file
18
frontend/src/css/modal.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user