Corrección para móviles de comentarios y enlaces sociales

This commit is contained in:
Manuel Cillero 2018-06-18 01:24:54 +02:00
parent 54411d0d56
commit d6696fedd6

View file

@ -300,6 +300,13 @@ footer.entry-footer {
margin-bottom: 30px;
}
/* Comments */
.comment_content,
#top .commentlist .children ul {
padding-right: 18px !important;
}
.children .comment_content {
padding-right: 35px !important;
}
.comment_container h3 {
color: #e9146c;
font-size: 28px;
@ -330,6 +337,18 @@ footer.entry-footer {
font-size: 15px;
}
/*
* EnlighterJS PLUGIN.
*/
span.classicEnlighterJS {
padding: 7px 3px 3px !important;
background-color: #fafafa !important;
border: 1px solid #e0e0e0 !important;
border-radius: 3px;
}
/*
* PAGES STYLES.
*/
@ -721,6 +740,9 @@ a.dpe-flexible-photos-link:hover {
width: 92%;
max-width: 92%;
}
.responsive #top #header .social_bookmarks {
display: block !important;
}
div.container_wrap_first {
background: #fff;
}
@ -765,5 +787,9 @@ a.dpe-flexible-photos-link:hover {
/* Hide link about use of cookies */
#legal span.legal-cookies {
display: none;
}
}
/* Footer */
#socket .social_bookmarks {
margin-left: 0;
}
}