Panel, Tabview, Propertie controls converted

Changed the html to output bootstrap html, masterpages load our belle
css + bootstrap.min.js
This commit is contained in:
Per Ploug
2013-06-26 11:12:06 +02:00
parent a2e16b4922
commit d214935ecb
23 changed files with 678 additions and 499 deletions

View File

@@ -39,7 +39,7 @@ angular.module("umbraco.directives")
scope.select = function(e,n,ev){
//here we need to check for some legacy tree code
if (n.jsClickCallback && n.jsClickCallback != "") {
if (n.jsClickCallback && n.jsClickCallback !== "") {
//this is a legacy tree node!
var js;
if (n.jsClickCallback.startsWith("javascript:")) {

View File

@@ -2,6 +2,15 @@
// Forms
// --------------------------------------------------
// UMBRACO STYLES
// --------------
.hideLabel label {
display: none;
}
.hideLabel .controls-row {
margin-left: 0px !Important;
}
// GENERAL STYLES
// --------------

View File

@@ -7,7 +7,7 @@
background: @grayLighter;
margin: 0;
height: 79px;
padding: 20px 20px 0px 20px
padding: 20px 20px 0px 20px;
}
.umb-panel-header h1.umb-headline-editor {
@@ -62,8 +62,19 @@
.umb-panel-header i {
font-size: 14px;
}
}
.umb-panel-header-meta {
height: 50px;
}
.umb-panel-header .umb-btn-toolbar {
float: right;
}
.umb-panel-body {
clear: both;
}
/* TABS */