mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Use less vertical space in gallery publish modal
This commit is contained in:
parent
91e653dafc
commit
1965967361
1 changed files with 12 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue