File diff 54f53cd2c655 → ffe0f64182ac
static/src/css/app.css
Show inline comments
...
 
@@ -203,27 +203,31 @@ div.system-message p.system-message-title {
 
    background-color: #fefde5 !important;
 
}
 

	
 
/* 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;
 
    margin-left: 10px;
 
}
 
.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) {
 
	/* Force table to not be like tables anymore */
 
	table {
 
        display: table-row;