ComunicWeb/assets/css/components/posts/ui.css

36 lines
405 B
CSS
Raw Normal View History

2017-12-31 17:51:46 +00: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 09:37:46 +00:00
}
.post .post-video {
max-width: 100%;
height: 300px;
2018-01-03 09:53:33 +00:00
}
.post .post-pdf {
text-align: center;
2018-01-03 10:11:24 +00:00
}
.post .post-youtube {
width: 100%;
height: 300px;
2018-01-03 12:38:06 +00:00
}
.post .post-countdown {
text-align: center;
padding: 10px;
2017-12-31 17:51:46 +00:00
}