Base new layout

This commit is contained in:
2015-10-13 17:27:15 +02:00
parent 747f3519e0
commit 740977ed79
3 changed files with 44 additions and 18 deletions

View File

@ -149,17 +149,30 @@ html, body {
.edit .menu-bar {
padding: 5px 10px;
display: flex;
flex-direction: row;
}
.edit .menu-bar button {
margin-right: 3px;
}
.edit .left {
flex: 2;
}
.edit .main {
flex: 3;
}
.edit .right {
flex: 1;
}
.edit .workspace {
display: flex;
flex-direction: row;
padding: 10px;
flex: 3;
}
.edit .left-menu {
@ -169,6 +182,11 @@ html, body {
overflow-y: auto;
}
.edit .workspace .left .apps-menu {
display: flex;
flex-direction: column;
}
.edit .item-form {
display: flex;
flex-direction: row;
@ -188,11 +206,8 @@ html, body {
padding: 0;
height: 100%;
margin: 10px 0 0 0;
padding: 0 10px 0 0;
}
.edit .apps-list li.desktop-app {
overflow-y: auto;
display: block;
}
.edit .desktop-app > .app-icon {
@ -204,7 +219,6 @@ html, body {
}
.edit .profile-tree {
flex: 3;
padding: 0 5px;
}
@ -228,7 +242,6 @@ html, body {
}
.edit .app-item-edit {
flex: 1;
padding: 0 5px;
}