Revert [a5ba017bc3] (Regression fix)

pull/91/head
iRouge 2015-01-25 21:30:27 -05:00 committed by Francis Lachapelle
parent cc34d56a0e
commit 3b43cabc68
3 changed files with 6 additions and 4 deletions

View File

@ -62,7 +62,9 @@
</ul>
-->
<div data-ui-view="addressbooks" layout="row" class="view"><!-- addressbooks list --></div>
<div>
<div data-ui-view="addressbooks" layout="row" style="max-height: 100%"><!-- addressbooks list --></div>
<!-- modal for addressbook sharing options -->
<script type="text/ng-template" id="UIxUserRightsEditor">
@ -247,5 +249,5 @@
</script>
<var:string value="errorAlertJavaScript" const:escapeHTML="NO" />
</div>
</var:component>

View File

@ -2215,7 +2215,7 @@ md-tab > .md-ripple-container .md-ripple {
order: 9; }
.view[layout=row] {
min-height: 100%; }
max-height: 100%; }
/* Angular-material components local overrides */
md-list {

View File

@ -7,5 +7,5 @@
///
.view[layout=row] {
min-height: 100%;
max-height: 100%;
}