(css) Improve subheaders with no buttons

This commit is contained in:
Francis Lachapelle 2015-09-03 10:15:27 -04:00
parent e6e34ae053
commit a5213b3321
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@
</section> </section>
<!-- Remote/domain addressbooks --> <!-- Remote/domain addressbooks -->
<section> <section>
<md-subheader class="sg-md-subheader md-padding"> <md-subheader class="sg-md-subheader">
<var:string label:value="Global Addressbooks"/> <var:string label:value="Global Addressbooks"/>
</md-subheader> </md-subheader>
<md-list> <md-list>

View file

@ -1,9 +1,9 @@
/// subheader.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*- /// subheader.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends'; @import 'extends';
// Temporary patch until mdsubheaders are faster in Chrome
.md-subheader { .md-subheader {
margin-right: 0; margin-right: 0;
line-height: $touch-zone-width;
} }
.md-subheader { .md-subheader {