48 lines
570 B
CSS
Raw Normal View History

2017-12-31 18:51:46 +01:00
/**
* Posts UI stylesheet
*
* @author Pierre HUBERT
*/
.post .post_content {
text-align: center;
}
.post .post-buttons {
text-align: center;
}
.post .post-image {
width: 100%;
2018-01-03 10:37:46 +01:00
}
.post .post-video {
2018-01-04 17:16:27 +01:00
text-align: center;
}
.post .post-video video {
2018-01-03 10:37:46 +01:00
max-width: 100%;
height: 300px;
2018-01-03 10:53:33 +01:00
}
.post .post-pdf {
text-align: center;
2018-01-03 11:11:24 +01:00
}
.post .post-youtube {
width: 100%;
height: 300px;
2018-01-03 13:38:06 +01:00
}
.post .post-countdown {
text-align: center;
padding: 10px;
2018-01-04 11:22:41 +01:00
}
.post .post-survey-question {
text-align: center;
}
.post .post-survey-chart-contener {
margin-bottom: 10px;
2017-12-31 18:51:46 +01:00
}