mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-27 01:19:52 -04:00
FIX: indent translated as n words, fix color of ios menu buttons, fix title button icon spacing
This commit is contained in:
parent
3a536526c3
commit
3e0a8cea25
@ -1,6 +1,5 @@
|
||||
// http://ionicframework.com/docs/v2/theming/
|
||||
|
||||
|
||||
// App Global Sass
|
||||
// --------------------------------------------------
|
||||
// Put style rules here that you want to apply globally. These
|
||||
@ -20,9 +19,19 @@
|
||||
padding-left: 16px !important;
|
||||
}
|
||||
|
||||
ion-menu{
|
||||
ion-list-header{
|
||||
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;
|
||||
}
|
||||
}
|
@ -29,7 +29,7 @@
|
||||
</ul>
|
||||
</template>
|
||||
<h2>Cross References</h2>
|
||||
Translated as {{item.crossrefs.ss.length}} words
|
||||
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>
|
||||
|
@ -26,7 +26,7 @@
|
||||
</div>
|
||||
<div class="strongs-cross">
|
||||
<h2>Cross References</h2>
|
||||
Translated as {{data.crossrefs.ss.length}} words
|
||||
Translated as {{data.crossrefs.ss.length}} words
|
||||
<ion-scroll scrollY="true">
|
||||
<dl>
|
||||
<dd *ngFor="let wrd of data.crossrefs.ss">
|
||||
|
Loading…
x
Reference in New Issue
Block a user