diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index 25eb1853e..e88b14cbd 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -521,3 +521,14 @@ div#unapprove-dialog { width: 100%; } } + +#ugoira-controls { + button { + height: 2em; + width: 5em; + } + + #progressbar { + height: 1.5em; + } +} diff --git a/app/views/posts/partials/show/_ugoira.html.erb b/app/views/posts/partials/show/_ugoira.html.erb index 38cbdae14..14d1fccb5 100644 --- a/app/views/posts/partials/show/_ugoira.html.erb +++ b/app/views/posts/partials/show/_ugoira.html.erb @@ -16,15 +16,13 @@ "data-score" => post.score, "data-fav-count" => post.fav_count) %> -
- -- <%= link_to "Play", "#", :id => "ugoira-play" %> - | <%= link_to "Pause", "#", :id => "ugoira-pause" %> - | <%= link_to "Rewind", "#", :id => "ugoira-rewind" %> - | <%= link_to "Stop", "#", :id => "ugoira-stop" %> - | <%= link_to "Save as video (right click and save)", post.large_file_url %> -
+