Add files via upload
This commit is contained in:
parent
96c04e745c
commit
e5b4a098f1
3 changed files with 21 additions and 5 deletions
14
styles/styles.min.css
vendored
14
styles/styles.min.css
vendored
|
@ -21,6 +21,20 @@ html.dark-mode {
|
|||
--bordercolor:#3D444D;
|
||||
}
|
||||
|
||||
|
||||
.gitissue16 a{
|
||||
position:absolute;
|
||||
right:8px;
|
||||
bottom:16px;
|
||||
color: var(--font);
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
.gitissue16 a:hover{
|
||||
color: var(--font);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#calendarslist .calendar{
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
|
|
@ -36,12 +36,12 @@
|
|||
<h2 id="aria-label-folderlist" class="voice"><roundcube:label name="arialabelfolderlist" /></h2>
|
||||
<div id="folderlist-content" class="scroller">
|
||||
<roundcube:object name="mailboxlist" id="mailboxlist" class="treelist listing folderlist" folder_filter="mail" unreadwrap="%s" />
|
||||
|
||||
<roundcube:button name="folderactions" type="link" title="folderactions" label="actions"
|
||||
class="button icon sidebar-menu" innerclass="inner" data-popup="mailboxoptions-menu" />
|
||||
|
||||
</div>
|
||||
|
||||
<div style="width:100%;height:0;position: relative;" class='gitissue16'>
|
||||
<roundcube:button name="folderactions" type="link" title="folderactions" label="actions"
|
||||
class="button icon sidebar-menu" innerclass="inner" data-popup="mailboxoptions-menu" />
|
||||
</div>
|
||||
|
||||
|
||||
<roundcube:include file="includes/footer_menu.html" />
|
||||
|
|
4
ui.min.js
vendored
4
ui.min.js
vendored
|
@ -5207,7 +5207,8 @@ if(rcmail.env.task == "mail")
|
|||
{
|
||||
if(is_plugin_ident_switch_account())
|
||||
$("#menuleft_cont").append($('#plugin-ident_switch-account'));
|
||||
$("#menuleft_cont").append($('#folderlist-content'));
|
||||
$("#menuleft_cont").append($('#folderlist-content'));
|
||||
$("#menuleft_bottom").append($('.gitissue16'));
|
||||
}
|
||||
if(rcmail.env.task == "addressbook")
|
||||
{
|
||||
|
@ -5258,6 +5259,7 @@ if(rcmail.env.task == "mail")
|
|||
$('.header-title.username').append($("#plugin-ident_switch-account"))
|
||||
|
||||
$('#folderlist-content').insertBefore($('.menu.menu_bottom'));
|
||||
$('.gitissue16').insertBefore($('.menu.menu_bottom'));
|
||||
|
||||
}, 300);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue