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/ // http://ionicframework.com/docs/v2/theming/
// App Global Sass // App Global Sass
// -------------------------------------------------- // --------------------------------------------------
// Put style rules here that you want to apply globally. These // Put style rules here that you want to apply globally. These
@ -20,9 +19,19 @@
padding-left: 16px !important; padding-left: 16px !important;
} }
ion-menu{ ion-menu {
ion-list-header{ ion-list-header {
font-size: 1.4em !important; font-size: 1.4em !important;
margin-bottom: 0 !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> </ul>
</template> </template>
<h2>Cross References</h2> <h2>Cross References</h2>
Translated as {{item.crossrefs.ss.length}} words &nbsp;&nbsp;&nbsp;Translated as {{item.crossrefs.ss.length}} words
<dl> <dl>
<dd *ngFor="let wrd of item.crossrefs.ss"> <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> <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>
<div class="strongs-cross"> <div class="strongs-cross">
<h2>Cross References</h2> <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"> <ion-scroll scrollY="true">
<dl> <dl>
<dd *ngFor="let wrd of data.crossrefs.ss"> <dd *ngFor="let wrd of data.crossrefs.ss">