File diff 54f53cd2c655 → ffe0f64182ac
static/src/css/app.css
Show inline comments
...
 
@@ -206,12 +206,15 @@ div.system-message p.system-message-title {
 
/* Schedule, proposal and presenter display */
 
/* Make sure twitter/link buttons get displayed */
 

	
 
.room {
 
.mw760, .room {
 
    display: none;
 
}
 
.speaker {
 
    display: block;
 
}
 
.endtime {
 
    font-style: italic;
 
}
 

	
 
.presenters .btn-group {
 
    display: inline-flex;
...
 
@@ -220,7 +223,8 @@ div.system-message p.system-message-title {
 
.presenters .btn-svg { width: 20px; }
 

	
 
@media all and (max-width: 760px) {
 
    .room {	display: block;  }
 
    .mw760, .room {	display: block;  }
 
    .speaker { font-weight: bold; }
 
}
 

	
 
@media only screen and (max-width: 760px) {