Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ipython / IPython / frontend / html / notebook / static / css / alternateuploadform.css
Size: Mime:
/* 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;
    width: 295px;
    margin-left:163px;
    cursor: pointer;
}