diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-16 17:11:51 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 14:29:46 +0200 |
commit | e27a4092871482fcaffef5672d5623f2f9f9e881 (patch) | |
tree | 49da17217533bdf4d5ce8b7f4050ce9230a95a90 /core/css/mobile.css | |
parent | 19d7d8796461a36dc9f73f3fe2e55df9c87bb1f7 (diff) | |
download | nextcloud-server-e27a4092871482fcaffef5672d5623f2f9f9e881.tar.gz nextcloud-server-e27a4092871482fcaffef5672d5623f2f9f9e881.zip |
show appname next to logo for better hint at navigation
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r-- | core/css/mobile.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 9cea0dddc8f..49bc6a21952 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -4,6 +4,11 @@ padding-top: 10px; } +/* don’t show appname next to logo on narrow screens */ +.header-appname { + display: none; +} + #body-login .wrapper { display: -webkit-box; -webkit-box-orient: horizontal; |