Meilleur agencement

This commit is contained in:
2015-10-13 20:44:55 +02:00
parent 740977ed79
commit 39399a5c08
6 changed files with 71 additions and 16 deletions

View File

@ -20,6 +20,10 @@ html, body {
border: 1px solid #ddd;
}
.full-width {
width: 100%;
}
/* Launcher View */
.launcher {
@ -147,6 +151,10 @@ html, body {
flex-direction: column;
}
.edit .title {
margin-top: 5px;
}
.edit .menu-bar {
padding: 5px 10px;
display: flex;
@ -158,23 +166,32 @@ html, body {
}
.edit .left {
flex: 2;
flex: 1;
display: flex;
}
.edit .main {
flex: 3;
display: flex;
}
.edit .right {
flex: 1;
display: flex;
}
.edit .workspace {
display: flex;
flex-direction: row;
padding: 10px;
flex: 1;
}
.edit .workspace .main {
flex-direction: column;
}
.edit .left-menu {
display: flex;
flex-direction: column;
@ -187,6 +204,10 @@ html, body {
flex-direction: column;
}
.edit .workspace .right {
flex-direction: column;
}
.edit .item-form {
display: flex;
flex-direction: row;
@ -197,6 +218,11 @@ html, body {
width: 100%;
}
.edit .apps-list {
overflow: auto;
margin-top: 5px;
}
.edit .apps-list .icon-theme-selector > select {
width: 100%;
}
@ -205,21 +231,25 @@ html, body {
list-style: none;
padding: 0;
height: 100%;
margin: 10px 0 0 0;
overflow-y: auto;
display: block;
margin-right: 5px;
}
.edit .desktop-app > .app-icon {
height: 35px;
width: 35px;
height: 20px;
width: auto;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.edit .desktop-app.list-group-item {
padding: 5px 10px;
}
.edit .profile-tree {
padding: 0 5px;
width: 100%;
}
.edit .profile-tree ul {