Thumbnails-Background eingebaut, Styles angepasst
This commit is contained in:
@@ -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,11 +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">
|
||||
<h2>{{option.name}}</h2>
|
||||
<p>{{option.beschreibung}}</p>
|
||||
<div class="row">
|
||||
<div class="col col-10"><img ng-src="{{option.image}}" width="64" height="64"></div>
|
||||
<div class="col col-90"><h2>{{option.name}}</h2><p>{{option.beschreibung}}</p></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user