diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-14 09:15:20 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-14 09:15:20 +0100 |
commit | eb7b12525438df4345a588f1e87d208daa040654 (patch) | |
tree | 4a6af7d73e98fb1f4990d4b17473e19f2bd51ce7 /core/css/mobile.css | |
parent | 84c96c2bf701711cc54d1bb44b49e364123a5aa9 (diff) | |
download | nextcloud-server-eb7b12525438df4345a588f1e87d208daa040654.tar.gz nextcloud-server-eb7b12525438df4345a588f1e87d208daa040654.zip |
mobile: position share dropdown
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r-- | core/css/mobile.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 15ff8c65458..665ad0daae9 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -23,5 +23,11 @@ min-width: initial !important; } +/* position share dropdown */ +#dropdown { + margin-right: 10% !important; + width: 80% !important; +} + } |