mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12728] Adjust .postimage sizing to 100% [ticket/12728] Enforce box model sizing on image attachment thumbnails
This commit is contained in:
commit
3a502143c7
2 changed files with 3 additions and 2 deletions
|
@ -267,7 +267,7 @@ dd.option {
|
||||||
}
|
}
|
||||||
|
|
||||||
.postbody img.postimage {
|
.postbody img.postimage {
|
||||||
max-width: 99%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search .postbody {
|
.search .postbody {
|
||||||
|
@ -602,6 +602,7 @@ dl.file dd {
|
||||||
dl.thumbnail img {
|
dl.thumbnail img {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.thumbnail dd {
|
dl.thumbnail dd {
|
||||||
|
|
|
@ -632,7 +632,7 @@ input:focus, select:focus, textarea:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.postimage {
|
.postimage {
|
||||||
max-width: 99%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.syntaxbg {
|
.syntaxbg {
|
||||||
|
|
Loading…
Add table
Reference in a new issue