mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Report body inline style in Sass
Create bottombar component
This commit is contained in:
@@ -214,7 +214,7 @@
|
|||||||
</div>
|
</div>
|
||||||
-->
|
-->
|
||||||
<!--FIXME : repport in-line styling in style definitions -->
|
<!--FIXME : repport in-line styling in style definitions -->
|
||||||
<div ui-view="mailboxes" layout="row" style="max-height: 100%"><!-- mailboxes list --></div>
|
<div class="view" ui-view="mailboxes" layout="row"><!-- mailboxes list --></div>
|
||||||
|
|
||||||
<script type="text/ng-template" id="mailboxes.html">
|
<script type="text/ng-template" id="mailboxes.html">
|
||||||
|
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
<var:component-content/>
|
<var:component-content/>
|
||||||
<!--FIXME : make sure the .md-button.md-default-theme[disabled] is "contrast aware" disabled labels are actualy almost invisible -->
|
<!--FIXME : make sure the .md-button.md-default-theme[disabled] is "contrast aware" disabled labels are actualy almost invisible -->
|
||||||
<!--FIXME : repport in-line styling in style definitions -->
|
|
||||||
<md-toolbar class="sg-bottombar" layout="row" layout-align="center center">
|
<md-toolbar class="sg-bottombar" layout="row" layout-align="center center">
|
||||||
<var:if condition="userHasCalendarAccess">
|
<var:if condition="userHasCalendarAccess">
|
||||||
<var:if condition="isCalendar">
|
<var:if condition="isCalendar">
|
||||||
|
|||||||
@@ -2214,6 +2214,9 @@ md-tab > .md-ripple-container .md-ripple {
|
|||||||
[flex-order="9"] {
|
[flex-order="9"] {
|
||||||
order: 9; }
|
order: 9; }
|
||||||
|
|
||||||
|
.view[layout=row] {
|
||||||
|
max-height: 100%; }
|
||||||
|
|
||||||
/* Angular-material components local overrides */
|
/* Angular-material components local overrides */
|
||||||
md-list {
|
md-list {
|
||||||
padding: 8px 0px 8px 0px; }
|
padding: 8px 0px 8px 0px; }
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,5 +1,4 @@
|
|||||||
///
|
///
|
||||||
///
|
|
||||||
/// @filename _extends.scss
|
/// @filename _extends.scss
|
||||||
/// @project SOGo
|
/// @project SOGo
|
||||||
/// @version 3.alpha
|
/// @version 3.alpha
|
||||||
@@ -7,7 +6,6 @@
|
|||||||
///
|
///
|
||||||
/// botttombar extends
|
/// botttombar extends
|
||||||
///
|
///
|
||||||
///
|
|
||||||
|
|
||||||
.sg-bottombar {
|
.sg-bottombar {
|
||||||
@extends md-toolbar;
|
@extends md-toolbar;
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
// COMPONENTS
|
// COMPONENTS
|
||||||
// todo : configure manual and glob imports
|
// todo : configure manual and glob imports
|
||||||
|
@import 'views/view';
|
||||||
|
|
||||||
/* Angular-material components local overrides */
|
/* Angular-material components local overrides */
|
||||||
@import 'components/list/list.scss';
|
@import 'components/list/list.scss';
|
||||||
|
|||||||
@@ -1 +1,11 @@
|
|||||||
// for future use
|
///
|
||||||
|
/// @filename _views.scss
|
||||||
|
/// @project SOGo
|
||||||
|
/// @version 3.alpha
|
||||||
|
/// @module views
|
||||||
|
///
|
||||||
|
///
|
||||||
|
|
||||||
|
.view[layout=row] {
|
||||||
|
max-height: 100%;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user