Base chargement des icons des applications

This commit is contained in:
2015-08-30 21:29:19 +02:00
parent f61ac744a9
commit bd5d41aa88
10 changed files with 393 additions and 52 deletions

View File

@ -48,7 +48,6 @@ html, body {
}
.launcher ul.apps-list {
display: block;
margin: 0;
padding: 0;
display: flex;
@ -105,17 +104,27 @@ html, body {
/* Edit View */
.edit {
display: flex;
width: 100%;
height: 100%;
flex-direction: column;
align-items: flex-start;
}
.edit ul.desktop-apps {
list-style: none;
padding: 0;
overflow-y: auto;
}
.edit li.desktop-app {
height: 30px;
}
.edit img.desktop-app-icon {
height: 30px;
height: 50px;
width: 50px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;