Styles angepasst

This commit is contained in:
2016-02-04 21:53:35 +01:00
parent 31bafd271f
commit 28234a29b2
25 changed files with 98 additions and 90 deletions

View File

@@ -11,7 +11,7 @@
<textarea placeholder="" rows="4" cols="10" class="oleo-small" ng-model="$parent.freitext"></textarea>
</label>
<div
<div>
<div class="col col-100"><button class="button button-full button-small icon-left ion-android-hangout button-custom" ng-click="loadzitat()">kleine Hilfe? (Zufallstext)</button>
</div>
@@ -47,12 +47,14 @@
</div>
<div style="padding-bottom:15px;">
<button class="button button-full button-custom" modal-select="" ng-model="backgroundpic" options="backgrounds" on-select="getBackgroundOpt(newValue, oldValue)" modal-title="Hintergrund wählen">
<button class="button button-full button-custom" modal-select="" ng-model="backgroundpic" options="backgrounds" on-select="getBackgroundOpt(newValue, oldValue)" modal-title="Hintergrund wählen" header-footer-class="bar-assertive bar-custom" cancel-button="Abbrechen" hide-reset="true">
{{ 'Hintergrund: ' + $parent.backgroundpic || 'Hintergrund'}}
<div class="option" class="item-thumbnail-left">
<img ng-src="{{option.image}}">
<h2>{{option.name}}</h2>
<p>{{option.beschreibung}}</p>
<div class="option">
<div class="row">
<div class="col col-20"><img ng-src="{{option.image}}" width="64" height="64"></div>
<div class="col col-80"><h2>{{option.name}}</h2><p>{{option.beschreibung}}</p></div>
</div>
</div>
</button>
</div>