Skip to content

Commit 1714695

Browse files
committed
Releasing 1.0.20
2 parents 395fa18 + 90a9862 commit 1714695

File tree

10 files changed

+1330
-77
lines changed

10 files changed

+1330
-77
lines changed

css/bootstrap.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,4 @@ input.plain-checkbox {
212212
margin-left: 15px;
213213
}
214214

215+

css/cropper/cropper-ui.css

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
.cropper-actions {
2+
margin-top: 0.5em;
3+
text-align: center;
4+
}
5+
6+
.cropper-actions label {
7+
margin-bottom: 0;
8+
}
9+
10+
.cropper-actions .btn-group {
11+
padding-right: 0.5em;
12+
}
13+
14+
.cropper-nav {
15+
height: 150px;
16+
margin: 10px;
17+
overflow-x: auto;
18+
white-space: nowrap;
19+
scrollbar-width: thin;
20+
}
21+
22+
.cropper-nav-link {
23+
display: inline-block;
24+
height: 140px;
25+
position: relative;
26+
}
27+
28+
.cropper-nav a img.img-fluid {
29+
margin: 5px;
30+
height: 140px;
31+
}
32+
33+
.cropper-nav-link-hover {
34+
display: inline-block;
35+
position: absolute;
36+
color: red;
37+
left: 0;
38+
width: 100%;
39+
z-index: 100;
40+
top: 0;
41+
padding: 15px 10px;
42+
text-align: center;
43+
font-size: 1.3em;
44+
}
45+
46+
.cropper-nav-link-hover span {
47+
padding: 2px;
48+
}

0 commit comments

Comments
 (0)