Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
This commit is contained in:
@@ -106,7 +106,8 @@ body {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
background: @white;
|
||||
height: 100%;
|
||||
height: 100%;
|
||||
border-right: 1px solid @grayLight;
|
||||
}
|
||||
|
||||
.navigation-inner-container{
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
/* Modalcolumn is used for menu panels */
|
||||
.umb-modalcolumn {
|
||||
background: white;
|
||||
border-left: #f6f6f6 1px solid;
|
||||
}
|
||||
|
||||
.umb-modalcolumn-header {
|
||||
@@ -26,8 +25,8 @@
|
||||
|
||||
.umb-modalcolumn-body {
|
||||
padding: 0px;
|
||||
background: white;
|
||||
top: 101px;
|
||||
background: @white;
|
||||
top: 100px;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
.umb-tree ins {
|
||||
vertical-align: middle;
|
||||
margin-left: -16px;
|
||||
margin: -4px 0 0 -16px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: inline-block;
|
||||
@@ -149,24 +149,26 @@ a.umb-options {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
width: 45px;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
background: @grayLighter;
|
||||
right: 10px;
|
||||
top: 3px;
|
||||
padding: 0 3px 3px 5px;
|
||||
border: 1px solid @grayLight;
|
||||
.border-radius(@baseBorderRadius);
|
||||
background: @btnBackground;
|
||||
}
|
||||
|
||||
a.umb-options i {
|
||||
height: 6px !important;
|
||||
width: 6px !important;
|
||||
height: 5px !important;
|
||||
width: 5px !important;
|
||||
border-radius: 20px;
|
||||
background: #333;
|
||||
background: @black;
|
||||
display: inline-block;
|
||||
margin: 10px 2px 0 0;
|
||||
margin: 0 2px 0 0;
|
||||
}
|
||||
|
||||
li.root > div > a.umb-options {
|
||||
top: 10px;
|
||||
top: 13px;
|
||||
}
|
||||
|
||||
.hide-options a.umb-options{display: none !important}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
</umb-sections>
|
||||
|
||||
<!-- navigation container -->
|
||||
<div id="navigation" ng-show="nav.ui.showNavigation" class="fill shadow umb-modalcolumn" ng-animate="'slide'">
|
||||
<div id="navigation" ng-show="nav.ui.showNavigation" class="fill umb-modalcolumn" ng-animate="'slide'">
|
||||
|
||||
<div ng-swipe-left="nav.hideNavigation()" class="navigation-inner-container span6" style="z-index: 100">
|
||||
|
||||
|
||||
@@ -96,8 +96,8 @@ function openMemberType(id) {
|
||||
treeElement.SetAttribute("text", MemberTypes[i].Text);
|
||||
treeElement.SetAttribute("action", "javascript:openMemberType(" + MemberTypes[i].Id + ");");
|
||||
treeElement.SetAttribute("src", "");
|
||||
treeElement.SetAttribute("icon", "membertype.gif");
|
||||
treeElement.SetAttribute("openIcon", "membertype.gif");
|
||||
treeElement.SetAttribute("icon", "icon-users");
|
||||
treeElement.SetAttribute("openIcon", "icon-users");
|
||||
treeElement.SetAttribute("nodeType", "memberType");
|
||||
root.AppendChild(treeElement);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user