[dev] [commit] r994 - phplib wwwbase/img/jcrop wwwbase/styles wwwbase/styles/jcrop

automailer at dexonline.ro automailer at dexonline.ro
Sat Sep 21 13:13:27 EEST 2013


Author: grigoroiualex
Date: Sat Sep 21 13:13:27 2013
New Revision: 994

Log:
Changes to revision 993. Moved Jcrop gif file to another location so that the css file won't be changed'

Added:
   wwwbase/styles/jcrop/
      - copied from r993, wwwbase/img/jcrop/
   wwwbase/styles/jcrop/jquery.Jcrop.min.css
      - copied, changed from r993, wwwbase/styles/jquery.Jcrop.min.css
Deleted:
   wwwbase/img/jcrop/
   wwwbase/styles/jquery.Jcrop.min.css
Modified:
   phplib/SmartyWrap.php

Modified: phplib/SmartyWrap.php
==============================================================================
--- phplib/SmartyWrap.php	Sat Sep 21 00:31:09 2013	(r993)
+++ phplib/SmartyWrap.php	Sat Sep 21 13:13:27 2013	(r994)
@@ -161,7 +161,7 @@
       case 'hangman':            self::$cssFiles[11] = 'hangman.css?v=3'; break;
       case 'mill':               self::$cssFiles[12] = 'mill.css?v=2'; break;
       case 'lexemEdit':          self::$cssFiles[13] = 'lexemEdit.css?v=5'; break;
-      case 'jcrop':              self::$cssFiles[14] = 'jquery.Jcrop.min.css?v=2'; break;
+      case 'jcrop':              self::$cssFiles[14] = 'jcrop/jquery.Jcrop.min.css?v=3'; break;
       case 'easyui':
         self::$cssFiles[15] = 'easyui/default/easyui.css?v=1';
         self::$cssFiles[16] = 'easyui/icon.css?v=1';

Copied and modified: wwwbase/styles/jcrop/jquery.Jcrop.min.css (from r993, wwwbase/styles/jquery.Jcrop.min.css)
==============================================================================
--- wwwbase/styles/jquery.Jcrop.min.css	Sat Sep 21 00:31:09 2013	(r993, copy source)
+++ wwwbase/styles/jcrop/jquery.Jcrop.min.css	Sat Sep 21 13:13:27 2013	(r994)
@@ -1,6 +1,6 @@
 /* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
 .jcrop-holder{direction:ltr;text-align:left;}
-.jcrop-vline,.jcrop-hline{background:#FFF url(../img/jcrop/Jcrop.gif);font-size:0;position:absolute;}
+.jcrop-vline,.jcrop-hline{background:#FFF url(Jcrop.gif);font-size:0;position:absolute;}
 .jcrop-vline{height:100%;width:1px!important;}
 .jcrop-vline.right{right:0;}
 .jcrop-hline{height:1px!important;width:100%;}

Deleted: wwwbase/styles/jquery.Jcrop.min.css
==============================================================================
--- wwwbase/styles/jquery.Jcrop.min.css	Sat Sep 21 13:13:27 2013	(r993)
+++ /dev/null	00:00:00 1970	(deleted)
@@ -1,29 +0,0 @@
-/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
-.jcrop-holder{direction:ltr;text-align:left;}
-.jcrop-vline,.jcrop-hline{background:#FFF url(../img/jcrop/Jcrop.gif);font-size:0;position:absolute;}
-.jcrop-vline{height:100%;width:1px!important;}
-.jcrop-vline.right{right:0;}
-.jcrop-hline{height:1px!important;width:100%;}
-.jcrop-hline.bottom{bottom:0;}
-.jcrop-tracker{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;height:100%;width:100%;}
-.jcrop-handle{background-color:#333;border:1px #EEE solid;font-size:1px;height:7px;width:7px;}
-.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0;}
-.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px;}
-.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%;}
-.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%;}
-.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0;}
-.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0;}
-.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0;}
-.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px;}
-.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%;}
-.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px;}
-.jcrop-dragbar.ord-n{margin-top:-4px;}
-.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px;}
-.jcrop-dragbar.ord-e{margin-right:-4px;right:0;}
-.jcrop-dragbar.ord-w{margin-left:-4px;}
-.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline{background:#FFF;filter:alpha(opacity=70)!important;opacity:.70!important;}
-.jcrop-light .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#000;border-color:#FFF;border-radius:3px;}
-.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline{background:#000;filter:alpha(opacity=70)!important;opacity:.7!important;}
-.jcrop-dark .jcrop-handle{-moz-border-radius:3px;-webkit-border-radius:3px;background-color:#FFF;border-color:#000;border-radius:3px;}
-.solid-line .jcrop-vline,.solid-line .jcrop-hline{background:#FFF;}
-.jcrop-holder img,img.jcrop-preview{max-width:none;}


More information about the Dev mailing list