From 12b6e41d6d6ad01d1e933fee13014ad38fec7bd9 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sat, 28 Jun 2014 15:19:16 +0200 Subject: [PATCH] Remove all the hardcoded
horrors Replaced with text-center or center-block class Plus other minor HTML cleanups --- templates/default/feedback.html.ep | 14 +- templates/default/index.html.ep | 6 +- templates/default/invitation.html.ep | 37 +- templates/default/join.html.ep | 618 ++++++++++++++------------- templates/default/noscript.html.ep | 4 +- 5 files changed, 355 insertions(+), 324 deletions(-) diff --git a/templates/default/feedback.html.ep b/templates/default/feedback.html.ep index 6ccaeb0..c8d5ab4 100644 --- a/templates/default/feedback.html.ep +++ b/templates/default/feedback.html.ep @@ -4,10 +4,8 @@
- -
- <%=l 'GIVE_US_YOUR_FEEDBACK' %> -
+ + <%=l 'GIVE_US_YOUR_FEEDBACK' %>
<%=l 'YOUR_FEEDBACK_HELPS_US' %> @@ -18,10 +16,14 @@
- +
- +
diff --git a/templates/default/index.html.ep b/templates/default/index.html.ep index d581b1b..7ae9bb2 100644 --- a/templates/default/index.html.ep +++ b/templates/default/index.html.ep @@ -5,10 +5,8 @@
%= include 'noscript'
-

-
- <%=l 'CREATE_ROOM' %> -
+

+ <%=l 'CREATE_ROOM' %>

diff --git a/templates/default/invitation.html.ep b/templates/default/invitation.html.ep index cc68584..a385f81 100644 --- a/templates/default/invitation.html.ep +++ b/templates/default/invitation.html.ep @@ -4,39 +4,46 @@
- -
- <%=l 'INVITATION_RESPONSE' %> -
+ + <%=l 'INVITATION_RESPONSE' %> -
+

<%=l 'CANNOT_JOIN_NOW' %> -

-
+

- +
- +
- +

<%=l 'CLICK_SEND_OR_JOIN_NOW' %>

-
<%=l 'JOIN_THIS_ROOM' %> - -
+
diff --git a/templates/default/join.html.ep b/templates/default/join.html.ep index 07e56f7..6f954b3 100644 --- a/templates/default/join.html.ep +++ b/templates/default/join.html.ep @@ -4,10 +4,14 @@
+ +
  • +
  • +
  • +
  • -
    - -
    -
  • -
  • -
  • -
  • -
    -

    <%=l 'NOTIFICATION_ON_JOIN' %>

    -
    +

    + <%=l 'NOTIFICATION_ON_JOIN' %> +

    @@ -222,15 +229,17 @@