2 commits - plugins/kolab_files

Aleksander Machniak machniak at kolabsys.com
Wed Mar 13 17:41:51 CET 2013


 plugins/kolab_files/skins/larry/style.css            |    9 +++++++++
 plugins/kolab_files/skins/larry/templates/files.html |    6 ++++--
 2 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit 946245fb93df72d80e02c2b1d8cfec99d06381d9
Merge: 7bf5f27 69bc310
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Wed Mar 13 17:41:41 2013 +0100

    Merge branch 'master' of ssh://git.kolab.org/git/roundcube



commit 7bf5f2710537fac6737b1dccab90bda37c23d143
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Wed Mar 13 17:33:45 2013 +0100

    Fix files list widget overflow

diff --git a/plugins/kolab_files/skins/larry/style.css b/plugins/kolab_files/skins/larry/style.css
index d4c8628..6a72335 100644
--- a/plugins/kolab_files/skins/larry/style.css
+++ b/plugins/kolab_files/skins/larry/style.css
@@ -63,6 +63,15 @@
   overflow: auto;
 }
 
+#filelistbox {
+  bottom: 28px;
+  overflow: auto;
+  top: 0;
+  left: 0;
+  position: absolute;
+  width: 100%;
+}
+
 #files-folder-list ul li span.name {
   background: url(../../../../skins/larry/images/listicons.png) 6px 3px no-repeat;
   padding: 6px 8px 2px 32px;
diff --git a/plugins/kolab_files/skins/larry/templates/files.html b/plugins/kolab_files/skins/larry/templates/files.html
index c91f64b..1f23e65 100644
--- a/plugins/kolab_files/skins/larry/templates/files.html
+++ b/plugins/kolab_files/skins/larry/templates/files.html
@@ -40,8 +40,10 @@
     </div>
 </div>
 
-<div id="filelistcontainer" class="boxlistcontent uibox">
-    <roundcube:object name="filelist" id="filelist" class="records-table sortheader" optionsmenuIcon="true" />
+<div id="filelistcontainer" class="uibox">
+    <div id="filelistbox" class="boxlistcontent">
+        <roundcube:object name="filelist" id="filelist" class="records-table sortheader" optionsmenuIcon="true" />
+    </div>
     <roundcube:object name="message" id="message" class="statusbar" />
 </div>
 





More information about the commits mailing list