mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 22:32:45 +00:00
(css) Apply .sg-app-content to body
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</md-content>
|
||||
</md-sidenav>
|
||||
|
||||
<section layout="column" class="sg-app-content layout-fill" ui-view="module"><!-- admin module --></section>
|
||||
<section layout="column" class="layout-fill" ui-view="module"><!-- admin module --></section>
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
@@ -183,7 +183,7 @@
|
||||
</md-content>
|
||||
</md-sidenav>
|
||||
|
||||
<section layout="column" class="sg-app-content layout-fill" ui-view="addressbook"><!-- contacts list --></section>
|
||||
<section layout="column" class="layout-fill" ui-view="addressbook"><!-- contacts list --></section>
|
||||
</script>
|
||||
|
||||
<script type="text/ng-template" id="addressbook">
|
||||
|
||||
@@ -188,7 +188,7 @@
|
||||
</md-content>
|
||||
</md-sidenav>
|
||||
|
||||
<section layout="column" class="sg-app-content layout-fill" ui-view="mailbox"><!-- messages list --></section>
|
||||
<section layout="column" class="layout-fill" ui-view="mailbox"><!-- messages list --></section>
|
||||
</script>
|
||||
|
||||
<script type="text/ng-template" id="UIxMailFolderTemplate">
|
||||
|
||||
@@ -347,7 +347,7 @@
|
||||
</md-sidenav>
|
||||
|
||||
<!-- Main section -->
|
||||
<section layout="column" class="sg-app-content layout-fill"
|
||||
<section layout="column" class="layout-fill"
|
||||
ng-controller="CalendarListController as list">
|
||||
<md-toolbar layout="row" layout-align="space-between center" class="toolbar-main" >
|
||||
<var:component className="UIxTopnavToolbarTemplate" />
|
||||
|
||||
@@ -178,10 +178,9 @@
|
||||
//}
|
||||
|
||||
// App container for responsive
|
||||
.sg-app-content {
|
||||
body {
|
||||
@include to(sm) {
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -13,10 +13,6 @@
|
||||
}
|
||||
|
||||
body {
|
||||
@include to(xs) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
&.popup {
|
||||
.viewer {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user