Mejor visualización en modo 'responsive' para las peticiones y sus comentarios

This commit is contained in:
Manuel Cillero 2018-02-17 19:28:58 +01:00
parent ec07ec023a
commit d05a2f597c

View file

@ -76,12 +76,33 @@ div#content h1 {
.wiki h2 { .wiki h2 {
color: #b40b51; color: #b40b51;
} }
div.journal div[id^="note-"] > h4:first-child { div.journal div[id^="note-"] > h4:first-child {
font-size: 13px; font-size: 13px;
padding-right: 0; padding-right: 0;
} }
div.journal div[id^="note-"] > h4:first-child > a:first-child { .journal-link {
font-size: 18px; font-size: 18px;
padding-left: 25px;
}
img.gravatar {
padding: 2px;
border: solid 1px #d5d5d5;
background: #fff;
vertical-align: middle;
border-radius: 0;
}
h4 img.gravatar {
display: block;
float: left;
margin-right: 6px;
}
div.gravatar-with-child > img.gravatar:nth-child(2) {
border: solid 1px #d5d5d5;
border-radius: inherit;
top: 35px;
left: 35px;
} }
input, textarea, select { input, textarea, select {
@ -112,21 +133,6 @@ input[type="text"].questions-search.autocomplete {
margin-left: inherit; margin-left: inherit;
} }
img.gravatar {
padding: 2px;
border: solid 1px #d5d5d5;
background: #fff;
vertical-align: middle;
border-radius: 0;
}
div.gravatar-with-child > img.gravatar:nth-child(2) {
border: solid 1px #d5d5d5;
border-radius: inherit;
top: 35px;
left: 35px;
}
p.breadcrumb { p.breadcrumb {
padding: 10px 0; padding: 10px 0;
text-align: left; text-align: left;
@ -1224,6 +1230,10 @@ div.details { padding: 20px !important; }
#footer ul.social-menu { #footer ul.social-menu {
margin-right: 3.333333%; margin-right: 3.333333%;
} }
div.details {
padding: 2% !important;
}
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
#wrapper-top-menu { #wrapper-top-menu {