summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-09-29 16:51:47 +0200
committerTobi Oetiker <tobi@oetiker.ch>2007-09-29 16:51:47 +0200
commitee70defccd3a3f4d9a7830ba2783c145a8c215ae (patch)
tree66aafd9953d5af8be1a144886d812fabae3aa17c /htdocs
parent8d9ecb5de29a91d0fa71c889516ec557508616fd (diff)
downloadsmokeping-ee70defccd3a3f4d9a7830ba2783c145a8c215ae.tar.gz
smokeping-ee70defccd3a3f4d9a7830ba2783c145a8c215ae.tar.xz
allow rightclicks in the legend area
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/cropper/cropper.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/cropper/cropper.css b/htdocs/cropper/cropper.css
index c2e7598..fc2bc12 100644
--- a/htdocs/cropper/cropper.css
+++ b/htdocs/cropper/cropper.css
@@ -163,7 +163,7 @@
*/
.imgCrop_dragArea {
width: 100%;
- height: 100%;
+ height: 80%;
z-index: 200;
position: absolute;
top: 0;
@@ -179,4 +179,4 @@
.imgCrop_previewWrap img {
position: absolute;
-} \ No newline at end of file
+}