mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-15 09:42:30 +00:00
Move new publish-model styles into existing style file
This commit is contained in:
parent
92548be044
commit
1e31f5dc1c
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,9 @@
|
||||||
.modal-body-publish {
|
.modal-body-publish {
|
||||||
|
.form-control,
|
||||||
|
.form-control-box {
|
||||||
|
width: 70%;
|
||||||
|
margin-bottom: 1.0ex;
|
||||||
|
}
|
||||||
#search-input-container {
|
#search-input-container {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 5px 0 10px;
|
margin: 5px 0 10px;
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
.publish-guide .form-control,
|
|
||||||
.publish-guide .form-control-box {
|
|
||||||
width: 70%;
|
|
||||||
margin-bottom: 1.0ex;
|
|
||||||
}
|
|
Loading…
Reference in a new issue