diff options
author | Florian Schunk <florian.schunk@rwth-aachen.de> | 2018-12-22 17:38:51 +0100 |
---|---|---|
committer | Florian Schunk <florian.schunk@rwth-aachen.de> | 2019-01-09 11:28:51 +0100 |
commit | 808cf39961e88352a2d1551a9063f58fb9093e3f (patch) | |
tree | c162a3e8438c8414fa2ffa23743d381f4603fd7f /core/templates | |
parent | b555fb3ff56d77b139f875ff7ea587844afa77b0 (diff) | |
download | nextcloud-server-808cf39961e88352a2d1551a9063f58fb9093e3f.tar.gz nextcloud-server-808cf39961e88352a2d1551a9063f58fb9093e3f.zip |
change menu's orientation to make sure it is completly visible
Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/filepicker.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/filepicker.html b/core/templates/filepicker.html index d764ff377d7..b88c8f308de 100644 --- a/core/templates/filepicker.html +++ b/core/templates/filepicker.html @@ -1,7 +1,7 @@ <div id="{dialog_name}" title="{title}"> <span class="dirtree breadcrumb"></span> <span class="actions creatable"><a href="#" class="icon icon-add button button-add"></a> - <nav class="menu popovermenu bubble menu-center newFileMenu"> + <nav class="menu popovermenu bubble menu-left newFolderMenu"> <ul><li> <form class="filenameform"> <input type="text" value={newtext}> |