mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 07:09:02 +02:00
Use less vertical space in gallery publish modal
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
.modal-body-publish {
|
||||
.form-control-box {
|
||||
width: 70%;
|
||||
margin-bottom: 1.0ex;
|
||||
margin-left: 1.0em;
|
||||
label {
|
||||
display: inline-block;
|
||||
width: 10em;
|
||||
}
|
||||
.form-control {
|
||||
display: inline-block;
|
||||
width: 60%;
|
||||
}
|
||||
input[type="checkbox"] {
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
}
|
||||
#search-input-container {
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user