Layoutanpassungen

This commit is contained in:
Akki
2016-01-22 00:17:04 +01:00
parent 7c683d7450
commit df472e938d
215 changed files with 306 additions and 267 deletions

View File

@@ -1,6 +1,6 @@
/*
* This file is auto-generated. DO NOT MODIFY.
* Original file: C:\\Ionic\\Ionic\\git\\wolle-rosen-kaufen\\platforms\\android\\src\\com\\android\\vending\\billing\\IInAppBillingService.aidl
* Original file: C:\\Projekte\\wolle-rosen-kaufen\\platforms\\android\\src\\com\\android\\vending\\billing\\IInAppBillingService.aidl
*/
package com.android.vending.billing;
/**

View File

@@ -65,3 +65,16 @@
font-size: 1.3em !important;
}
.oleo-small{
font-family: 'Bubblegum Sans', cursive;
font-weight: 200 !important;
font-size: 1.2em;
}
.oleo-vsmall{
font-family: 'Bubblegum Sans', cursive;
font-weight: 200 !important;
font-size: 0.9em;
}

View File

@@ -1,29 +1,32 @@
<ion-view view-title="Gekaufte Rosen">
<ion-content class="padding">
<ion-content class="padding">
<div style="padding-bottom:15px;">
<ul class="list card">
<div class="item item-divider oleo">Hier können Sie Ihre gekauften Rosen ansehen oder nochmals versenden!</div>
<a class="item item-thumbnail-left item-button-right" href="#" ng-repeat="i in items" ng-model="items">
<img src="img/rose1.png">
<h1>{{i.name}}</h1>
<p>{{i.freitext}} </p>
<div class="buttons" style="margin-top:30px;">
<button class="button button-small" >
<i class="icon ion-image"> Vorschau</i>
</button>
<button class="button button-small">
<i class="icon ion-android-share-alt"> Teilen</i>
</button>
</div>
</a>
</ul>
<div style="padding-bottom:20px;"></div>
<div class="item item-divider oleo">Hier können Sie Ihre gekauften Rosen ansehen oder nochmals versenden!</div>
<a href="#" ></a>
<ion-card ng-repeat="i in items" ng-model="items">
<div class="list card">
<div class="item item-avatar"> <img src="img/rose1.png">
<h2>{{i.name}}</h2>
</div>
<div class="item item-body">
{{i.freitext}}
</div>
<ion-item>
<div class="item tabs tabs-secondary tabs-icon-left">
<a class="tab-item" background-color="#A50505" data-ink-opacity="0.5"> <i class="icon ion-thumbsup"></i> Like </a>
<a class="tab-item" data-ink-color="#A50505" data-ink-opacity="0.5"> <i class="icon ion-chatbox"></i> Comment </a>
<a class="tab-item" data-ink-color="#A50505" data-ink-opacity="0.5"> <i class="icon ion-share"></i> Teilen </a>
</div>
</ion-item>
</div>
</ion-card>
</ion-content>
</ion-content>
</ion-view>

View File

@@ -3,20 +3,20 @@
<div class="list card">
<div class="item item-divider oleo">Schenken Sie einem besonderen Menschen eine außergewöhnliche Aufmerksamkeit!</div>
<label class="item item-input item-stacked-label">
<span class="input-label">Name Ihres Liebsten:</span>
<input type="text" placeholder="" class="oleo" ng-model="$parent.name">
<span class="oleo-small" class="input-label">Name Ihres Liebsten:</span>
<textarea placeholder="" rows="1" cols="1" class="oleo-small" ng-model="$parent.name"></textarea>
</label>
<label class="item item-input item-stacked-label">
<span class="input-label">Ihre persönliche Nachricht:</span>
<textarea placeholder="" rows="4" cols="10" class="oleo" ng-model="$parent.freitext"></textarea>
<span class="oleo-small" class="input-label">Ihre persönliche Nachricht:</span>
<textarea placeholder="" rows="4" cols="10" class="oleo-small" ng-model="$parent.freitext"></textarea>
</label>
</div>
<div style="padding-bottom:15px;">
<div class="item item-divider oleo">Wählen Sie Ihre Rosen aus:</div>
<ion-list>
<ion-radio ng-model="$parent.preis" ng-value="'1xrose'" class="item item-thumbnail-left item-text-wrap"><img src="img/rose1.png"><h2 class="oleo">1 Rose </h2><p>Preis: 0,50 € (zzgl. gesetzl. MwSt.)</p></ion-radio>
<ion-radio ng-model="$parent.preis" ng-value="'3xrose'" class="item item-thumbnail-left item-text-wrap"><img src="img/rose3.png"><h2 class="oleo">3 Rosen</h2><p>Preis: 1,00 € (zzgl. gesetzl. MwSt.)</p></ion-radio>
<ion-radio ng-model="$parent.preis" ng-value="'9xrose'" class="item item-thumbnail-left item-text-wrap"><img src="img/rose10.png"><h2 class="oleo">9 Rosen</h2><p>Preis: 2,00 € (zzgl. gesetzl. MwSt.)</p></ion-radio>
<ion-radio ng-model="$parent.preis" ng-value="'1xrose'" class="item item-thumbnail-left item-text-wrap"><img src="img/rose1.png"><h2 class="oleo">1 Rose </h2> <span class="oleo-vsmall"<p>Preis: 0,50 € (zzgl. gesetzl. MwSt.)</p></span> </ion-radio>
<ion-radio ng-model="$parent.preis" ng-value="'3xrose'" class="item item-thumbnail-left item-text-wrap"><img src="img/rose3.png"><h2 class="oleo">3 Rosen</h2> <span class="oleo-vsmall"<p>Preis: 1,00 € (zzgl. gesetzl. MwSt.)</p></span> </ion-radio>
<ion-radio ng-model="$parent.preis" ng-value="'9xrose'" class="item item-thumbnail-left item-text-wrap"><img src="img/rose10.png"><h2 class="oleo">9 Rosen</h2> <span class="oleo-vsmall"<p>Preis: 2,00 € (zzgl. gesetzl. MwSt.)</p></span> </ion-radio>
</ion-list>
</div>

Some files were not shown because too many files have changed in this diff Show More