Show version and author in install dialog

This commit is contained in:
Johannes Zellner
2015-07-28 12:53:33 +02:00
parent 1db58dd78d
commit 739dcfde8b
2 changed files with 20 additions and 7 deletions

View File

@@ -210,6 +210,16 @@ html {
padding-top: 0;
}
.appstore-install-title {
display: inline-block;
margin: 5px 10px;
}
.appstore-install-meta {
margin-left: 10px;
color: $text-muted;
}
.appstore-category-link:hover,
.appstore-category-link:focus,
.appstore-category-link.category-active {
@@ -323,10 +333,11 @@ html {
}
.app-icon {
min-height: 64px;
max-height: 64px;
min-width: 64px;
min-height: 80px;
max-height: 80px;
min-width: 80px;
max-width: 100%;
float: left;
}
// ----------------------------