~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to debian/missing-sources/plupload-1.5.7/javascript/jquery.ui.plupload/css/jquery.ui.plupload.css

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-04-16 22:48:26 UTC
  • mfrom: (1.2.34)
  • Revision ID: package-import@ubuntu.com-20140416224826-087tu71aw8bjhvmd
Tags: 3.8.3+dfsg-1
New upstream release - fixes Quick Draft tool that broke in 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
   Plupload
3
 
------------------------------------------------------------------- */
4
 
 
5
 
.plupload_button {cursor: pointer;}
6
 
 
7
 
.plupload_wrapper {
8
 
        font: normal 11px Verdana,sans-serif;
9
 
        width: 100%;
10
 
}
11
 
 
12
 
.plupload .plupload_container input {width: 98%;}
13
 
.plupload .plupload_filelist_footer {border-width: 1px 0 0 0}
14
 
.plupload .plupload_filelist_header {border-width: 0 0 1px 0}
15
 
div.plupload .plupload_file {border-width: 0 0 1px 0}
16
 
div.plupload div.plupload_header {border-width: 0 0 1px 0; position: relative;}
17
 
 
18
 
.plupload_file .ui-icon {
19
 
        cursor:pointer; 
20
 
}
21
 
 
22
 
.plupload_header_content {
23
 
        background-image: url('../img/plupload.png');
24
 
        background-repeat: no-repeat;
25
 
        background-position: 8px center;
26
 
        min-height: 56px;
27
 
        padding-left: 60px;
28
 
        position:relative;
29
 
}
30
 
.plupload_header_content_bw {background-image: url('../img/plupload-bw.png');}
31
 
.plupload_header_title {
32
 
        font: normal 18px sans-serif;
33
 
        padding: 6px 0 3px;
34
 
}
35
 
.plupload_header_text {font: normal 12px sans-serif;}
36
 
 
37
 
.plupload_filelist,
38
 
.plupload_filelist_content {
39
 
        border-collapse: collapse;
40
 
        margin: 0;
41
 
        padding: 0;
42
 
        width: 100%;
43
 
        -moz-user-select:none;
44
 
        -webkit-user-select:none;
45
 
        user-select:none;
46
 
}
47
 
 
48
 
.plupload_cell {padding: 8px 6px;}
49
 
 
50
 
.plupload_file {
51
 
        border-left: none;
52
 
        border-right: none;
53
 
}
54
 
 
55
 
.plupload .ui-sortable-helper,
56
 
.plupload .ui-sortable .plupload_file {
57
 
        cursor:move;    
58
 
}
59
 
 
60
 
.plupload_scroll {
61
 
        max-height: 180px;
62
 
        min-height: 168px;
63
 
        _height: 168px;
64
 
        overflow-y: auto;
65
 
}
66
 
 
67
 
.plupload_file_size, .plupload_file_status {text-align: right;}
68
 
.plupload_file_size, .plupload_file_status {width: 52px;}
69
 
.plupload_file_action {width: 16px;}
70
 
.plupload_file_name {
71
 
        overflow: hidden;
72
 
        padding-left: 10px;
73
 
}
74
 
 
75
 
.plupload_file_rename {
76
 
        width:95%;      
77
 
}
78
 
 
79
 
.plupload_progress {width: 60px;}
80
 
.plupload_progress_container {padding: 1px;}
81
 
 
82
 
 
83
 
/* Floats */
84
 
 
85
 
.plupload_right {float: right;}
86
 
.plupload_left {float: left;}
87
 
.plupload_clear,.plupload_clearer {clear: both;}
88
 
.plupload_clearer, .plupload_progress_bar {
89
 
        display: block;
90
 
        font-size: 0;
91
 
        line-height: 0;
92
 
}
93
 
.plupload_clearer {height: 0;}
94
 
 
95
 
/* Misc */
96
 
.plupload_hidden {display: none;}
97
 
.plupload_droptext {
98
 
        background: transparent;
99
 
        text-align: center;
100
 
        vertical-align: middle;
101
 
        border: 0;
102
 
        line-height: 165px;
103
 
}
104
 
 
105
 
.plupload_buttons, .plupload_upload_status {float: left}
106
 
 
107
 
.plupload_message {
108
 
        position: absolute;
109
 
        top: 0px;
110
 
        left: 0px;      
111
 
        height: 100%;
112
 
        width: 100%;
113
 
}
114
 
 
115
 
.plupload_message p {
116
 
        padding:0.7em;
117
 
        margin:0;
118
 
}
119
 
 
120
 
.plupload_message strong {
121
 
        font-weight: bold;      
122
 
}
123
 
 
124
 
plupload_message i {
125
 
        font-style: italic;     
126
 
}
127
 
 
128
 
.plupload_message p span.ui-icon {
129
 
        float: left;
130
 
        margin-right: 0.3em;    
131
 
}
132
 
 
133
 
.plupload_header_content .ui-state-error,
134
 
.plupload_header_content .ui-state-highlight {
135
 
        border:none;    
136
 
}
137
 
 
138
 
.plupload_message_close {
139
 
        position:absolute;
140
 
        top:5px;
141
 
        right:5px;
142
 
        cursor:pointer; 
143
 
}
144
 
 
145
 
.plupload .ui-sortable-placeholder {
146
 
        height:35px;
147
 
}