Fix files list widget overflow

This commit is contained in:
Aleksander Machniak 2013-03-13 17:33:45 +01:00
parent 96b5313a13
commit 7bf5f27105
2 changed files with 13 additions and 2 deletions

View file

@ -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;

View file

@ -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>