mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-13 23:22:30 +00:00
Merge remote-tracking branch 'origin/ns-new-file-modal'
GitOrigin-RevId: 8017778fcf909edc499e9ca2a1bc5267f5a5906c
This commit is contained in:
parent
59d4bd6182
commit
c294a8425b
3 changed files with 9 additions and 4 deletions
|
@ -141,7 +141,7 @@ script(type='text/ng-template', id='newFileModalTemplate')
|
|||
span(ng-show="!state.isOutputFilesMode") select from output files
|
||||
|
||||
.form-controls.row-spaced-small
|
||||
label(for="name") File Name In This Project
|
||||
label(for="name") #{translate("file_name_in_this_project")}
|
||||
input.form-control(
|
||||
type="text"
|
||||
placeholder="example.tex"
|
||||
|
@ -166,7 +166,7 @@ script(type='text/ng-template', id='newFileModalTemplate')
|
|||
name="url"
|
||||
)
|
||||
.row-spaced-small
|
||||
label(for="name") File name in this project
|
||||
label(for="name") #{translate("file_name_in_this_project")}
|
||||
input.form-control(
|
||||
type="text",
|
||||
placeholder="my_file",
|
||||
|
|
|
@ -288,9 +288,11 @@
|
|||
width: 220px;
|
||||
ul {
|
||||
li {
|
||||
padding: (@line-height-computed / 4);
|
||||
a {
|
||||
color: @text-color;
|
||||
padding: (@line-height-computed / 4);
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
li.active {
|
||||
|
@ -299,6 +301,9 @@
|
|||
color: @link-color;
|
||||
}
|
||||
}
|
||||
li:hover {
|
||||
background-color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
.help {
|
||||
margin-top: 6px;
|
||||
}
|
||||
min-height: 200px;
|
||||
min-height: 300px;
|
||||
padding: 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in a new issue