##// END OF EJS Templates
put the anchor inside the header tag...
put the anchor inside the header tag instead of the other way around. This way, only clicking the text loads the hash link, rather than the whole area.

File last commit:

r7116:d4ab485a
r10021:32fef009
Show More
alternateuploadform.css
25 lines | 408 B | text/css | CssLexer
/ IPython / frontend / html / notebook / static / css / alternateuploadform.css
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;
Matthias BUSSONNIER
alternate notebook upload methods...
r6838 }