summaryrefslogtreecommitdiff
path: root/client/templates
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-07-06 17:28:19 +0300
committerYuval Adam <yuval@y3xz.com>2015-07-06 17:28:19 +0300
commite76ed2c207b364deb64129e3ea9881404a6ddc5a (patch)
tree2d95607e7cefe0b4c412df744c1916bf185bae48 /client/templates
parent29a13fad099417b26416bdd0a539502d8195cd81 (diff)
Share button styles
Diffstat (limited to 'client/templates')
-rw-r--r--client/templates/photos.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/client/templates/photos.html b/client/templates/photos.html
index bfcb6d9..fe88786 100644
--- a/client/templates/photos.html
+++ b/client/templates/photos.html
@@ -49,11 +49,10 @@
</ol>
</div>
<div class="share" style="display: none;">
- <p>Now what...?</p>
- <button class="share-instagram">Share on Instagram</button>
- <button class="share-facebook">Share on Facebook</button>
- <button class="share-save">Save to gallery</button>
- <button class="share-print">Print me a copy</button>
+ <button class="share-instagram">Instagram</button>
+ <button class="share-facebook">Facebook</button>
+ <button class="share-save">Save</button>
+ <button class="share-print">Print</button>
<button class="logout">Logout</button>
</div>
</div>
@@ -67,8 +66,8 @@
<template name="photo">
<div class="photo" style="display: none;">
- <div class="title">{{date}}</div>
<img id="img-{{id}}" class="instagram-photo" src="{{proxy images.thumbnail.url}}" crossorigin="anonymous">
<canvas id="canvas-{{id}}" style="height: 150px; width: 150px;"></canvas>
+ <div class="title">{{date}}</div>
</div>
</template>