Fixup the app grid icon action layout

This commit is contained in:
Johannes Zellner
2016-01-13 14:42:39 +01:00
parent 1a30e622cc
commit 165b572a5f
2 changed files with 7 additions and 14 deletions

View File

@@ -158,19 +158,17 @@ html {
.grid-item-bottom {
display: none;
position: absolute;
top: 10px;
padding: 10px 15px;
border-top: 1px solid #ddd;
background-color: white;
right: -10px;
opacity: 0;
background-color: transparent;
transition: all 250ms;
@media(min-width:768px) {
display: block;
position: absolute;
top: 0;
right: -10px;
opacity: 0;
background-color: transparent;
transition: all 250ms;
}
}

View File

@@ -284,9 +284,6 @@
</div>
</div>
<div class="grid-item-bottom" ng-show="user.admin">
<br/>
<br/>
<div>
<a href="" ng-click="showUninstall(app)" title="Uninstall App"><i class="fa fa-remove scale"></i></a>
</div>
@@ -298,8 +295,6 @@
<div ng-show="(app | installSuccess) == true">
<a href="" ng-click="showConfigure(app)" title="Configure App"><i class="fa fa-wrench scale"></i></a>
</div>
<br/>
</div>
<!-- we check the version here because the box updater does not know when an app gets updated -->