focal_point.css in Focal Point 7
Same filename and directory in other branches
.focal-point-indicator {
width: 1px;
height: 1px;
cursor: move;
position: absolute !important;
}
.focal-point-indicator:after {
/*content: '⌖';*/
content: '+';
color: white;
cursor: move;
text-shadow: 1px 1px 0 black, 1px -1px 0 black, -1px 1px 0 black, -1px -1px 0 black;
width: .75em;
height: .75em;
font-size: 1.5em;
line-height: .75em;
display: block;
position: relative;
top: -.375em;
left: -.375em;
}
.focal-point-wrapper {
display: inline-block;
position: relative;
direction: ltr;
}
.focal-point-preview-link {
display: block;
}
File
css/focal_point.cssView source
- .focal-point-indicator {
- width: 1px;
- height: 1px;
- cursor: move;
- position: absolute !important;
- }
- .focal-point-indicator:after {
- /*content: '⌖';*/
- content: '+';
- color: white;
- cursor: move;
- text-shadow: 1px 1px 0 black, 1px -1px 0 black, -1px 1px 0 black, -1px -1px 0 black;
- width: .75em;
- height: .75em;
- font-size: 1.5em;
- line-height: .75em;
- display: block;
- position: relative;
- top: -.375em;
- left: -.375em;
- }
- .focal-point-wrapper {
- display: inline-block;
- position: relative;
- direction: ltr;
- }
- .focal-point-preview-link {
- display: block;
- }