diff --git a/web/app/assets/stylesheets/client/client.css b/web/app/assets/stylesheets/client/client.css index 773851dda..c403ed71f 100644 --- a/web/app/assets/stylesheets/client/client.css +++ b/web/app/assets/stylesheets/client/client.css @@ -41,6 +41,7 @@ *= require ./localRecordingsDialog *= require ./serverErrorDialog *= require ./leaveSessionWarning + *= require ./terms *= require ./createSession *= require ./genreSelector *= require ./sessionList diff --git a/web/app/assets/stylesheets/client/terms.css.scss b/web/app/assets/stylesheets/client/terms.css.scss new file mode 100644 index 000000000..107e307eb --- /dev/null +++ b/web/app/assets/stylesheets/client/terms.css.scss @@ -0,0 +1,7 @@ +#session-terms-conditions { + max-width:550px; + min-height:0; + p { + line-height:22px; + } +} \ No newline at end of file diff --git a/web/app/views/clients/_terms.html.erb b/web/app/views/clients/_terms.html.erb index 06627a4c3..cdc1be070 100644 --- a/web/app/views/clients/_terms.html.erb +++ b/web/app/views/clients/_terms.html.erb @@ -1,5 +1,5 @@ -
+
<%= image_tag "content/icon_add.png", {:width => 19, :height => 19, :class => 'content-icon' } %>

Terms and Conditions

@@ -9,12 +9,12 @@ I agree that intellectual property ownership of any musical works created during this session shall be governed by the terms of the Creative Commons CC BY-NC-SA license in accordance with the JamKazam Terms of Service.

-
- CANCEL -
+
+ CANCEL +

\ No newline at end of file