mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16319] Responsive post profile
PHPBB3-16319
This commit is contained in:
parent
c7be5d25d0
commit
c90e562367
1 changed files with 10 additions and 11 deletions
|
@ -150,7 +150,7 @@
|
||||||
margin-right: -5px;
|
margin-right: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cp-main .forabg, .cp-main .forumdb, .cp-main .post, .cp-main .panel {
|
.cp-main .forabg, .cp-main .forumbg, .cp-main .post, .cp-main .panel {
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -344,7 +344,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
|
fieldset dd, fieldset.fields1 dd, fieldset.fields2 dd {
|
||||||
margin-left: 0px;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea, dd textarea, .message-box textarea {
|
textarea, dd textarea, .message-box textarea {
|
||||||
|
@ -460,8 +460,7 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
border-width: 0 0 1px 0;
|
border-width: 0 0 1px 0;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
margin: 0;
|
margin: 0 0 5px 0;
|
||||||
margin-bottom: 5px;
|
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
@ -557,14 +556,14 @@
|
||||||
.postbody { width: 70%; }
|
.postbody { width: 70%; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 850px) {
|
@media (min-width: 701px) and (max-width: 850px) {
|
||||||
.postbody { width: 76%; }
|
.postbody {
|
||||||
|
width: 76%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 850px) {
|
.postprofile {
|
||||||
.postprofile { width: 28%; }
|
width: 22%;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 701px) and (max-width: 950px) {
|
@media (min-width: 701px) and (max-width: 950px) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue