Projet

Général

Profil

Révision f8b8693e

Voir les différences:

src/app.ios.scss
15 15
    font-size: 24pt;
16 16
  }
17 17

  
18
  Label {
19
    font-size: 24pt;
20
  }
21

  
18 22
  .button {
19 23
    font-size: 24pt;
20 24
  }
src/app/upgrade/upgrade.component.html
22 22
                <Button row="3" id="btnUpgrade" text="Mettre à jour" (tap)='onUpgradeTap($event)' padding="10" class="-primary"></Button>
23 23
                <Button row="4" id="btnWeb" text="Aller sur ClicAlbum.abuledu.net" (tap)='onWebsiteTap($event)' padding="10" class="-primary"></Button>
24 24
                <TextView row="6" editable="false" text="Note: si vous ne voulez pas faire de mise à jour pour l'instant vous pouvez ouvrir le menu en haut à gauche et choisir d'aller sur l'Application ..." class="label"></TextView>
25
                <TextView row="7" editable="false" text="JOURNAL DES MODIFICATIONS : " class="label"></TextView>
25 26
                <TextView row="8" editable="false" [text]='changelog' class="label"></TextView>
26 27
            </StackLayout>
27 28
        </GridLayout>

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux