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

59 lines
706 B
CSS
Raw Normal View History

2017-12-31 17:51:46 +00:00
/**
* Posts UI stylesheet
*
* @author Pierre HUBERT
*/
2018-01-10 18:16:28 +00:00
/**
* For the visibility
*/
.post .visibility .read-only {
color: #b5bbc8;
padding-right: 10px;
}
/**
* For the post content
*/
2017-12-31 17:51:46 +00:00
.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 {
2018-01-04 16:16:27 +00:00
text-align: center;
}
.post .post-video video {
2018-01-03 09:37:46 +00:00
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;
2018-01-04 10:22:41 +00:00
}
.post .post-survey-question {
text-align: center;
}
.post .post-survey-chart-contener {
margin-bottom: 10px;
2017-12-31 17:51:46 +00:00
}