Chargement/Sauvegarde profil via l'UI

This commit is contained in:
2015-09-18 12:13:24 +02:00
parent 383f70f7f3
commit 6c8d26139e
9 changed files with 140 additions and 13 deletions

View File

@ -77,7 +77,8 @@ html, body {
transition: 150ms linear;
position: relative;
overflow: hidden;
min-width: 150px;
width: 125px;
height: 125px;
}
.launcher li.app-item::after {
@ -105,6 +106,11 @@ html, body {
display: block;
text-align: center;
color: white;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 90%;
overflow: hidden;
margin: auto;
}
/* Edit View */
@ -116,6 +122,14 @@ html, body {
flex-direction: column;
}
.edit .menu-bar {
padding: 5px 10px;
}
.edit .menu-bar button {
margin-right: 3px;
}
.edit .workspace {
display: flex;
flex-direction: row;
@ -136,6 +150,10 @@ html, body {
flex: 2;
}
.edit .item-form > form {
width: 100%;
}
.edit .apps-list .icon-theme-selector > select {
width: 100%;
}