improvement and rename of the wide/layout less editor

Conflicts:
	src/Umbraco.Web.UI.Client/src/canvasdesigner/editors/wide.html
	src/Umbraco.Web.UI.Client/src/canvasdesigner/editors/wide.js
	src/Umbraco.Web.UI.Client/src/canvasdesigner/editors/wide.less
This commit is contained in:
antoine
2014-09-19 17:57:55 +02:00
parent 8194fb7b32
commit ae66c422ab
3 changed files with 0 additions and 48 deletions

View File

@@ -1,8 +0,0 @@
<div ng-controller="Umbraco.canvasdesigner.wide">
<h5>{{item.name}}:</h5>
<div class="box-slider">
<input type="radio" ng-model="item.values.wide" value="wide"> Wide
<input type="radio" ng-model="item.values.wide" value="box"> Box
</div>
</div>

View File

@@ -1,16 +0,0 @@
/*********************************************************************************************************/
/* slider editor */
/*********************************************************************************************************/
angular.module("Umbraco.canvasdesigner")
.controller("Umbraco.canvasdesigner.wide", function ($scope) {
if (!$scope.item.values) {
$scope.item.values = {
wide: false
}
}
})

View File

@@ -1,24 +0,0 @@
/************************************************************************/
/* wide -ALIAS- -CSS- */
/************************************************************************/
/***start-lessParam--ALIAS-***/
@wide-ALIAS-:wide;
/***end-lessParam--ALIAS-***/
/***start-lessStyle--ALIAS-***/
.wide-ALIAS- () when (@wide-ALIAS- = box) {
margin: 0 auto;
width: 1240px;
background: #fff;
padding-right: 20px;
padding-left: 20px;
}
#main-wrapper, #banner-wrapper, #header, #footer {
.wide-ALIAS-
}
/***end-lessStyle--ALIAS-***/