##// END OF EJS Templates
Adding readout for Valid widget
Adding readout for Valid widget

File last commit:

r20777:7d8283c1
r20821:6f33f760
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 ..." */
Jonathan Frederic
Move upload to the right and dynamic buttons to the left.
r20777 .alternate_upload {
Matthias BUSSONNIER
alternate notebook upload methods...
r6838 background-color:none;
display: inline;
Jonathan Frederic
Move upload to the right and dynamic buttons to the left.
r20777 &.form
{
padding: 0;
margin:0;
}
Matthias BUSSONNIER
alternate notebook upload methods...
r6838
Jonathan Frederic
Move upload to the right and dynamic buttons to the left.
r20777 input.fileinput
{
display: inline;
opacity: 0;
z-index: 2;
width: 12ex;
margin-right: -12ex;
}
Min RK
minor reflow of tree header...
r19269
Jonathan Frederic
Move upload to the right and dynamic buttons to the left.
r20777 .btn-upload {
height: @btn_mini_height;
}
Matthias BUSSONNIER
alternate notebook upload methods...
r6838 }