Skip to content

Commit

Permalink
Merge 242717e into 04f3024
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Jul 1, 2018
2 parents 04f3024 + 242717e commit 1759a74
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions app/assets/stylesheets/photobooth.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,16 @@ body {

.shoot_button {
width: 430px;
max-width: 100%;
max-width: 85%;
margin: 10px 20px 10px 20px;
}

.shoot_text {
font-size: 1.3em;
}

.shoot_img {
height: 200px;
margin: 0px 70px 0px 70px;
max-width: 65%;
}

.shoot_img_btn {
Expand Down Expand Up @@ -63,6 +66,10 @@ body {
min-height: 40%;
}

.shoot_button:hover {
background-color: #fff;
}

#button-start {
position: absolute;
top: 3px;
Expand Down
4 changes: 2 additions & 2 deletions app/assets/templates/picture_sets.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

%button.btn.btn-default.shoot_button{type: 'button', 'ng-click' => 'takePicture()', 'ng-hide' => 'rw' }
%span
= image_tag 'take_picture.png', {:class => 'shoot_img'}
%h2
= image_tag 'take_picture_animation.gif', {:class => 'shoot_img'}
.shoot_text
Click here to take a picture

%span{ 'ng-repeat' => 'picture_set in picture_sets'}
Expand Down
Binary file added public/images/take_picture_animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/take_picture_animation.xcf
Binary file not shown.
Binary file added public/images/take_picture_animation_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/take_picture_animation_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/take_picture_animation_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/take_picture_animation_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1759a74

Please sign in to comment.