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; margin-bottom: 30px;
} }
/* Comments */ /* Comments */
.comment_content,
#top .commentlist .children ul {
padding-right: 18px !important;
}
.children .comment_content {
padding-right: 35px !important;
}
.comment_container h3 { .comment_container h3 {
color: #e9146c; color: #e9146c;
font-size: 28px; font-size: 28px;
@ -330,6 +337,18 @@ footer.entry-footer {
font-size: 15px; 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. * PAGES STYLES.
*/ */
@ -721,6 +740,9 @@ a.dpe-flexible-photos-link:hover {
width: 92%; width: 92%;
max-width: 92%; max-width: 92%;
} }
.responsive #top #header .social_bookmarks {
display: block !important;
}
div.container_wrap_first { div.container_wrap_first {
background: #fff; background: #fff;
} }
@ -766,4 +788,8 @@ a.dpe-flexible-photos-link:hover {
#legal span.legal-cookies { #legal span.legal-cookies {
display: none; display: none;
} }
/* Footer */
#socket .social_bookmarks {
margin-left: 0;
}
} }