diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-03-29 01:35:18 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 00:22:01 +0200 |
commit | a392532e28bb50a724e7ea76daad4472307406b2 (patch) | |
tree | 06dad893c1624d39a915577f430cd39b38cf7db8 /settings/css | |
parent | bb436a430000771735901bc84e999e8d15497807 (diff) | |
download | nextcloud-server-a392532e28bb50a724e7ea76daad4472307406b2.tar.gz nextcloud-server-a392532e28bb50a724e7ea76daad4472307406b2.zip |
also improve layout of apps from store
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index f43170158ce..8fe4ae8bebe 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -568,6 +568,7 @@ span.version { .app-score { position: relative; top: 4px; + opacity: .5; } #apps-list { @@ -640,13 +641,6 @@ span.version { } } -@media (max-width: 600px), (min-width: 771px) and (max-width: 900px) { - #apps-list .section { - width: 100%; - box-sizing: border-box; - } -} - /* hide app version and level on narrower screens */ @media only screen and (max-width: 768px) { #apps-list.installed .app-version, @@ -661,8 +655,8 @@ span.version { } .section h2.app-name { - margin-bottom: 8px; - display: inline; + display: block; + margin: 8px 0; } form.section { position: relative; @@ -676,11 +670,9 @@ form.section { position: relative; } .app-image { - float: left; - padding-right: 10px; - width: 80px; - height: 80px; - opacity: 0.8; + height: 150px; + opacity: 1; + overflow: hidden; } .app-name, .app-version, |