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/
|
// 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
|
||||||
@ -14,15 +13,25 @@
|
|||||||
// To declare rules for a specific mode, create a child rule
|
// To declare rules for a specific mode, create a child rule
|
||||||
// for the .md, .ios, or .wp mode classes. The mode class is
|
// for the .md, .ios, or .wp mode classes. The mode class is
|
||||||
// automatically applied to the <body> element in the app.
|
// automatically applied to the <body> element in the app.
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
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;
|
||||||
|
}
|
||||||
}
|
}
|
@ -29,7 +29,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</template>
|
</template>
|
||||||
<h2>Cross References</h2>
|
<h2>Cross References</h2>
|
||||||
Translated as {{item.crossrefs.ss.length}} words
|
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>
|
||||||
|
@ -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
|
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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user