Mejor visualización en modo 'responsive' para las peticiones y sus comentarios
This commit is contained in:
parent
ec07ec023a
commit
d05a2f597c
1 changed files with 27 additions and 17 deletions
|
@ -76,12 +76,33 @@ div#content h1 {
|
|||
.wiki h2 {
|
||||
color: #b40b51;
|
||||
}
|
||||
|
||||
div.journal div[id^="note-"] > h4:first-child {
|
||||
font-size: 13px;
|
||||
padding-right: 0;
|
||||
}
|
||||
div.journal div[id^="note-"] > h4:first-child > a:first-child {
|
||||
.journal-link {
|
||||
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 {
|
||||
|
@ -112,21 +133,6 @@ input[type="text"].questions-search.autocomplete {
|
|||
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 {
|
||||
padding: 10px 0;
|
||||
text-align: left;
|
||||
|
@ -1223,7 +1229,11 @@ div.details { padding: 20px !important; }
|
|||
}
|
||||
#footer ul.social-menu {
|
||||
margin-right: 3.333333%;
|
||||
}
|
||||
}
|
||||
|
||||
div.details {
|
||||
padding: 2% !important;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 767px) {
|
||||
#wrapper-top-menu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue