##// END OF EJS Templates
Improve handling of cursor_start and cursor_end for completions....
Improve handling of cursor_start and cursor_end for completions. Improve handling of cursor_start and cursor_end for completions. Improve handling of cursor_start and cursor_end for completions. Fix handling of end != cursor_position Fix handling of cursor offset and handle end <= start. Fix handling of cursor offset and handle end <= start. Reinstate extra whitespace More whitespace reinstating Still more whitespace Finalwhitespace Add a guard on start Fix logic for end > cursor_pos Another ws add WS tweak WS again

File last commit:

r15077:cc0d4ae5
r18322:0d782d54
Show More
altuploadform.less
26 lines | 426 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 ..." */
.alternate_upload
{
background-color:none;
display: inline;
}
.alternate_upload.form
{
padding: 0;
margin:0;
}
.alternate_upload input.fileinput
{
background-color:red;
position:relative;
opacity: 0;
z-index: 2;
Matthias BUSSONNIER
position upload form for firefox
r7116 width: 295px;
margin-left:163px;
cursor: pointer;
Brian E. Granger
Tighten spacing of dashboard.
r15077 height: 26px;
Matthias BUSSONNIER
alternate notebook upload methods...
r6838 }