summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/colors.less37
-rw-r--r--client/templates/photos.html10
2 files changed, 2 insertions, 45 deletions
diff --git a/client/colors.less b/client/colors.less
index 01b15a6..9c47dcd 100644
--- a/client/colors.less
+++ b/client/colors.less
@@ -3,7 +3,7 @@
body {
div.header {
font-family: 'Cutive', serif;
- margin: 3px 23px 3px 23px;
+ padding: 3px 23px 3px 23px;
border-bottom: 1px #C4C4C4 solid;
img.logo {
height: 41px;
@@ -11,6 +11,7 @@ body {
div.links {
float: right;
color: #6D6D6D;
+ line-height: 41px;
a {
color: #6D6D6D;
}
@@ -164,40 +165,6 @@ body {
}
}
- h2 {
- margin-top: 0px;
- margin-bottom: 20px;
- color: #2636F9;
- font-size: 2.3em;
- font-weight: bold;
- text-align: center;
- div.sec {
- color: #333;
- }
- }
-
- svg.spinner {
- display: block;
- margin: 0 auto;
- margin-top: 20px;
- }
-
- .rect {
- fill: none;
- stroke-width: 8px;
- stroke: #2636F9;
- stroke-dasharray: 40;
- stroke-dashoffset: 50%;
-
- animation: movedash 1.5s forwards 0s infinite;
- }
-
- @keyframes movedash {
- to {
- stroke-dashoffset: 250%;
- }
- }
-
div.photos {
display: -webkit-flex;
display: flex;
diff --git a/client/templates/photos.html b/client/templates/photos.html
index c45a831..aa0c3c4 100644
--- a/client/templates/photos.html
+++ b/client/templates/photos.html
@@ -5,16 +5,6 @@
{{> step}}
{{/each}}
</ol>
- <h2 class="title">
- Processing...
- <svg class="spinner" width="20" height="20" viewbox="0 0 40 40">
- <!-- <rect width="40" height="40" class="rect" /> <- this looks buggy in retina safari -->
- <polygon points="0 0 0 40 40 40 40 0" class="rect" />
- </svg>
- </h2>
- <!-- <button class="pixelate btn btn-default">Pixelate</button>
- <button class="color btn btn-default">Color</button>
- <button class="average btn btn-default">Average</button> -->
<div class="photos">
{{#each photos}}
{{> photo}}