~stephen-stewart/online-services-common-js/update-global-nav

« back to all changes in this revision

Viewing changes to src/files/assets/one-files-uploader-core.css

  • Committer: Stephen Stewart
  • Date: 2014-02-22 15:05:16 UTC
  • Revision ID: stephen.stewart@canonical.com-20140222150516-rkzti2c43ggwr2ta
import latest js, convert

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
.yui3-onefilesuploader {
3
 
    min-width: 650px;
4
 
}
5
 
 
6
 
.yui3-onefilesuploader strong {
7
 
    font-weight: bold;
8
 
}
9
 
 
10
 
.yui3-onefilesuploader dfn {
11
 
    border-bottom: 1px dotted #ccc;
12
 
    cursor: help;
13
 
}
14
 
 
15
 
.yui3-onefilesuploader a {
16
 
    color: #DD4814;
17
 
    cursor: pointer;
18
 
}
19
 
 
20
 
.yui3-onefilesuploader-files {
21
 
    clear: both;
22
 
}
23
 
 
24
 
.yui3-onefilesuploader-header {
25
 
    background-color: #EFEDEC;
26
 
    border: 1px dotted #ccc;
27
 
    box-shadow: rgba(0, 0, 0, 0.05) 0 2px 1px;
28
 
    margin: 0;
29
 
}
30
 
 
31
 
.yui3-onefilesuploader-header:after,
32
 
.yui3-onefilesuploader-files li:after {
33
 
    clear: both;
34
 
    content: " ";
35
 
    display: block;
36
 
}
37
 
 
38
 
.yui3-onefilesuploader-files ul {
39
 
    overflow: auto;
40
 
    max-height: 300px;
41
 
    min-height: 300px;
42
 
    position: relative;
43
 
    box-shadow: 0 -14px 5px -8px rgba(0, 0, 0, 0.1) inset;
44
 
    border-left: 1px dotted #ccc;
45
 
    border-right: 1px dotted #ccc;
46
 
}
47
 
 
48
 
.yui3-onefilesuploader-files li {
49
 
    position: relative;
50
 
    border-bottom: 1px dotted #ccc;
51
 
    border-top: none;
52
 
    clear: left;
53
 
}
54
 
 
55
 
.yui3-onefilesuploader-files .yui3-file:hover {
56
 
    background: #fafafa;
57
 
}
58
 
 
59
 
/*csslint box-sizing: false */
60
 
.yui3-onefilesuploader-file-cancel {
61
 
    border-right: 1px dotted #ccc;
62
 
    padding: 0.5em;
63
 
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
64
 
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
65
 
    box-sizing: border-box;         /* Opera/IE 8+ */
66
 
    float: left;
67
 
    height: 2.3em;
68
 
}
69
 
 
70
 
.yui3-onefilesuploader-file-cancel {
71
 
    font-weight: bold;
72
 
    border-left: 1px dotted #ccc;
73
 
    border-right: none;
74
 
    text-align: center;
75
 
}
76
 
 
77
 
.yui3-onefilesuploader-file-cancel {
78
 
    cursor: pointer;
79
 
}
80
 
 
81
 
.yui3-onefilesuploader-file-cancel:hover {
82
 
    background: #EEE;
83
 
    text-shadow: 1px 1px 0 white;
84
 
}
85
 
 
86
 
.yui3-onefilesuploader .yui3-onefilesuploader-nofiles {
87
 
    text-align: center;
88
 
    font-weight: bold;
89
 
    bottom: 0;
90
 
    left: 0;
91
 
    line-height: 300px;
92
 
    position: absolute;
93
 
    right: 0;
94
 
    top: 0;
95
 
}
96
 
 
97
 
.yui3-onefilesuploader-uploader-wrapper {
98
 
    margin-top: 1em;
99
 
}
100
 
 
101
 
.yui3-onefilesuploader-progress {
102
 
    margin: 1em 0;
103
 
}
104
 
 
105
 
.yui3-onefilesuploader-drop-pending .yui3-dd-proxy {
106
 
    background: #fffde5;
107
 
    opacity: .3;
108
 
}
109
 
 
110
 
.yui3-onefilesuploader-status {
111
 
    margin-bottom: 10px;
112
 
}
113
 
 
114
 
.yui3-onefilesuploader-status div {
115
 
    display: inline-block;
116
 
}
117
 
 
118
 
.yui3-onefilesuploader .yui3-percentage {
119
 
    min-width: 75px;
120
 
    display: inline-block;
121
 
    text-align: center;
122
 
}
123
 
 
124
 
.yui3-onefilesuploader-file-cancel {
125
 
    width: 5%;
126
 
}
127