##// END OF EJS Templates
Merge pull request #8587 from minrk/template-string-types...
Merge pull request #8587 from minrk/template-string-types handle _template_path being unicode on py2

File last commit:

r20875:8a947555
r21513:b16c2cae merge
Show More
altuploadform.less
26 lines | 437 B | text/x-less | LessCssLexer
/ IPython / html / static / tree / less / altuploadform.less
Matthias BUSSONNIER
alternate notebook upload methods...
r6838 /* We need an invisible input field on top of the sentense*/
/* "Drag file onto the list ..." */
Min RK
Backport PR #7933: Move dynamic buttons to the left and upload button to the right....
r20875 .alternate_upload {
Matthias BUSSONNIER
alternate notebook upload methods...
r6838 background-color:none;
display: inline;
Min RK
Backport PR #7933: Move dynamic buttons to the left and upload button to the right....
r20875 &.form
{
padding: 0;
margin:0;
}
Matthias BUSSONNIER
alternate notebook upload methods...
r6838
Min RK
Backport PR #7933: Move dynamic buttons to the left and upload button to the right....
r20875 input.fileinput
{
display: inline;
opacity: 0;
z-index: 2;
width: 12ex;
margin-right: -12ex;
}
Min RK
minor reflow of tree header...
r19269
Min RK
Backport PR #7933: Move dynamic buttons to the left and upload button to the right....
r20875 .btn-upload {
height: @btn_mini_height;
}
Matthias BUSSONNIER
alternate notebook upload methods...
r6838 }