Base edit view

This commit is contained in:
2015-08-28 14:20:07 +02:00
parent 9d79aad801
commit f61ac744a9
10 changed files with 364 additions and 222 deletions

View File

@ -103,6 +103,24 @@ html, body {
color: white;
}
/* Edit View */
.edit ul.desktop-apps {
list-style: none;
padding: 0;
}
.edit li.desktop-app {
height: 30px;
}
.edit img.desktop-app-icon {
height: 30px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
/* Animations */
.pulse {