Fix mobile gui

This commit is contained in:
RainLoop Team 2016-05-01 14:51:49 +03:00
parent b0ffd84ac6
commit 116de6fd45
6 changed files with 13 additions and 13 deletions

View file

@ -37,7 +37,7 @@
<tbody data-bind="template: { name: 'SettingsFolderItem', foreach: folderList }"></tbody>
</table>
</div>
<div class="span4 show-on-mobile" style="position: relative" data-bind="visible: '' !== folderListHelp()">
<div class="span4 hide-on-mobile" style="position: relative" data-bind="visible: '' !== folderListHelp()">
<div class="alert alert-info" style="position: fixed">
<span data-bind="text: folderListHelp"></span>
</div>