summaryrefslogtreecommitdiff
path: root/theme/base/css/jquery.Jcrop.css
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2009-08-11 20:29:45 +0800
committerJeffery To <jeffery.to@gmail.com>2009-08-11 20:29:45 +0800
commita459313e109dca9979a5beab50da5782e7e544f4 (patch)
treea08ad42ba6016dcf2035da9597c0c146ab1bd584 /theme/base/css/jquery.Jcrop.css
parent73cde378c9f8d14cb2c4a896813ac6d21299a142 (diff)
Updated Jcrop to 0.9.8 (avatar cropping wasn't working in IE7 with 0.9.5)
Diffstat (limited to 'theme/base/css/jquery.Jcrop.css')
-rw-r--r--theme/base/css/jquery.Jcrop.css20
1 files changed, 5 insertions, 15 deletions
diff --git a/theme/base/css/jquery.Jcrop.css b/theme/base/css/jquery.Jcrop.css
index 6c6dfb503..b35f332aa 100644
--- a/theme/base/css/jquery.Jcrop.css
+++ b/theme/base/css/jquery.Jcrop.css
@@ -1,18 +1,11 @@
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
-.jcrop-holder
-{
- text-align: left;
-}
+.jcrop-holder { text-align: left; }
.jcrop-vline, .jcrop-hline
{
font-size: 0;
position: absolute;
- background: #fff url(../images/illustrations/illu_jcrop.gif) top left repeat;
- /*
- opacity: .5;
- *filter:alpha(opacity=50);
- */
+ background: white url(../images/illustrations/illu_jcrop.gif) top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
@@ -22,14 +15,11 @@
height: 7px !important;
border: 1px #eee solid;
background-color: #333;
- /*width: 9px;
- height: 9px;*/
+ *width: 9px;
+ *height: 9px;
}
-.jcrop-tracker {
- /*background-color: gray;*/
- width: 100%; height: 100%;
-}
+.jcrop-tracker { width: 100%; height: 100%; }
.custom .jcrop-vline,
.custom .jcrop-hline