Skip to content

Commit

Permalink
WIP: padding and scrolling on fileupload modal (ZNTA-1752)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgough committed Mar 8, 2017
1 parent 5ae7e2d commit 635e31a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/zanata-frontend/src/frontend/app/styles/style.less
Expand Up @@ -2059,13 +2059,18 @@ input[type=search] {
#file-upload-component.modal .modal__content {
overflow: initial;
overflow-x: inherit;
margin-bottom:0;
}

#file-upload-component.modal .modal__content .js-files-panel {
max-height:11em;
overflow:scroll;
}

form.fileupload .js-fileupload-advanced-settings{
padding-bottom:0.5em;
}

p.bg-warning {
font-style: italic;
padding: @spacing-large-horizontal;
Expand Down

0 comments on commit 635e31a

Please sign in to comment.