diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 60bad14b6..ed6d4a091 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -288,6 +288,24 @@ h1, h2, h3 { overflow-y: auto; } +.app-info-title { + display: inline-block; + margin: 5px 10px; +} + +.app-info-meta { + margin-left: 10px; + color: $text-muted; +} + +.app-info-icon { + float: left; + min-height: 64px; + max-height: 64px; + min-width: 64px; + max-width: 100%; +} + // ---------------------------- // Appstore view // ---------------------------- @@ -1166,4 +1184,4 @@ footer { left: 0; width: 100%; height: 100%; -} \ No newline at end of file +} diff --git a/webadmin/src/views/apps.html b/webadmin/src/views/apps.html index 9e2514c93..749d74263 100644 --- a/webadmin/src/views/apps.html +++ b/webadmin/src/views/apps.html @@ -3,8 +3,8 @@