Merge lp:~jose/summit/1146985-fix into lp:summit

Proposed by José Antonio Rey
Status: Merged
Approved by: Michael Hall
Approved revision: 502
Merged at revision: 502
Proposed branch: lp:~jose/summit/1146985-fix
Merge into: lp:summit
Diff against target: 12 lines (+1/-1)
1 file modified
summit/schedule/templates/schedule/virtual_meeting.html (+1/-1)
To merge this branch: bzr merge lp:~jose/summit/1146985-fix
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+152080@code.launchpad.net

Commit message

Added 2px black border to webchat embed.

Description of the change

Added black border to webchat embed for virtual meetings to fix bug 1146985. 2px thick, looks good.

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

Looks much better this way, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'summit/schedule/templates/schedule/virtual_meeting.html'
2--- summit/schedule/templates/schedule/virtual_meeting.html 2013-03-04 23:50:51 +0000
3+++ summit/schedule/templates/schedule/virtual_meeting.html 2013-03-07 03:30:30 +0000
4@@ -123,7 +123,7 @@
5 {% endif %}
6 </div>
7 <div id="chat">
8- <iframe style="width:100%;" src="http://webchat.freenode.net?channels={% for ai in agenda_items %}{{ ai.room.irc_channel }}{% endfor %}&uio=Mj10cnVlJjQ9dHJ1ZSY5PXRydWUmMTA9dHJ1ZSYxMz1mYWxzZSYxND1mYWxzZQbf" height="395"></iframe>
9+ <iframe style="width:100%; border:2px solid #000000" src="http://webchat.freenode.net?channels={% for ai in agenda_items %}{{ ai.room.irc_channel }}{% endfor %}&uio=Mj10cnVlJjQ9dHJ1ZSY5PXRydWUmMTA9dHJ1ZSYxMz1mYWxzZSYxND1mYWxzZQbf" height="395"></iframe>
10 </div>
11 </section>
12 </div>

Subscribers

People subscribed via source and target branches

to all changes: