Merge lp:~cjohnston/summit/virt-page-moving into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Michael Hall
Approved revision: 531
Merged at revision: 534
Proposed branch: lp:~cjohnston/summit/virt-page-moving
Merge into: lp:summit
Diff against target: 53 lines (+7/-11)
2 files modified
summit/media/css/virt.css (+3/-5)
summit/schedule/templates/schedule/virtual_meeting.html (+4/-6)
To merge this branch: bzr merge lp:~cjohnston/summit/virt-page-moving
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+162536@code.launchpad.net

Commit message

Moves the fields around on the virtual meeting page per the new mockup

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/media/css/virt.css'
2--- summit/media/css/virt.css 2013-02-27 18:12:21 +0000
3+++ summit/media/css/virt.css 2013-05-05 17:33:24 +0000
4@@ -54,12 +54,10 @@
5 }
6
7 #chat {
8- float: left;
9- width: 55%;
10+ width: 95%;
11 }
12
13 #broadcast_video {
14- float: left;
15- width: 45%;
16+ width: 95%;
17 overflow: hidden;
18-}
19\ No newline at end of file
20+}
21
22=== modified file 'summit/schedule/templates/schedule/virtual_meeting.html'
23--- summit/schedule/templates/schedule/virtual_meeting.html 2013-04-02 09:30:42 +0000
24+++ summit/schedule/templates/schedule/virtual_meeting.html 2013-05-05 17:33:24 +0000
25@@ -98,7 +98,7 @@
26 </section>
27 </div>
28 <div class="row">
29- <section class="span-12">
30+ <section class="span-5">
31 <div id="broadcast_video" align="center">
32 {% if meeting.broadcast_url %}
33 <iframe style="width:100%;" height="395" src="{{ meeting.broadcast_url }}?autoplay=1&amp;autohide=1" frameborder="0" allowfullscreen></iframe>
34@@ -130,16 +130,14 @@
35 {% endif %}
36 </div>
37 </section>
38-</div>
39-<div class="row">
40- <section class="span-12">
41+ <section class="span-6 last">
42 {% if meeting.private %}
43 <h3>WARNING: Contents of this pad may not be private, and may be searcheable by non-attendees!</h3>
44 {% endif %}
45 {% if summit.state == 'public' %}
46- <iframe width "100%" height="700" src="{{ meeting.edit_link_to_pad }}"></iframe>
47+ <iframe width "100%" height="800" src="{{ meeting.edit_link_to_pad }}"></iframe>
48 {% else %}
49- <iframe width="100%" height="700" src="{{ meeting.link_to_pad }}"></iframe>
50+ <iframe width="100%" height="800" src="{{ meeting.link_to_pad }}"></iframe>
51 {% endif %}
52 </section>
53 </div>

Subscribers

People subscribed via source and target branches