diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 7b734af48..994089998 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -120,7 +120,6 @@ html { .grid-item { padding: 10px; min-width: 200px; - overflow: hidden; } .grid-item:hover .grid-item-bottom { @@ -175,6 +174,12 @@ html { } } +.app-update-badge { + position: absolute; + right: 0; + top: 0; +} + // ---------------------------- // Appstore view // ---------------------------- @@ -354,23 +359,6 @@ html { max-width: 800px; } -.app-update-badge { - font-size: $font-size-h4; - position: absolute; - left: 2px; - top: 2px; - width: $font-size-h4 + 6px; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - background-color: transparent; -} - -.app-update-badge:hover { - width: inherit; - background-color: #5CB85C; -} - .text-success { color: #5CB85C; } diff --git a/webadmin/src/views/apps.html b/webadmin/src/views/apps.html index b9a4b74d5..547c1d43c 100644 --- a/webadmin/src/views/apps.html +++ b/webadmin/src/views/apps.html @@ -244,6 +244,7 @@

+
@@ -264,6 +265,9 @@
+
+ +