File: alternateuploadform.css

package info (click to toggle)
ipython 0.13.1-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 15,752 kB
  • sloc: python: 69,537; makefile: 355; lisp: 272; sh: 80; objc: 37
file content (25 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* 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;
}