]> source.dussan.org Git - nextcloud-server.git/commitdiff
also fix filepicker for smaller screen sizes
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 31 Jul 2014 15:35:32 +0000 (17:35 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 31 Jul 2014 15:35:32 +0000 (17:35 +0200)
core/css/mobile.css
core/js/oc-dialogs.js

index 21090d08cb79df53ed2171331b34baf63f20b44e..0310b0228e249a86db092030f811dbbf7e6581c4 100644 (file)
@@ -152,6 +152,15 @@ table.multiselect thead {
 }
 
 
+/* do not show dates in filepicker */
+#oc-dialog-filepicker-content .filelist .date {
+       display: none;
+}
+#oc-dialog-filepicker-content .filelist .filename {
+       max-width: 80%;
+}
+
+
 /* fix controls bar jumping when navigation is slid out */
 .snapjs-left #app-navigation-toggle,
 .snapjs-left #controls {
index 9920cc58e236eb3e4005cbc479f14cd40b5e5406..9b767930c10126b5ffc0257886cdaa465e7b7523 100644 (file)
@@ -206,7 +206,7 @@ var OCdialogs = {
 
                        self.$filePicker.ocdialog({
                                closeOnEscape: true,
-                               width: (4/9)*$(document).width(),
+                               width: (4/5)*$(document).width(),
                                height: 420,
                                modal: modal,
                                buttons: buttonlist,