@@ -477,6 +477,10 @@ h1, h2, h3 {
|
||||
|
||||
.appstore-install .app-icon {
|
||||
float: left;
|
||||
min-height: 96px;
|
||||
max-height: 96px;
|
||||
min-width: 96px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
// ----------------------------
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
<span class="appstore-install-meta"><a href="{{ appInstall.app.manifest.website }}" target="_blank">{{ appInstall.app.manifest.author }}</a></span>
|
||||
<br/>
|
||||
<span class="appstore-install-meta">Last updated {{ appInstall.app.creationDate | prettyDate }}</span>
|
||||
<br/>
|
||||
<span class="appstore-install-meta hand" uib-tooltip="Required Memory" tooltip-placement="right">{{ appInstall.app.manifest.memoryLimit | prettyMemory }}M</span>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="collapse" id="collapseInstallForm" data-toggle="false">
|
||||
|
||||
Reference in New Issue
Block a user