-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathcomur.image_bundle.css
More file actions
183 lines (160 loc) · 2.74 KB
/
comur.image_bundle.css
File metadata and controls
183 lines (160 loc) · 2.74 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
.jcrop-keymgr {
left: -12000px !important;
}
.gallery-image-helper {
display: inline-block;
height: 100%;
vertical-align: middle;
margin: 0;
}
.gallery-image-container
{
vertical-align: middle;
border: solid 1px #bbbbbb;
padding: 2px;
display: inline-block;
margin: 10px;
min-height: 150px;
min-width: 150px;
height: 150px;
/*width: 150px;*/
cursor: move;
text-align: center;
background-color: #fff;
}
.gallery-image-container img
{
vertical-align: middle;
text-align: center;
}
.gallery-image-container.placeholder
{
border-style: dashed;
min-height: 150px;
min-width: 150px;
}
.gallery-image-container span.remove-image
{
position: absolute;
line-height: normal;
margin-left: -10px;
margin-top: -10px;
cursor: hand;
cursor: pointer;
text-align: left;
}
.gallery-image-container span.remove-image i
{
color: red;
background-color: white;
padding: 2px;
border: solid 1px #aaa;
border-radius: 15px;
}
.image_edit_button
{
position: absolute;
margin: 10px;
}
.hide-disabled .image_edit_button
{
position: relative;
margin: 0;
}
.fileinput-button {
margin-bottom: 20px;
}
.fileinput-button input {
/*position: absolute;
top: 0;
right: 0;
margin: 0;*/
/*font-size: 200px;
direction: ltr;
cursor: pointer;
display: none !important;*/
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
max-width: 0;
width: 0;
display: none;
}
.image_upload_drop_zone
{
border: dotted 1px #555;
margin: 20px;
text-align: center;
font-size: 1.5em;
padding: 60px;
border: dotted 1px #555;
}
.image_upload_drop_zone p
{
text-align: center;
}
#upload-image
{
text-align: center;
}
.jcrop-holder img{
max-width: none !important;
}
.jcrop-dark .jcrop-selection
{
-webkit-box-shadow: 0px 0px 15px #000;
box-shadow: 0px 0px 15px #000;
}
#image_upload_modal
{
overflow-x: auto;
}
#image_upload_modal .modal-dialog
{
width: 850px;
}
#image_upload_modal .tab-content
{
overflow: hidden;
}
#existing-images img
{
max-width: 150px;
max-height: 150px;
vertical-align: middle;
}
#existing-images div.image-container
{
/*width: 150px;
height: 150px;*/
border: solid 1px #888;
display: inline-block;
margin: 5px;
text-align: center;
vertical-align: middle;
padding: 5px;
line-height: 150px;
cursor: hand;
cursor: pointer;
}
#existing-images div.image-container:hover
{
background-color: #aaa;
}
#existing-images
{
text-align: center;
}
#image_preview img
{
max-width: none;
max-height: none;
}
.form_image_preview
{
max-width: 500px;
max-height: 300px;
}
.hidden
{
display: none;
}