diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index 1c15386ea..c91529840 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -197,6 +197,11 @@ div#c-posts { button { margin-top: 0.3em; } + + #ugoira-load-progress { + display: inline; + margin-left: 17px; + } } div.notice { diff --git a/app/views/posts/partials/show/_ugoira.html.erb b/app/views/posts/partials/show/_ugoira.html.erb index ff771b4bb..4e8c82dbf 100644 --- a/app/views/posts/partials/show/_ugoira.html.erb +++ b/app/views/posts/partials/show/_ugoira.html.erb @@ -22,10 +22,10 @@ ) %>
-

Loaded 0%

<%= button_tag "Play", :id => "ugoira-play", :style => "display: none;" %> <%= button_tag "Pause", :id => "ugoira-pause" %> +

Loaded 0%