From ab471b9555f82058923ee4d13412b042af79e5fa Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 26 Jul 2014 01:16:13 +0400 Subject: [PATCH] UI Defect: Filesmanager Index View looks broken on iPhone #321 #320 --- plugins/box/filesmanager/css/style.css | 6 ++++++ plugins/box/filesmanager/views/backend/index.view.php | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/plugins/box/filesmanager/css/style.css b/plugins/box/filesmanager/css/style.css index 5769680..065ecf4 100644 --- a/plugins/box/filesmanager/css/style.css +++ b/plugins/box/filesmanager/css/style.css @@ -49,4 +49,10 @@ color: #ccc; cursor: default; text-decoration: none; +} + +@media (max-width: 320px) { + .create-new-dir { + float:left!important; + } } \ No newline at end of file diff --git a/plugins/box/filesmanager/views/backend/index.view.php b/plugins/box/filesmanager/views/backend/index.view.php index caf65b6..c548e0b 100755 --- a/plugins/box/filesmanager/views/backend/index.view.php +++ b/plugins/box/filesmanager/views/backend/index.view.php @@ -31,7 +31,7 @@ × -
+
-
+
@@ -75,6 +75,7 @@ +
@@ -155,6 +156,7 @@
+