FIX: indent translated as n words, fix color of ios menu buttons, fix title button icon spacing

This commit is contained in:
jason.wall 2017-01-27 23:39:55 -05:00
parent 3a536526c3
commit 3e0a8cea25
3 changed files with 23 additions and 14 deletions

View File

@ -1,6 +1,5 @@
// http://ionicframework.com/docs/v2/theming/
// App Global Sass
// --------------------------------------------------
// Put style rules here that you want to apply globally. These
@ -14,15 +13,25 @@
// To declare rules for a specific mode, create a child rule
// for the .md, .ios, or .wp mode classes. The mode class is
// automatically applied to the <body> element in the app.
.item {
padding: 0px !important;
padding-left: 16px !important;
}
ion-menu{
ion-list-header{
font-size: 1.4em !important;
margin-bottom: 0 !important;
}
.item {
padding: 0px !important;
padding-left: 16px !important;
}
ion-menu {
ion-list-header {
font-size: 1.4em !important;
margin-bottom: 0 !important;
}
}
.bar-button-default-ios {
color: #000 !important;
}
ion-card .title {
.button-wp, .button-md, .button-ios {
margin-right: -6px;
}
}

View File

@ -29,7 +29,7 @@
</ul>
</template>
<h2>Cross References</h2>
Translated as {{item.crossrefs.ss.length}} words
&nbsp;&nbsp;&nbsp;Translated as {{item.crossrefs.ss.length}} words
<dl>
<dd *ngFor="let wrd of item.crossrefs.ss">
<strong>{{wrd.w}}:</strong> <span *ngFor="let p of wrd.rs"><a (click)="openPassage(p.r)">{{makePassage(p.r)}}</a>, </span>

View File

@ -26,7 +26,7 @@
</div>
<div class="strongs-cross">
<h2>Cross References</h2>
Translated as {{data.crossrefs.ss.length}} words
&nbsp;&nbsp;&nbsp;Translated as {{data.crossrefs.ss.length}} words
<ion-scroll scrollY="true">
<dl>
<dd *ngFor="let wrd of data.crossrefs.ss">