-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPixlrEditor.css
More file actions
73 lines (65 loc) · 1.48 KB
/
PixlrEditor.css
File metadata and controls
73 lines (65 loc) · 1.48 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
li.InputfieldImage .InputfieldFileData{
position: relative;
}
.pixlr-menu-bar{
position: absolute;
top: 1em;
right: 1em;
background: transparent;
z-index: 11;
}
.pixlr-menu-bar .pixlr-edit-button{
margin: 0 0 0 1em;
}
.pixlr-menu-bar .pixlr-edit-button:first-child{
margin: 0;
}
.pixlr-exit-btn{
position: absolute;
z-index: 998;
top: -1.6em;
height: 1.6em;
right:0;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
padding: 0.2em 1em;
color: white;
cursor: pointer;
font-size: 12px;
background-color: #414141;
}
.pixlr-exit-btn:hover{
background-color: #3ea2ec;
}
.InputfieldCropImage .crops{
overflow: visible;
}
.InputfieldCropImage .crops:after{
content: "";
display: table;
clear: both;
}
.InputfieldCropImage .crop{
position: relative;
}
.InputfieldCropImage .crop .pixlr-menu-bar{
position: absolute;
top: 1.2em;
left: 100%;
margin-left: 0em;
background: rgba(255,255,255,0);
width: 150px;
right: auto;
z-index: 99;
}
.InputfieldCropImage .crop .ui-button{
/*font-size: .9em;*/
font-size: 0.7em !important;
padding: 0.5em 1em;
display: block;
white-space: nowrap;
margin: 0.5em 0;
margin-left: 0.5em;
}