Refactoring

This commit is contained in:
2015-09-17 17:29:59 +02:00
parent 6a790cc5bd
commit 383f70f7f3
9 changed files with 49 additions and 37 deletions

View File

@ -120,6 +120,7 @@ html, body {
display: flex;
flex-direction: row;
padding: 10px;
flex: 3;
}
.edit .left-menu {
@ -132,7 +133,7 @@ html, body {
.edit .item-form {
display: flex;
flex-direction: row;
flex: 1;
flex: 2;
}
.edit .apps-list .icon-theme-selector > select {