[www-doc] [Git][VideoLAN.org/websites][master] vdd17: put events happening at the same time in columns
Jean-Baptiste Kempf
gitlab at videolan.org
Thu Aug 31 18:09:16 CEST 2017
Jean-Baptiste Kempf pushed to branch master at VideoLAN organization / websites
Commits:
42b23641 by David Loiret at 2017-08-31T18:09:12+02:00
vdd17: put events happening at the same time in columns
- - - - -
2 changed files:
- www.videolan.org/videolan/events/vdd17/index.php
- www.videolan.org/videolan/events/vdd17/style.css
Changes:
=====================================
www.videolan.org/videolan/events/vdd17/index.php
=====================================
--- a/www.videolan.org/videolan/events/vdd17/index.php
+++ b/www.videolan.org/videolan/events/vdd17/index.php
@@ -174,28 +174,31 @@
<div class="event-time">
14:00 - 16:00
</div>
- <div class="event-description">
- <h3>AV1 Technical Meeting</h3>
- </div>
- </div>
- </div>
- <div class="event">
- <div class="event-inner">
- <div class="event-time">
- 14:00 - 16:00
- </div>
- <div class="event-description">
- <h3>libav Technical Meeting</h3>
- </div>
- </div>
- </div>
- <div class="event">
- <div class="event-inner">
- <div class="event-time">
- 14:00 - 16:00
- </div>
- <div class="event-description">
- <h3>VLC Technical Meeting</h3>
+ <div class="event-description event-row">
+ <div class="event-col">
+ <div class="header">
+ Salle 1
+ </div>
+ <div class="body">
+ <h3>AV1 Technical Meeting</h3>
+ </div>
+ </div>
+ <div class="event-col">
+ <div class="header">
+ Salle 2
+ </div>
+ <div class="body">
+ <h3>libav Technical Meeting</h3>
+ </div>
+ </div>
+ <div class="event-col">
+ <div class="header">
+ Salle 3
+ </div>
+ <div class="body">
+ <h3>VLC Technical Meeting</h3>
+ </div>
+ </div>
</div>
</div>
</div>
=====================================
www.videolan.org/videolan/events/vdd17/style.css
=====================================
--- a/www.videolan.org/videolan/events/vdd17/style.css
+++ b/www.videolan.org/videolan/events/vdd17/style.css
@@ -121,3 +121,25 @@ h2 {
.vdd17-videolan-banner {
margin-top: 10px;
}
+
+.event-row {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
+ -webkit-box-pack: justify;
+ -ms-flex-pack: justify;
+ justify-content: space-between;
+ -ms-flex-wrap: wrap;
+ flex-wrap: wrap;;
+}
+
+.event-col {
+ margin: 5px 0;
+}
+
+.event-col .header {
+ font-weight: bold;
+}
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/42b23641f9ee240e5cf01efad6cbdcb7b3be8dcf
---
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/42b23641f9ee240e5cf01efad6cbdcb7b3be8dcf
You're receiving this email because of your account on code.videolan.org.
More information about the www-doc
mailing list