mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 10:25:27 +00:00
Rows adjustments
This commit is contained in:
committed by
Francis Lachapelle
parent
8286fb68a4
commit
414f0fbb26
@@ -214,7 +214,7 @@
|
||||
</div>
|
||||
-->
|
||||
|
||||
<div ui-view="mailboxes" layout="row" layout-fill="layout-fill"><!-- mailboxes list --></div>
|
||||
<div ui-view="mailboxes" layout="row" style="max-height: 100%"><!-- mailboxes list --></div>
|
||||
|
||||
<script type="text/ng-template" id="mailboxes.html">
|
||||
|
||||
|
||||
@@ -58,9 +58,9 @@
|
||||
><!-- space --></var:if>
|
||||
</var:if>
|
||||
|
||||
<div class="container" layout="row" layout-fill="layout-fill">
|
||||
|
||||
<var:component-content/>
|
||||
</div>
|
||||
|
||||
<md-toolbar layout="row" layout-align="center center" style="background-color:#212121; position: fixed; bottom: 0px; left: 0px; width: 100%; z-index: 100">
|
||||
<var:if condition="userHasCalendarAccess">
|
||||
<var:if condition="isCalendar">
|
||||
|
||||
Reference in New Issue
Block a user