File: altuploadform.less

package info (click to toggle)
ipython 1.2.1-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 22,884 kB
  • sloc: python: 67,305; makefile: 469; lisp: 272; sh: 251
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;
}