Add a view-detail class (for more generic use)

Fix the regression (scroll) problem on contact editor
This commit is contained in:
Benoit Favreault
2015-06-12 11:35:52 -04:00
committed by Francis Lachapelle
parent 655fe5f731
commit f99dae331d
5 changed files with 53 additions and 35 deletions
@@ -1,8 +1,8 @@
<?xml version='1.0' standalone='yes'?>
<container xmlns="http://www.w3.org/1999/xhtml" xmlns:var="http://www.skyrix.com/od/binding" xmlns:const="http://www.skyrix.com/od/constant" xmlns:label="OGo:label">
<div class="md-whiteframe-z1">
<md-content md-scroll-y="true" class="md-padding bg-sogoPaper-50">
<md-content md-scroll-y="true" class="md-padding md-whiteframe-z1 bg-sogoPaper-50">
<div class="editor md-padding">
<hgroup class="header">
<h1 class="sg-md-display-2--light" ng-bind-html="card.$fullname()"><!-- fullname --></h1>
@@ -367,7 +367,7 @@
</form>
</div>
</md-content>
</div>
</container>