git-svn-id: https://msi/svn/firstRepo/Management/trunk@31 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
/*
|
||||||
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
|
License: http://jqwidgets.com/license/
|
||||||
|
*/
|
||||||
|
|
||||||
|
(function(a){a.extend(a.jqx._jqxChart.prototype,{_moduleAnnotations:true,_renderAnnotation:function(f,g,c){var j=this.seriesGroups[f];var q=this.renderer;if(isNaN(f)){return}var l=this._get([this.getXAxisDataPointOffset(g.xValue,f),g.x]);var k=this._get([this.getValueAxisDataPointOffset(g.yValue,f),g.y]);var v=this._get([this.getXAxisDataPointOffset(g.xValue2,f),g.x2]);var e=this._get([this.getValueAxisDataPointOffset(g.yValue2,f),g.y2]);if(j.polar||j.spider){var r=this.getPolarDataPointOffset(g.xValue,g.yValue,f);if(r&&!isNaN(r.x)&&!isNaN(r.y)){l=r.x;k=r.y}else{l=g.x;k=g.y}}if(isNaN(k)||isNaN(l)){return false}if(j.orientation=="horizontal"){var w=l;l=k;k=w;w=v;v=e;e=w}if(g.offset){if(!isNaN(g.offset.x)){l+=g.offset.x;v+=g.offset.x}if(!isNaN(g.offset.y)){k+=g.offset.y;e+=g.offset.y}}var p=this._get([g.width,v-l]);var o=this._get([g.height,e-k]);var d;switch(g.type){case"rect":d=q.rect(l,k,p,o);break;case"circle":d=q.rect(l,k,g.radius);break;case"line":d=q.rect(l,k,v,e);break;case"path":d=q.path(g.path);break}q.attr(d,{fill:g.fillColor,stroke:g.lineColor,opacity:this._get([g.fillOpacity,g.opacity]),"stroke-opacity":this._get([g.lineOpacity,g.opacity]),"stroke-width":g.lineWidth,"stroke-dasharray":g.dashStyle||"none"});var u;if(g.text){var m=g.text;var z=0,h=0;if(m.offset){if(!isNaN(m.offset.x)){z+=m.offset.x}if(!isNaN(m.offset.y)){h+=m.offset.y}}u=q.text(m.value,l+z,k+h,NaN,NaN,m.angle,{},m.clip===true,m.horizontalAlignment||"center",m.verticalAlignment||"center",m.rotationPoint||"centermiddle");q.attr(u,{fill:m.fillColor,stroke:m.lineColor,"class":m["class"]})}var b=["click","mouseenter","mouseleave"];var n=this;for(var t=0;t<b.length;t++){var s=this._getEvent(b[t])||b[t];if(d){this.renderer.addHandler(d,s,function(){n._raiseAnnotationEvent(g,s)})}if(u){this.renderer.addHandler(u,s,function(){n._raiseAnnotationEvent(g,s)})}}},_raiseAnnotationEvent:function(b,c){this._raiseEvent("annotation_"+c,{annotation:b})}})})(jqxBaseFramework);
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
/*
|
||||||
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
|
License: http://jqwidgets.com/license/
|
||||||
|
*/
|
||||||
|
|
||||||
|
(function(a){a.extend(a.jqx._jqxChart.prototype,{_moduleApi:true,getItemsCount:function(f,b){var d=this.seriesGroups[f];if(!this._isSerieVisible(f,b)){return 0}var e=this._renderData;if(!d||!e||e.length<=f){return 0}var c=d.series[b];if(!c){return 0}return e[f].offsets[b].length},getXAxisRect:function(c){var b=this._renderData;if(!b||b.length<=c){return undefined}if(!b[c].xAxis){return undefined}return b[c].xAxis.rect},getXAxisLabels:function(k){var d=[];var l=this._renderData;if(!l||l.length<=k){return d}l=l[k].xAxis;if(!l){return d}var j=this.seriesGroups[k];if(j.polar||j.spider){for(var e=0;e<l.polarLabels.length;e++){var h=l.polarLabels[e];d.push({offset:{x:h.x,y:h.y},value:h.value})}return d}var c=this._getXAxis(k);var g=this.getXAxisRect(k);var b=c.position=="top"||c.position=="right";var f=j.orientation=="horizontal";for(var e=0;e<l.data.length;e++){if(f){d.push({offset:{x:g.x+(b?0:g.width),y:g.y+l.data.data[e]},value:l.data.xvalues[e]})}else{d.push({offset:{x:g.x+l.data.data[e],y:g.y+(b?g.height:0)},value:l.data.xvalues[e]})}}return d},getValueAxisRect:function(c){var b=this._renderData;if(!b||b.length<=c){return undefined}if(!b[c].valueAxis){return undefined}return b[c].valueAxis.rect},getValueAxisLabels:function(h){var c=[];var j=this._renderData;if(!j||j.length<=h){return c}j=j[h].valueAxis;if(!j){return c}var k=this._getValueAxis(h);var b=k.position=="top"||k.position=="right";var g=this.seriesGroups[h];var e=g.orientation=="horizontal";if(g.polar||g.spider){for(var d=0;d<j.polarLabels.length;d++){var f=j.polarLabels[d];c.push({offset:{x:f.x,y:f.y},value:f.value})}return c}for(var d=0;d<j.items.length;d++){if(e){c.push({offset:{x:j.itemOffsets[j.items[d]].x+j.itemWidth/2,y:j.rect.y+(b?j.rect.height:0)},value:j.items[d]})}else{c.push({offset:{x:j.rect.x+j.rect.width,y:j.itemOffsets[j.items[d]].y+j.itemWidth/2},value:j.items[d]})}}return c},getPlotAreaRect:function(){return this._plotRect},getRect:function(){return this._rect},getItemCoord:function(n,j,b){if(!this._isSerieVisible(n,j)||!this._renderData||this._renderData.length<=n){return{x:NaN,y:NaN}}var e=this.seriesGroups[n];var h=this._getItemCoord(n,j,b,false);if(this._isPieGroup(n)){h={x:h.x,y:h.y,innerRadius:h.innerRadius,outerRadius:h.outerRadius,fromAngle:h.fromAngle,toAngle:h.toAngle,centerOffset:h.centerOffset};return h}if(e.polar||e.spider){var l=this._renderData[n].xoffsets.data[b];var k=this._renderData[n].offsets[j][b];var m=this._toPolarCoord(this._renderData[n].polarCoords,this._plotRect,l,k.to);h.x=m.x;h.y=m.y;return h}var d=e.orientation=="horizontal";if(d){var c=h.x;h.x=h.y;h.y=c;h.width=h.x.from-h.x.to;h.x=h.x.to;var f=this.getXAxisRect(n);h.y+=-this._plotRect.x+f.y}else{h.height=h.y.from-h.y.to;h.y=h.y.to}if(e.type.indexOf("column")!=-1){var i=this._getColumnSerieWidthAndOffset(n,j);if(d){h.y+=i.offset;h.height=i.width}else{h.x+=i.offset;h.width=i.width}}return h},_getItemCoord:function(q,k,b,p){var f=this.seriesGroups[q],m,l;if(!f||!this._renderData){return{x:NaN,y:NaN}}var h=f.series[k];if(!h){return{x:NaN,y:NaN}}var j=this._plotRect;if(this._isPieGroup(q)){var o=this._renderData[q].offsets[k][b];if(!o){return{x:NaN,y:NaN}}if(p===false){return o}var e=(o.fromAngle+o.toAngle)/2*(Math.PI/180);var i=(o.innerRadius+o.outerRadius)/2;m=j.x+o.x+Math.cos(e)*i;l=j.y+o.y-Math.sin(e)*i}else{m=j.x+this._renderData[q].xoffsets.data[b];l=this._renderData[q].offsets[k][b];if(isNaN(m)||!l){return{x:NaN,y:NaN}}if(f.polar==true||f.spider==true){var n=this._getPolarAxisCoords(q,j);var d=this._toPolarCoord(n,j,m,l.from);var c=this._toPolarCoord(n,j,m,l.to);m=c.x;l={from:d.y,to:c.y}}if(p===false){return{x:m,y:l}}if(f.polar==true||f.spider==true){l=l.to}else{l=(l.from+l.to)/2}}return{x:m,y:l}},showToolTip:function(f,c,e,b,d){var g=this.getItemCoord(f,c,e);if(isNaN(g.x)||isNaN(g.y)){return}this._startTooltipTimer(f,c,e,g.x,g.y,b,d)},hideToolTip:function(c){if(isNaN(c)){c=0}var b=this;b._cancelTooltipTimer();setTimeout(function(){b._hideToolTip(0)},c)}})})(jqxBaseFramework);
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,7 @@
|
|||||||
|
/*
|
||||||
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
|
License: http://jqwidgets.com/license/
|
||||||
|
*/
|
||||||
|
|
||||||
|
(function(a){a.extend(a.jqx._jqxChart.prototype,{_moduleWaterfall:true,_isSummary:function(d,b){var e=this.seriesGroups[d];for(var c=0;c<e.series.length;c++){if(undefined===e.series[c].summary){continue}summaryValue=this._getDataValue(b,e.series[c].summary,d);if(undefined!==summaryValue){return true}}return false},_applyWaterfall:function(x,z,g,f,A,h,C,e,p){var o=this.seriesGroups[g];if(x.length==0){return x}var t=f;var b={};var c=[];var d=undefined;var D=[];for(var v=0;v<o.series.length;v++){D.push(this._isSerieVisible(g,v))}var r={};for(var w=0;w<z;w++){var m=f;var n=0;var l=this._isSummary(g,w);for(var v=0;v<x.length;v++){if(!D[v]){continue}var B=0;if(l){B=m==f?A:0;x[v][w].value=b[v];x[v][w].summary=true;d=x[v][w].value<B;if(e){d=!d}var s=0;if(!isNaN(h)){s=this._getDataPointOffsetDiff(x[v][w].value+n,n==0?A:n,B||A,h,C,f,e)}else{s=this._getDataPointOffsetDiff(x[v][w].value,B,B,NaN,C,f,e)}x[v][w].to=m+(d?s:-s);x[v][w].from=m;if(p){n+=x[v][w].value;m=x[v][w].to}continue}var u=p?-1:v;if(isNaN(x[v][w].value)){continue}if(undefined===r[u]){B=A;r[u]=true}d=x[v][w].value<B;if(e){d=!d}var q=NaN,s=NaN;if(!p){q=w==0?f:x[v][c[v]].to}else{q=t}var s=0;if(!isNaN(h)){s=this._getDataPointOffsetDiff(x[v][w].value+(isNaN(b[u])?0:b[u]),isNaN(b[u])?A:b[u],B||A,h,C,q,e)}else{s=this._getDataPointOffsetDiff(x[v][w].value,B,B,NaN,C,f,e)}x[v][w].to=t=q+(d?s:-s);x[v][w].from=q;if(isNaN(b[u])){b[u]=x[v][w].value}else{b[u]+=x[v][w].value}if(u==-1){if(isNaN(b[v])){b[v]=x[v][w].value}else{b[v]+=x[v][w].value}}if(!p){c[v]=w}}}return x}})})(jqxBaseFramework);
|
||||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
jQWidgets v3.6.0 (2014-Nov-25)
|
jQWidgets v3.7.0 (2015-Feb)
|
||||||
Copyright (c) 2011-2014 jQWidgets.
|
Copyright (c) 2011-2015 jQWidgets.
|
||||||
License: http://jqwidgets.com/license/
|
License: http://jqwidgets.com/license/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -74,7 +74,7 @@
|
|||||||
font-family: Roboto,HelveticaNeue,sans-serif;
|
font-family: Roboto,HelveticaNeue,sans-serif;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
input[type=text].jqx-input-android, input[type=password].jqx-input-android{
|
input[type=text].jqx-input-android, input[type=password].jqx-input-android, .jqx-input-group-addon-android{
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: Roboto,HelveticaNeue,sans-serif;
|
font-family: Roboto,HelveticaNeue,sans-serif;
|
||||||
border-color: #636466;
|
border-color: #636466;
|
||||||
@@ -498,3 +498,8 @@ input[type=text].jqx-input-android, input[type=password].jqx-input-android{
|
|||||||
.jqx-editor-toolbar-icon-android {
|
.jqx-editor-toolbar-icon-android {
|
||||||
background: url('images/html_editor_white.png') no-repeat;
|
background: url('images/html_editor_white.png') no-repeat;
|
||||||
}
|
}
|
||||||
|
.jqx-menu-minimized-button-android {
|
||||||
|
background-image: url('images/icon-menu-minimized-white.png');
|
||||||
|
}
|
||||||
|
.jqx-file-upload-file-name-android{padding:3px;}
|
||||||
|
.jqx-file-upload-file-row-android{ height: 40px;}
|
||||||
@@ -181,6 +181,11 @@
|
|||||||
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
|
.jqx-ribbon-header-vertical-arctic {
|
||||||
|
background:#f0f0f0;
|
||||||
|
background:-ms-linear-gradient(left, #f8f8f8 0%,#eaeaea 100%);
|
||||||
|
background:linear-gradient(left, #f8f8f8 0%,#eaeaea 100%);
|
||||||
|
}
|
||||||
|
|
||||||
.jqx-scrollbar-state-normal-arctic {
|
.jqx-scrollbar-state-normal-arctic {
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
|
|||||||
@@ -1027,7 +1027,7 @@ button.jqx-button, input[type=button].jqx-button, input[type=submit].jqx-button
|
|||||||
float : left;
|
float : left;
|
||||||
}
|
}
|
||||||
.jqx-menu-ul-minimized {
|
.jqx-menu-ul-minimized {
|
||||||
display: normal!important;
|
display: block!important;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
.jqx-menu-ul-minimized ul {
|
.jqx-menu-ul-minimized ul {
|
||||||
@@ -2723,23 +2723,19 @@ of the horizontal scrollbar.*/
|
|||||||
/*applied to the slider's thumb when the slider is in horizontal mode*/
|
/*applied to the slider's thumb when the slider is in horizontal mode*/
|
||||||
.jqx-slider-slider-horizontal
|
.jqx-slider-slider-horizontal
|
||||||
{
|
{
|
||||||
background-image: url(images/slider_horizontal_classic.png);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
-moz-border-radius: 7px;
|
-moz-border-radius: 100%;
|
||||||
-webkit-border-radius: 7px;
|
-webkit-border-radius: 100%;
|
||||||
border-radius: 7px;
|
border-radius: 100%;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
/*applied to the slider's thumb when the slider is in vertical mode*/
|
/*applied to the slider's thumb when the slider is in vertical mode*/
|
||||||
.jqx-slider-slider-vertical
|
.jqx-slider-slider-vertical
|
||||||
{
|
{
|
||||||
margin-left: -5px;
|
margin-left: -5px;
|
||||||
background-image: url(images/slider_vertical_classic.png);
|
-moz-border-radius: 100%;
|
||||||
background-repeat: no-repeat;
|
-webkit-border-radius: 100%;
|
||||||
-moz-border-radius: 7px;
|
border-radius: 100%;
|
||||||
-webkit-border-radius: 7px;
|
|
||||||
border-radius: 7px;
|
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
/*applied to the track where is located the thumb*/
|
/*applied to the track where is located the thumb*/
|
||||||
@@ -2925,13 +2921,13 @@ of the horizontal scrollbar.*/
|
|||||||
.jqx-left-arrow
|
.jqx-left-arrow
|
||||||
{
|
{
|
||||||
background: transparent;
|
background: transparent;
|
||||||
background-image: url('left.png');
|
background-image: url('icon-left.png');
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.jqx-right-arrow
|
.jqx-right-arrow
|
||||||
{
|
{
|
||||||
background: transparent;
|
background: transparent;
|
||||||
background-image: url('right.png');
|
background-image: url('icon-right.png');
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.jqx-icon-delete
|
.jqx-icon-delete
|
||||||
@@ -4109,7 +4105,6 @@ ol li .jqx-listmenu-item-label:before
|
|||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
font-weight: inherit;
|
font-weight: inherit;
|
||||||
font-style: inherit;
|
font-style: inherit;
|
||||||
font-variant: inherit;
|
|
||||||
color:inherit;
|
color:inherit;
|
||||||
}
|
}
|
||||||
.jqx-notification-container
|
.jqx-notification-container
|
||||||
@@ -4434,4 +4429,735 @@ ol li .jqx-listmenu-item-label:before
|
|||||||
{
|
{
|
||||||
left: -11px;
|
left: -11px;
|
||||||
background-position: left top;
|
background-position: left top;
|
||||||
}
|
}
|
||||||
|
.jqx-navbar {
|
||||||
|
width: 100%;
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 1px;
|
||||||
|
}
|
||||||
|
.jqx-navbar ul:before,
|
||||||
|
.jqx-navbar ul:after {
|
||||||
|
content: "";
|
||||||
|
display: table;
|
||||||
|
}
|
||||||
|
.jqx-navbar ul:after {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
.jqx-navbar ul {
|
||||||
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
border: 0;
|
||||||
|
max-width: 100%;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
.jqx-navbar-block {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0px 12px;
|
||||||
|
border-width:0px;
|
||||||
|
float: left;
|
||||||
|
min-height: 1px;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
|
box-shadow: none !important;
|
||||||
|
border-radius: 0px !important;
|
||||||
|
}
|
||||||
|
.jqx-navbar-block-rtl {
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
|
.jqx-ribbon
|
||||||
|
{
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-auto
|
||||||
|
{
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-popup
|
||||||
|
{
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-header
|
||||||
|
{
|
||||||
|
position: absolute;
|
||||||
|
margin: 0;
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
|
box-sizing: border-box;
|
||||||
|
overflow: hidden;
|
||||||
|
float: left;
|
||||||
|
display: block;
|
||||||
|
box-shadow: none !important;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-header-auto
|
||||||
|
{
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-header-horizontal
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
min-height: 30px;
|
||||||
|
padding: 0px;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-header-bottom
|
||||||
|
{
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-header-vertical
|
||||||
|
{
|
||||||
|
min-width: 75px;
|
||||||
|
height: 100%;
|
||||||
|
float: left;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-header-right
|
||||||
|
{
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-header-horizontal-popup, .jqx-ribbon-header-vertical-popup
|
||||||
|
{
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-header-horizontal-popup
|
||||||
|
{
|
||||||
|
height:100%;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-header-vertical-popup
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item
|
||||||
|
{
|
||||||
|
position: relative;
|
||||||
|
list-style-type: none;
|
||||||
|
padding: 5px;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
box-sizing: border-box;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
cursor: default;
|
||||||
|
min-width: 10px;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-top, .jqx-ribbon-item-bottom
|
||||||
|
{
|
||||||
|
height: 100%;
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: 1px;
|
||||||
|
margin-right: 1px;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-top
|
||||||
|
{
|
||||||
|
margin-top: 1px;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-bottom
|
||||||
|
{
|
||||||
|
margin-top: -1px;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-left, .jqx-ribbon-item-right
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 2px;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-left
|
||||||
|
{
|
||||||
|
margin-left: 1px;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-right
|
||||||
|
{
|
||||||
|
margin-left: -1px;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-hover
|
||||||
|
{
|
||||||
|
border-color: inherit;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-top.jqx-ribbon-item-hover
|
||||||
|
{
|
||||||
|
border-bottom-color: inherit !important;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-bottom.jqx-ribbon-item-hover
|
||||||
|
{
|
||||||
|
border-top-color: inherit !important;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-left.jqx-ribbon-item-hover
|
||||||
|
{
|
||||||
|
border-right-color: inherit !important;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-right.jqx-ribbon-item-hover
|
||||||
|
{
|
||||||
|
border-left-color: inherit !important;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-selected
|
||||||
|
{
|
||||||
|
border-color: inherit;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-top.jqx-ribbon-item-selected
|
||||||
|
{
|
||||||
|
border-bottom-color: transparent;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-bottom.jqx-ribbon-item-selected
|
||||||
|
{
|
||||||
|
border-top-color: transparent;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-left.jqx-ribbon-item-selected
|
||||||
|
{
|
||||||
|
border-right-color: transparent;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-right.jqx-ribbon-item-selected
|
||||||
|
{
|
||||||
|
border-left-color:transparent;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content
|
||||||
|
{
|
||||||
|
background-image: none !important;
|
||||||
|
background-color: transparent !important;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-horizontal
|
||||||
|
{
|
||||||
|
clear: both;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-vertical
|
||||||
|
{
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
float: left;
|
||||||
|
border-width: 1px;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-popup
|
||||||
|
{
|
||||||
|
z-index:99999;
|
||||||
|
position: absolute;
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-popup.jqx-ribbon-content-horizontal
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-popup.jqx-ribbon-content-vertical
|
||||||
|
{
|
||||||
|
width: auto;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-popup-top {
|
||||||
|
-webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
|
||||||
|
-moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
|
||||||
|
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-popup-bottom {
|
||||||
|
-webkit-box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.15);
|
||||||
|
-moz-box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.15);
|
||||||
|
box-shadow: 0 -6px 15px rgba(0, 0, 0, 0.15);
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-popup-left {
|
||||||
|
-webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
|
||||||
|
-moz-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
|
||||||
|
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-popup-right {
|
||||||
|
-webkit-box-shadow: -6px 6px 15px 0 rgba(0,0,0,0.15);
|
||||||
|
box-shadow: -6px 6px 15px 0 rgba(0,0,0,0.15);
|
||||||
|
}
|
||||||
|
|
||||||
|
.jqx-ribbon-content-auto-width
|
||||||
|
{
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-section
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
display: none;
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
|
box-sizing: inherit;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-section-top
|
||||||
|
{
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-section-bottom
|
||||||
|
{
|
||||||
|
bottom: 0;
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-section-left
|
||||||
|
{
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-section-right
|
||||||
|
{
|
||||||
|
border-right: none;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-section-popup
|
||||||
|
{
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-section-horizontal-popup
|
||||||
|
{
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-section-vertical-popup
|
||||||
|
{
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-header-rtl
|
||||||
|
{
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-header-horizontal.jqx-ribbon-header-rtl
|
||||||
|
{
|
||||||
|
direction: rtl;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-item-rtl
|
||||||
|
{
|
||||||
|
direction: rtl;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton
|
||||||
|
{
|
||||||
|
position: absolute;
|
||||||
|
display: none;
|
||||||
|
box-sizing: border-box;
|
||||||
|
cursor: pointer;
|
||||||
|
background-repeat: no-repeat !important;
|
||||||
|
background-position: center !important;
|
||||||
|
z-index: 1000;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton-top, .jqx-ribbon-scrollbutton-bottom
|
||||||
|
{
|
||||||
|
width: 17px;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton-left, .jqx-ribbon-scrollbutton-right
|
||||||
|
{
|
||||||
|
height: 17px;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton-top
|
||||||
|
{
|
||||||
|
top: 1px;
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-bottom-style: solid;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton-bottom
|
||||||
|
{
|
||||||
|
bottom: 1px;
|
||||||
|
border-top-width: 1px;
|
||||||
|
border-top-style: solid;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton-left
|
||||||
|
{
|
||||||
|
left: 1px;
|
||||||
|
border-right-width: 1px;
|
||||||
|
border-right-style: solid;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton-right
|
||||||
|
{
|
||||||
|
right: 1px;
|
||||||
|
border-left-width: 1px;
|
||||||
|
border-left-style: solid;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near
|
||||||
|
{
|
||||||
|
left: 1px;
|
||||||
|
border-right-width: 1px;
|
||||||
|
border-right-style: solid;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far
|
||||||
|
{
|
||||||
|
right: 18px;
|
||||||
|
border-left-width: 1px;
|
||||||
|
border-left-style: solid;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far
|
||||||
|
{
|
||||||
|
right: 1px;
|
||||||
|
border-left-width: 1px;
|
||||||
|
border-left-style: solid;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton-top.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-bottom.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near
|
||||||
|
{
|
||||||
|
left: 18px;
|
||||||
|
border-right-width: 1px;
|
||||||
|
border-right-style: solid;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-near
|
||||||
|
{
|
||||||
|
top: 1px;
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-bottom-style: solid;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-lt.jqx-ribbon-scrollbutton-far
|
||||||
|
{
|
||||||
|
bottom: 18px;
|
||||||
|
border-top-width: 1px;
|
||||||
|
border-top-style: solid;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-both, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-far
|
||||||
|
{
|
||||||
|
bottom: 1px;
|
||||||
|
border-top-width: 1px;
|
||||||
|
border-top-style: solid;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton-left.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near, .jqx-ribbon-scrollbutton-right.jqx-ribbon-scrollbutton-rb.jqx-ribbon-scrollbutton-near
|
||||||
|
{
|
||||||
|
top: 18px;
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-bottom-style: solid;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-scrollbutton-inner
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-selection-token
|
||||||
|
{
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1000;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-selection-token-top, .jqx-ribbon-selection-token-bottom
|
||||||
|
{
|
||||||
|
height: 1px;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-selection-token-left, .jqx-ribbon-selection-token-right
|
||||||
|
{
|
||||||
|
width: 1px;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-auto, .jqx-ribbon-item-top, .jqx-ribbon-item-bottom, .jqx-ribbon-content
|
||||||
|
{
|
||||||
|
*display: inline;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-left
|
||||||
|
{
|
||||||
|
*float: none;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-right
|
||||||
|
{
|
||||||
|
*float: left;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content.jqx-ribbon-content-popup
|
||||||
|
{
|
||||||
|
*left: 0;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-popup .jqx-ribbon-content-section
|
||||||
|
{
|
||||||
|
*overflow: visible;
|
||||||
|
}
|
||||||
|
.jqx-ribbon-content-section-popup
|
||||||
|
{
|
||||||
|
*position: absolute;
|
||||||
|
}
|
||||||
|
.jqx-toolbar, .jqx-toolbar-minimized-popup-separator
|
||||||
|
{
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.jqx-toolbar, .jqx-toolbar-minimized-popup
|
||||||
|
{
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
.jqx-toolbar
|
||||||
|
{
|
||||||
|
position: relative;
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.jqx-toolbar-tool
|
||||||
|
{
|
||||||
|
float: left;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
.jqx-toolbar-tool-rtl
|
||||||
|
{
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
.jqx-toolbar-tool-no-separator-ltr
|
||||||
|
{
|
||||||
|
margin-right: 2px !important;
|
||||||
|
}
|
||||||
|
.jqx-toolbar-tool-no-separator-rtl
|
||||||
|
{
|
||||||
|
margin-left: 2px !important;
|
||||||
|
}
|
||||||
|
.jqx-toolbar-tool-separator-ltr
|
||||||
|
{
|
||||||
|
margin-right: 6px !important;
|
||||||
|
}
|
||||||
|
.jqx-toolbar-tool-separator-rtl
|
||||||
|
{
|
||||||
|
margin-left: 6px !important;
|
||||||
|
}
|
||||||
|
.jqx-toolbar-tool-inner-button
|
||||||
|
{
|
||||||
|
margin-right: 0;
|
||||||
|
margin-left: 0;
|
||||||
|
border-radius: 0 !important;
|
||||||
|
}
|
||||||
|
.jqx-toolbar-minimized-button, .jqx-toolbar-minimized-popup
|
||||||
|
{
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
.jqx-toolbar-minimized-button
|
||||||
|
{
|
||||||
|
height: 100%;
|
||||||
|
right: 0;
|
||||||
|
cursor: pointer;
|
||||||
|
margin-top: -5px;
|
||||||
|
margin-right: 5px;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.jqx-toolbar-minimized-button-rtl
|
||||||
|
{
|
||||||
|
left: 0;
|
||||||
|
margin-left: 5px;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
.jqx-toolbar-minimized-popup
|
||||||
|
{
|
||||||
|
border-width: 1px;
|
||||||
|
border-top-width: 0;
|
||||||
|
border-style: solid;
|
||||||
|
visibility: hidden;
|
||||||
|
z-index: 99999;
|
||||||
|
}
|
||||||
|
.jqx-toolbar-tool-minimized
|
||||||
|
{
|
||||||
|
margin: 1px 0 !important;
|
||||||
|
}
|
||||||
|
.jqx-toolbar-minimized-popup-separator
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
height: 2px;
|
||||||
|
margin: 5px 0;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.jqx-complex-input-spin-buttons-container
|
||||||
|
{
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
|
position: relative;
|
||||||
|
-webkit-box-sizing: border-box !important;
|
||||||
|
-moz-box-sizing: border-box !important;
|
||||||
|
box-sizing: border-box !important;
|
||||||
|
padding: 2px 8px !important;
|
||||||
|
white-space: nowrap;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.jqx-formatted-input, .jqx-complex-input
|
||||||
|
{
|
||||||
|
padding-right: 2px !important;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
.jqx-formatted-input-lower-case, .jqx-complex-input
|
||||||
|
{
|
||||||
|
text-transform: lowercase;
|
||||||
|
}
|
||||||
|
.jqx-formatted-input-upper-case
|
||||||
|
{
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
.jqx-formatted-input-item
|
||||||
|
{
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
.jqx-formatted-input-item-rtl, .jqx-complex-input-rtl
|
||||||
|
{
|
||||||
|
direction: rtl !important;
|
||||||
|
}
|
||||||
|
.jqx-formatted-input-spin-buttons-container, .jqx-formatted-input-addon
|
||||||
|
{
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.jqx-formatted-input-spin-buttons-container
|
||||||
|
{
|
||||||
|
width: 18px;
|
||||||
|
padding: 0 0 0 1px !important;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.jqx-formatted-input-spin-buttons-container-rtl
|
||||||
|
{
|
||||||
|
border-right-width: 0px;
|
||||||
|
padding: 0 0 0 2px !important;
|
||||||
|
}
|
||||||
|
.jqx-formatted-input-spin-buttons-container-rtl-border
|
||||||
|
{
|
||||||
|
border-left-width: 1px !important;
|
||||||
|
}
|
||||||
|
.jqx-formatted-input-spin-button
|
||||||
|
{
|
||||||
|
position: relative;
|
||||||
|
width: 17px;
|
||||||
|
height: 50%;
|
||||||
|
margin-left: -1px;
|
||||||
|
border-width: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
overflow: hidden;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.jqx-formatted-input-addon
|
||||||
|
{
|
||||||
|
width: 19px;
|
||||||
|
padding: 0 !important;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.jqx-formatted-input-addon-rtl
|
||||||
|
{
|
||||||
|
border-right-width: 1px !important;
|
||||||
|
}
|
||||||
|
.jqx-complex-input-parent
|
||||||
|
{
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.jqx-complex-input-child
|
||||||
|
{
|
||||||
|
height: 100%;
|
||||||
|
float: left;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.jqx-complex-input-child-rtl
|
||||||
|
{
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
.jqx-complex-input-spin-buttons-container-ltr
|
||||||
|
{
|
||||||
|
border-left-width: 0;
|
||||||
|
}
|
||||||
|
.jqx-complex-input-spin-buttons-container-rtl
|
||||||
|
{
|
||||||
|
border-left-width: 1px !important;
|
||||||
|
border-right-width: 0;
|
||||||
|
}
|
||||||
|
.jqx-file-upload
|
||||||
|
{
|
||||||
|
position: relative;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
.jqx-file-upload, .jqx-file-upload-file-row, .jqx-file-upload-file-name, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload
|
||||||
|
{
|
||||||
|
border-width: 1px;
|
||||||
|
border-style: solid;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-buttons-container, .jqx-file-upload-iframe, .jqx-file-upload-loading-element
|
||||||
|
{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-file-input-ie9, .jqx-file-upload-buttons-container, .jqx-file-upload-file-row, .jqx-file-upload-icon
|
||||||
|
{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-file-input-ie9, .jqx-file-upload-file-name, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload, .jqx-file-upload-icon, .jqx-file-upload-loading-element
|
||||||
|
{
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.jqx-file-input-iframe, .jqx-file-upload-form-ie9
|
||||||
|
{
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
.jqx-file-input-iframe
|
||||||
|
{
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-form, .jqx-file-upload-file-input
|
||||||
|
{
|
||||||
|
visibility: hidden;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-form-ie9, .jqx-file-upload-file-input-ie9
|
||||||
|
{
|
||||||
|
display: block;
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-form-ie9
|
||||||
|
{
|
||||||
|
z-index: 10000;
|
||||||
|
opacity: 0;
|
||||||
|
filter: alpha(opacity=0);
|
||||||
|
}
|
||||||
|
.jqx-file-upload-file-name
|
||||||
|
{
|
||||||
|
width: auto;
|
||||||
|
padding: 0 2px 0 2px;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
*float: left;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-button-browse-rtl, .jqx-file-upload-button-upload-rtl, .jqx-file-upload-button-cancel-rtl, .jqx-file-upload-file-name-rtl, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload, .jqx-file-upload-loading-element
|
||||||
|
{
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
.jqx-file-upload, .jqx-file-upload-file-row
|
||||||
|
{
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-button-browse
|
||||||
|
{
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-buttons-container
|
||||||
|
{
|
||||||
|
height: auto;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-button-browse-rtl, .jqx-file-upload-button-upload-rtl, .jqx-file-upload-button-cancel-rtl, .jqx-file-upload-file-name-rtl, .jqx-file-upload-file-cancel-rtl, .jqx-file-upload-file-upload-rtl
|
||||||
|
{
|
||||||
|
direction: rtl !important;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-button-cancel, .jqx-file-upload-button-upload-rtl
|
||||||
|
{
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-button-upload-rtl-ie
|
||||||
|
{
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-button-cancel-rtl, .jqx-file-upload-button-upload-rtl-ie
|
||||||
|
{
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-file-row
|
||||||
|
{
|
||||||
|
height: 30px;
|
||||||
|
margin-bottom: 3px;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-file-cancel, .jqx-file-upload-file-upload, .jqx-file-upload-loading-element
|
||||||
|
{
|
||||||
|
width: 17px;
|
||||||
|
margin: 0 1px 0 1px;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-file-cancel-rtl, .jqx-file-upload-file-upload-rtl, .jqx-file-upload-loading-element-rtl
|
||||||
|
{
|
||||||
|
float: none;
|
||||||
|
*float: left;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-button-browse, .jqx-file-upload-button-upload, .jqx-file-upload-button-cancel, .jqx-file-upload-form-ie9, .jqx-file-upload-file-input-ie9, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload
|
||||||
|
{
|
||||||
|
cursor: pointer;
|
||||||
|
white-space:nowrap;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-file-name, .jqx-file-upload-file-cancel, .jqx-file-upload-file-upload
|
||||||
|
{
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-icon-upload, .jqx-file-upload-loading-element
|
||||||
|
{
|
||||||
|
margin-top: 1px;
|
||||||
|
}
|
||||||
|
.jqx-file-upload-loading-element
|
||||||
|
{
|
||||||
|
background-image: url('images/loader-small.gif');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|||||||
@@ -355,7 +355,7 @@
|
|||||||
padding-bottom: 2px !important;
|
padding-bottom: 2px !important;
|
||||||
}
|
}
|
||||||
.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {border-color: #ccc; border-color: rgba(0,0,0,0.2);}
|
.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {border-color: #ccc; border-color: rgba(0,0,0,0.2);}
|
||||||
.jqx-combobox-content-blackberry, .jqx-input-blackberry {
|
.jqx-combobox-content-blackberry, .jqx-input-blackberry, .jqx-input-group-addon-blackberry {
|
||||||
border-color: #cccccc;
|
border-color: #cccccc;
|
||||||
border-color: rgba(0,0,0,0.2);
|
border-color: rgba(0,0,0,0.2);
|
||||||
color: #555555;
|
color: #555555;
|
||||||
@@ -630,4 +630,8 @@ input[type=text].jqx-input-blackberry, input[type=password].jqx-input-blackberry
|
|||||||
.jqx-icon-calendar-pressed-blackberry {
|
.jqx-icon-calendar-pressed-blackberry {
|
||||||
background-image: url('images/icon-calendar-white.png');
|
background-image: url('images/icon-calendar-white.png');
|
||||||
}
|
}
|
||||||
|
.jqx-file-upload-blackberry .jqx-icon-arrow-up-blackberry {
|
||||||
|
background-image: url('images/icon-up-white.png');
|
||||||
|
}
|
||||||
|
.jqx-file-upload-file-name-blackberry{padding:3px;}
|
||||||
|
.jqx-file-upload-file-row-blackberry{ height: 40px;}
|
||||||
|
|||||||
@@ -0,0 +1,254 @@
|
|||||||
|
|
||||||
|
.jqx-widget-glacier {
|
||||||
|
font-size: 12px;
|
||||||
|
font-family: 'segoe ui', arial, sans-serif;
|
||||||
|
}
|
||||||
|
.jqx-widget-content-glacier{font-family: 'segoe ui', arial, sans-serif; border-color: #d7d7d7; color: #131619; background-color: #fff;}
|
||||||
|
.jqx-widget-header-glacier{font-family: 'segoe ui', arial, sans-serif; color: #131619; border-color:#d7d7d7; background-color:#ebebeb;}
|
||||||
|
.jqx-fill-state-normal-glacier{font-family: 'segoe ui', arial, sans-serif; border-color: #d7d7d7; color: #131619; background: #ffffff;}
|
||||||
|
.jqx-fill-state-hover-glacier{border-color:#dedede; color: #131619; background-color:#dedede;
|
||||||
|
|
||||||
|
}
|
||||||
|
.jqx-fill-state-focus-glacier { border-color: #cdcdcd; }
|
||||||
|
.jqx-fill-state-pressed-glacier{border-color:#006aae; color: #fff; background-color:#006aae;}
|
||||||
|
.jqx-fill-state-pressed-glacier.jqx-calendar-cell-othermonth-glacier {color: #f7f3f2 !important;}
|
||||||
|
.jqx-fill-state-pressed-glacier.jqx-grid-pager-number-glacier {color: #f7f3f2 !important;}
|
||||||
|
.jqx-buttongroup-glacier .jqx-fill-state-pressed{border-color:#d7d7d7;}
|
||||||
|
.jqx-listitem-state-group-glacier {
|
||||||
|
color: #006aae;
|
||||||
|
padding-left:6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.jqx-input-glacier {
|
||||||
|
border-color: #d7d7d7;
|
||||||
|
}
|
||||||
|
.jqx-scrollbar-state-normal-glacier, .jqx-grid-bottomright-glacier, .jqx-panel-bottomright-glacier, .jqx-listbox-bottomright-glacier{background-color:#f4f4f4;}
|
||||||
|
.jqx-widget-glacier .jqx-grid-column-header-glacier, .jqx-grid-cell-glacier, .jqx-widget-glacier .jqx-grid-cell-glacier, .jqx-widget-glacier .jqx-grid-group-cell-glacier, .jqx-grid-group-cell-glacier{font-family: 'segoe ui', arial, sans-serif; border-color:#d7d7d7;}
|
||||||
|
.jqx-tabs-title-selected-bottom-glacier, .jqx-tabs-selection-tracker-bottom-glacier, .jqx-tabs-title-selected-top-glacier, .jqx-tabs-selection-tracker-top-glacier{color: #131619; border-color:#d7d7d7; border-bottom:1px solid #fff; background:#fff}
|
||||||
|
.jqx-grid-cell-sort-alt-glacier, .jqx-grid-cell-filter-alt-glacier, .jqx-grid-cell-pinned-glacier, .jqx-grid-cell-alt-glacier, .jqx-grid-cell-sort-glacier{ background-color:#ededed; color: #131619;}
|
||||||
|
.jqx-menu-vertical-glacier{background: #fff; border-color: #bcb6b8;}
|
||||||
|
.jqx-widget-glacier .jqx-grid-cell-glacier, .jqx-widget-glacier .jqx-grid-column-header-glacier, .jqx-widget-glacier .jqx-grid-group-cell-glacier {color: #131619; border-color: #d7d7d7;}
|
||||||
|
.jqx-widget-glacier .jqx-grid-column-menubutton-glacier, .jqx-widget-glacier .jqx-grid-column-sortascbutton-glacier, .jqx-widget-glacier .jqx-grid-column-sortdescbutton-glacier, .jqx-widget-glacier .jqx-grid-column-filterbutton-glacier {
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: #d7d7d7;
|
||||||
|
}
|
||||||
|
.jqx-window-header-glacier, .jqx-input-button-header-glacier, .jqx-calendar-title-header-glacier, .jqx-grid-glacier .jqx-widget-header-glacier, .jqx-grid-header-glacier, .jqx-grid-column-header-glacier {font-family: 'segoe ui', arial, sans-serif; border-color:#d7d7d7; background-color:#ebebeb; color: #131619;}
|
||||||
|
.jqx-grid-column-menubutton-glacier {
|
||||||
|
background-image: url('images/metro-icon-down.png');
|
||||||
|
}
|
||||||
|
.jqx-widget-glacier .jqx-grid-cell-selected-glacier, .jqx-grid-cell-selected-glacier{ background-color:#006aae; border-color: #006aae; color:#fff;}
|
||||||
|
.jqx-grid-cell-hover-glacier{ background-color:#dedede;}
|
||||||
|
/*applied to the column's sort button when the sort order is ascending.*/
|
||||||
|
.jqx-grid-column-sortascbutton-glacier {
|
||||||
|
background-image: url('images/metro-icon-up.png');
|
||||||
|
}
|
||||||
|
.jqx-grid-column-sortdescbutton-glacier {
|
||||||
|
background-image: url('images/metro-icon-down.png');
|
||||||
|
}
|
||||||
|
.jqx-checkbox-hover-glacier {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
.jqx-radiobutton-hover-glacier {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
.jqx-scrollbar-thumb-state-normal-horizontal-glacier, .jqx-scrollbar-thumb-state-normal-glacier {
|
||||||
|
background: #cdcdcd; border-color: #cdcdcd;
|
||||||
|
}
|
||||||
|
.jqx-scrollbar-thumb-state-hover-horizontal-glacier, .jqx-scrollbar-thumb-state-hover-glacier {
|
||||||
|
background: #a6a6a6; border-color: #a6a6a6;
|
||||||
|
}
|
||||||
|
.jqx-scrollbar-thumb-state-pressed-horizontal-glacier, .jqx-scrollbar-thumb-state-pressed-glacier {
|
||||||
|
background: #606060; border-color: #606060;
|
||||||
|
}
|
||||||
|
.jqx-scrollbar-button-state-normal-glacier
|
||||||
|
{
|
||||||
|
border: 1px solid #f4f4f4;
|
||||||
|
background: #f4f4f4;
|
||||||
|
}
|
||||||
|
/*applied to the scrollbar buttons in hovered state.*/
|
||||||
|
.jqx-scrollbar-button-state-hover-glacier
|
||||||
|
{
|
||||||
|
border: 1px solid #dadada;
|
||||||
|
background: #dadada;
|
||||||
|
}
|
||||||
|
/*applied to the scrollbar buttons in pressed state.*/
|
||||||
|
.jqx-scrollbar-button-state-pressed-glacier
|
||||||
|
{
|
||||||
|
border: 1px solid #606060;
|
||||||
|
background: #606060;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*icons*/
|
||||||
|
.jqx-window-collapse-button-glacier
|
||||||
|
{
|
||||||
|
background-image: url(images/metro-icon-up.png);
|
||||||
|
}
|
||||||
|
.jqx-window-collapse-button-collapsed-glacier {
|
||||||
|
background-image: url(images/metro-icon-down.png);
|
||||||
|
}
|
||||||
|
.jqx-icon-arrow-up-glacier, .jqx-expander-arrow-bottom-glacier, .jqx-menu-item-arrow-up-glacier
|
||||||
|
{
|
||||||
|
background-image: url('images/metro-icon-up.png');
|
||||||
|
}
|
||||||
|
.jqx-icon-arrow-down-glacier, .jqx-expander-arrow-top-glacier, .jqx-tree-item-arrow-expand-glacier, .jqx-tree-item-arrow-expand-hover-glacier, .jqx-menu-item-arrow-down-glacier
|
||||||
|
{
|
||||||
|
background-image: url('images/metro-icon-down.png');
|
||||||
|
}
|
||||||
|
.jqx-icon-arrow-left-glacier, .jqx-menu-item-arrow-left-glacier
|
||||||
|
{
|
||||||
|
background-image: url('images/metro-icon-left.png');
|
||||||
|
}
|
||||||
|
.jqx-icon-arrow-right-glacier, .jqx-menu-item-arrow-right-glacier, .jqx-tree-item-arrow-collapse-glacier, .jqx-tree-item-arrow-collapse-hover-glacier
|
||||||
|
{
|
||||||
|
background-image: url('images/metro-icon-right.png');
|
||||||
|
}
|
||||||
|
.jqx-tabs-arrow-left-glacier, .jqx-tree-item-arrow-collapse-rtl-glacier, .jqx-tree-item-arrow-collapse-hover-rtl-glacier
|
||||||
|
{
|
||||||
|
background-image: url('images/metro-icon-left.png');
|
||||||
|
}
|
||||||
|
.jqx-tabs-arrow-right-glacier
|
||||||
|
{
|
||||||
|
background-image: url('images/metro-icon-right.png');
|
||||||
|
}
|
||||||
|
.jqx-menu-item-arrow-up-selected-glacier, .jqx-icon-arrow-up-selected-glacier{background-image:url('images/metro-icon-up-white.png');background-repeat:no-repeat;background-position:center;}
|
||||||
|
.jqx-menu-item-arrow-down-selected-glacier, .jqx-icon-arrow-down-selected-glacier{background-image:url('images/metro-icon-down-white.png');background-repeat:no-repeat;background-position:center;}
|
||||||
|
.jqx-menu-item-arrow-left-selected-glacier, .jqx-icon-arrow-left-selected-glacier{background-image:url('images/metro-icon-left-white.png');background-repeat:no-repeat;background-position:center;}
|
||||||
|
.jqx-menu-item-arrow-right-selected-glacier, .jqx-icon-arrow-right-selected-glacier{background-image:url('images/metro-icon-right-white.png');background-repeat:no-repeat;background-position:center;}
|
||||||
|
.jqx-tabs-close-button-glacier{background-image:url(images/close.png); background-repeat:no-repeat; background-position:center;}
|
||||||
|
.jqx-tabs-close-button-selected-glacier{background-image:url(images/close.png); background-repeat:no-repeat; background-position:center;}
|
||||||
|
.jqx-tabs-close-button-hover-glacier{background-image:url(images/close.png); background-repeat:no-repeat; background-position:center;}
|
||||||
|
.jqx-scrollbar-glacier .jqx-icon-arrow-up-selected-glacier{background-image:url('images/metro-icon-up-white.png'); background-repeat:no-repeat; background-position:center;}
|
||||||
|
.jqx-scrollbar-glacier .jqx-icon-arrow-down-selected-glacier{background-image:url('images/metro-icon-down-white.png'); background-repeat:no-repeat; background-position:center;}
|
||||||
|
.jqx-scrollbar-glacier .jqx-icon-arrow-left-selected-glacier{background-image:url('images/metro-icon-left-white.png'); background-repeat:no-repeat; background-position:center;}
|
||||||
|
.jqx-scrollbar-glacier .jqx-icon-arrow-right-selected-glacier{background-image:url('images/metro-icon-right-white.png');background-repeat:no-repeat; background-position:center;}
|
||||||
|
.jqx-slider-slider-glacier
|
||||||
|
{
|
||||||
|
border-color:#cdcdcd;
|
||||||
|
}
|
||||||
|
.jqx-slider-button-glacier
|
||||||
|
{
|
||||||
|
-moz-border-radius: 9px;
|
||||||
|
-webkit-border-radius: 9px;
|
||||||
|
border-radius: 9px;
|
||||||
|
border-color: #cdcdcd;
|
||||||
|
}
|
||||||
|
.jqx-input-button-content-glacier
|
||||||
|
{
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
.jqx-dropdownlist-state-normal-glacier, .jqx-dropdownlist-state-hover-glacier, .jqx-dropdownlist-state-selected-glacier,
|
||||||
|
.jqx-scrollbar-button-state-hover-glacier, .jqx-scrollbar-button-state-normal-glacier, .jqx-scrollbar-button-state-pressed-glacier,
|
||||||
|
.jqx-scrollbar-thumb-state-normal-horizontal-glacier, .jqx-scrollbar-thumb-state-hover-horizontal-glacier, .jqx-scrollbar-thumb-state-pressed-horizontal-glacier,
|
||||||
|
.jqx-scrollbar-thumb-state-normal-glacier, .jqx-scrollbar-thumb-state-pressed-glacier, .jqx-button-glacier, .jqx-tree-item-hover-glacier, .jqx-tree-item-selected-glacier,
|
||||||
|
.jqx-tree-item-glacier, .jqx-menu-item-glacier, .jqx-menu-item-hover-glacier, .jqx-menu-item-selected-glacier, .jqx-menu-item-top-glacier, .jqx-menu-item-top-hover-glacier,
|
||||||
|
.jqx-menu-item-top-selected-glacier, .jqx-slider-button-glacier, .jqx-slider-slider-glacier
|
||||||
|
{
|
||||||
|
-webkit-transition: background-color 100ms linear;
|
||||||
|
-moz-transition: background-color 100ms linear;
|
||||||
|
-o-transition: background-color 100ms linear;
|
||||||
|
-ms-transition: background-color 100ms linear;
|
||||||
|
transition: background-color 100ms linear;
|
||||||
|
}
|
||||||
|
.jqx-switchbutton-glacier {
|
||||||
|
-moz-border-radius: 0px;
|
||||||
|
-webkit-border-radius: 0px;
|
||||||
|
border-radius: 0px;
|
||||||
|
border: 2px solid #a6a6a6;
|
||||||
|
}
|
||||||
|
.jqx-switchbutton-thumb-glacier {
|
||||||
|
width: 12px;
|
||||||
|
background: #000;
|
||||||
|
border: 1px solid #000;
|
||||||
|
}
|
||||||
|
.jqx-switchbutton-label-on-glacier {
|
||||||
|
background: #006aae;
|
||||||
|
color: #006aae;
|
||||||
|
}
|
||||||
|
.jqx-switchbutton-label-off-glacier {
|
||||||
|
background: #a6a6a6;
|
||||||
|
color: #a6a6a6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.jqx-switchbutton-wrapper-glacier {
|
||||||
|
}
|
||||||
|
.jqx-grid-cell-glacier.jqx-grid-cell-selected-glacier>.jqx-grid-group-expand-glacier {
|
||||||
|
background-image: url('images/metro-icon-down-white.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
.jqx-grid-cell-glacier.jqx-grid-cell-selected-glacier>.jqx-grid-group-collapse-glacier{
|
||||||
|
background-image: url('images/metro-icon-right-white.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
.jqx-grid-cell-glacier.jqx-grid-cell-selected-glacier>.jqx-grid-group-collapse-rtl-glacier {
|
||||||
|
background-image: url('images/metro-icon-left-white.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
.jqx-grid-cell-glacier.jqx-grid-cell-selected-glacier>.jqx-grid-group-expand-rtl-glacier{
|
||||||
|
background-image: url('images/metro-icon-down-white.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
.jqx-grid-group-collapse-glacier {
|
||||||
|
background-image: url(images/metro-icon-right.png);
|
||||||
|
background-position: 50% 50%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
.jqx-grid-group-collapse-rtl-glacier
|
||||||
|
{
|
||||||
|
padding-right: 0px;
|
||||||
|
background-image: url(images/metro-icon-left.png);
|
||||||
|
background-position: 50% 50%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
.jqx-grid-group-expand-glacier, .jqx-grid-group-expand-rtl-glacier
|
||||||
|
{
|
||||||
|
padding-right: 0px;
|
||||||
|
background-image: url(images/metro-icon-down.png);
|
||||||
|
background-position: 50% 50%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
.jqx-icon-arrow-first-glacier
|
||||||
|
{
|
||||||
|
background-image: url('images/metro-icon-first.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
.jqx-icon-arrow-last-glacier
|
||||||
|
{
|
||||||
|
background-image: url('images/metro-icon-last.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
.jqx-icon-arrow-first-hover-glacier
|
||||||
|
{
|
||||||
|
background-image: url('images/metro-icon-first.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
.jqx-icon-arrow-last-hover-glacier
|
||||||
|
{
|
||||||
|
background-image: url('images/metro-icon-last.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
.jqx-icon-arrow-first-selected-glacier
|
||||||
|
{
|
||||||
|
background-image: url('images/metro-icon-first-white.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
.jqx-icon-arrow-last-selected-glacier
|
||||||
|
{
|
||||||
|
background-image: url('images/metro-icon-last-white.png');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
.jqx-tree-grid-collapse-button-glacier {
|
||||||
|
margin-top: 1px;
|
||||||
|
}
|
||||||
|
.jqx-icon-calendar-pressed-glacier {
|
||||||
|
background-image: url('images/icon-calendar-white.png');
|
||||||
|
}
|
||||||
@@ -70,10 +70,10 @@
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text].jqx-input-mobile, input[type=password].jqx-input-mobile {
|
input[type=text].jqx-input-mobile, input[type=password].jqx-input-mobile, .jqx-input-group-addon-mobile {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
font-family: HelveticaNeue,sans-serif;
|
font-family: HelveticaNeue,sans-serif;
|
||||||
border-color: #b2b2b2;
|
border-color: #b2b2b2 !important;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -493,7 +493,9 @@ input[type=text].jqx-input-mobile, input[type=password].jqx-input-mobile {
|
|||||||
-moz-box-shadow: 0px 2px 2px rgba(133, 133, 133, 0.5);
|
-moz-box-shadow: 0px 2px 2px rgba(133, 133, 133, 0.5);
|
||||||
box-shadow: 0px 2px 2px rgba(133, 133, 133, 0.5);
|
box-shadow: 0px 2px 2px rgba(133, 133, 133, 0.5);
|
||||||
}
|
}
|
||||||
|
.jqx-file-upload-mobile .jqx-icon-arrow-up-mobile {
|
||||||
|
background-image: url('images/icon-up-blue.png');
|
||||||
|
}
|
||||||
.jqx-slider-track-mobile {
|
.jqx-slider-track-mobile {
|
||||||
background: #b4b4b5;
|
background: #b4b4b5;
|
||||||
border-color: #b4b4b5;
|
border-color: #b4b4b5;
|
||||||
@@ -758,4 +760,6 @@ input[type=text].jqx-input-mobile, input[type=password].jqx-input-mobile {
|
|||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
-moz-border-radius: 0px;
|
-moz-border-radius: 0px;
|
||||||
-webkit-border-radius: 0px;
|
-webkit-border-radius: 0px;
|
||||||
}
|
}
|
||||||
|
.jqx-file-upload-file-name-mobile{padding:3px;}
|
||||||
|
.jqx-file-upload-file-row-mobile{ height: 40px;}
|
||||||
|
|||||||
@@ -75,7 +75,7 @@
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
.jqx-widget-content-windowsphone{font-size: 16px; font-family: 'Segoe WP', 'segoe ui', arial, sans-serif; border-color: #2F2F2F; color: #ffffff; background-color: #000;}
|
.jqx-widget-content-windowsphone{font-size: 16px; font-family: 'Segoe WP', 'segoe ui', arial, sans-serif; border-color: #2F2F2F; color: #ffffff; background-color: #000;}
|
||||||
input[type=text].jqx-input-windowsphone, input[type=password].jqx-input-windowsphone{
|
input[type=text].jqx-input-windowsphone, input[type=password].jqx-input-windowsphone, .jqx-input-group-addon-windowsphone{
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: 'Segoe WP', 'segoe ui', arial, sans-serif;
|
font-family: 'Segoe WP', 'segoe ui', arial, sans-serif;
|
||||||
background: #BEBEBE;
|
background: #BEBEBE;
|
||||||
@@ -473,3 +473,5 @@ border-color:#008a00; color: #fff; background-color:#008a00;
|
|||||||
.jqx-editor-toolbar-icon-windowsphone {
|
.jqx-editor-toolbar-icon-windowsphone {
|
||||||
background: url('images/html_editor_white.png') no-repeat;
|
background: url('images/html_editor_white.png') no-repeat;
|
||||||
}
|
}
|
||||||
|
.jqx-file-upload-file-name-windowsphone{padding:3px;}
|
||||||
|
.jqx-file-upload-file-row-windowsphone{ height: 40px;}
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
var myManifest = {
|
var myManifest = {
|
||||||
Debug: false,
|
Debug: false,
|
||||||
Name: "Il Management",
|
Name: "Il Management",
|
||||||
Version: "0.1.7",
|
Version: "0.1.8.1",
|
||||||
Author: "Denis Ironi",
|
Author: "Denis Ironi",
|
||||||
Settings: {
|
Settings: {
|
||||||
//DefaultURL: "http://localhost:8081/Service_Manut",
|
//DefaultURL: "http://localhost:8081/Service_Manut",
|
||||||
|
|||||||
@@ -220,14 +220,15 @@ define(['jquery', 'underscore', 'backbone', 'text!modules/editricetta/editricett
|
|||||||
var datarecord = this.source[index];
|
var datarecord = this.source[index];
|
||||||
if (datarecord)
|
if (datarecord)
|
||||||
{
|
{
|
||||||
|
datarecord.note = unescape(datarecord.note);
|
||||||
var div = '';
|
var div = '';
|
||||||
if (datarecord.id_tipo_ingredienti === "22")
|
if (datarecord.id_tipo_ingredienti === "22")
|
||||||
{
|
{
|
||||||
div = '<div><b>' + datarecord.nome_ingrediente + '</b>: <i>' + unescape(datarecord.note) + '</i></div>';
|
div = '<div><b>' + datarecord.nome_ingrediente + '</b>: <i>' + datarecord.note + '</i></div>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
div = '<div><b>' + datarecord.nome_ingrediente + '</b>: ' + datarecord.quantita + ' ' + datarecord.unita + ' <i>' + unescape(datarecord.note) + '</i></div>';
|
div = '<div><b>' + datarecord.nome_ingrediente + '</b>: ' + datarecord.quantita + ' ' + datarecord.unita + ' <i>' + datarecord.note + '</i></div>';
|
||||||
}
|
}
|
||||||
return div;
|
return div;
|
||||||
}
|
}
|
||||||
@@ -302,7 +303,7 @@ define(['jquery', 'underscore', 'backbone', 'text!modules/editricetta/editricett
|
|||||||
"ingrediente_id": val.id_tipo_ingredienti,
|
"ingrediente_id": val.id_tipo_ingredienti,
|
||||||
"quantita": val.quantita,
|
"quantita": val.quantita,
|
||||||
"tipo_quantita_id": val.id_tipo_quantita,
|
"tipo_quantita_id": val.id_tipo_quantita,
|
||||||
"note": escape(val.note)
|
"note": escape(unescape(val.note))
|
||||||
};
|
};
|
||||||
sendobj.ingredienti.push(newItem);
|
sendobj.ingredienti.push(newItem);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -16,8 +16,6 @@
|
|||||||
</file>
|
</file>
|
||||||
</editor-bookmarks>
|
</editor-bookmarks>
|
||||||
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
|
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
|
||||||
<group>
|
<group/>
|
||||||
<file>file:/E:/Sviluppo/IlLievitario/NewManagment/js/modules/editricetta/editricetta.js</file>
|
|
||||||
</group>
|
|
||||||
</open-files>
|
</open-files>
|
||||||
</project-private>
|
</project-private>
|
||||||
|
|||||||
Reference in New Issue
Block a user