File diff 54f53cd2c655 → ffe0f64182ac
static/src/css/app.css
Show inline comments
...
 
@@ -185,63 +185,67 @@ div.system-message p.system-message-title {
 
    background-color: white;
 
    padding: 8px 12px;
 
    border-radius: 4px;
 
    border: 3px solid transparent;
 
    box-shadow: 1px 3px 5px 1px #e6ebf1;
 
    -webkit-transition: box-shadow 150ms ease;
 
    transition: box-shadow 150ms ease;
 
}
 

	
 
.StripeElement--focus {
 
    box-shadow: 1px 3px 5px 1px #cfd7df;
 
}
 

	
 
.StripeElement--invalid {
 
    border-color: #fa755a;
 
}
 

	
 
.StripeElement--webkit-autofill {
 
    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;
 
    }
 
    thead {
 
        display: none;
 
    }
 
    tbody, th, td, tr {
 
		display: block;
 
	}
 

	
 
    td {
 
	    /* Behave  like a "row" */
 
	    border: none;
 
	    position: relative;yes
 
	    padding-left: 50%;
 
	}
 

	
 
	td:before {
 
		/* Now like a table header */
 
		position: absolute;