repo.or.cz
/
silverstripe-elijah.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use simply 'group' instead of 'security group' for consistency in alert about no...
[silverstripe-elijah.git]
/
css
/
ImageEditor
/
ImageEditor.css
blob
9741f2f424e2d8eb075c8873b5a65d1c8195cf2c
1
*
2
{
3
margin
:
0px
;
4
padding
:
0px
;
5
}
6
7
.
clickBox
8
{
9
width
:
7px
;
10
height
:
7px
;
11
background-color
:
red
;
12
position
:
absolute
;
13
overflow
:
hidden
;
14
}
15
.
leftUpperClickBox
16
{
17
cursor
:
nw-resize
;
18
}
19
20
.
leftMiddleClickBox
21
{
22
cursor
:
e-resize
;
23
}
24
25
.
leftLowerClickBox
26
{
27
cursor
:
ne-resize
;
28
}
29
30
.
rightUpperClickBox
31
{
32
cursor
:
ne-resize
;
33
}
34
35
.
rightMiddleClickBox
36
{
37
cursor
:
w-resize
;
38
}
39
40
.
rightLowerClickBox
41
{
42
cursor
:
nw-resize
;
43
}
44
45
.
upperMiddleClickBox
46
{
47
cursor
:
n-resize
;
48
}
49
50
.
lowerMiddleClickBox
51
{
52
cursor
:
n-resize
;
53
}
54
.
inline
55
{
56
display
:
inline
;
57
}
58
.
displayNone
59
{
60
display
:
none
;
61
}
62
63
#imageContainer
64
{
65
position
:
absolute
;
66
}
67
#menuBarContainer
68
{
69
border-bottom
:
1px
solid
;
70
height
:
100px
;
71
}
72
#image
73
{
74
display
:
block
;
75
}
76
.
floatRight
77
{
78
float
:
right
;
79
}
80
#loadingIndicatorContainer
81
{
82
position
:
absolute
;
83
top
: -
1000px
;
84
left
: -
1000px
;
85
}
86
#loadingIndicatorContainer2
87
{
88
position
:
absolute
;
89
top
: -
1000px
;
90
left
: -
1000px
;
91
}
92
93
#fakeImg
94
{
95
display
:
none
;
96
}
97
#cropBox
98
{
99
position
:
absolute
;
100
display
:
inline
;
101
}
102
.
greyBox
103
{
104
background-color
:
black
;
105
position
:
absolute
;
106
opacity
:
.5
;
107
filter
:
alpha
(
opacity
=
50
);
108
overflow
:
hidden
;
109
}
110
body
111
{
112
height
:
100
%;
113
width
:
100
%;
114
}
115
#mainContainer
116
{
117
position
:
absolute
;
118
border-color
:
black
;
119
border-style
:
solid
;
120
height
:
97
%;
121
width
:
98
%;
122
left
:
1
%;
123
top
:
1
%;
124
background-color
:
white
;
125
}
126
#imageEditorContainer
127
{
128
position
:
relative
;
129
overflow
:
auto
;
130
}