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:
@@ -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:")) {
|
||||
|
||||
@@ -2,6 +2,15 @@
|
||||
// Forms
|
||||
// --------------------------------------------------
|
||||
|
||||
// UMBRACO STYLES
|
||||
// --------------
|
||||
.hideLabel label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hideLabel .controls-row {
|
||||
margin-left: 0px !Important;
|
||||
}
|
||||
|
||||
// GENERAL STYLES
|
||||
// --------------
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user