Clean up the Plugin installer Screenshots page, Adds CSS resize support to the images to prevent them requiring scrolling and falling below the FYI box. Fixes #19777
git-svn-id: http://svn.automattic.com/wordpress/trunk@19709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3928e40daf
commit
aa4bd6dc9b
|
@ -2176,6 +2176,7 @@ div.star {
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#plugin-information #section-screenshots ol,
|
||||||
#plugin-information .updated,
|
#plugin-information .updated,
|
||||||
#plugin-information pre {
|
#plugin-information pre {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
|
@ -6859,8 +6859,16 @@ div.star img {
|
||||||
list-style-image: none;
|
list-style-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#plugin-information #section-screenshots ol {
|
||||||
|
list-style: none;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#plugin-information #section-screenshots li img {
|
#plugin-information #section-screenshots li img {
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
|
max-width: 100%;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#plugin-information #section-screenshots li p {
|
#plugin-information #section-screenshots li p {
|
||||||
|
@ -6869,6 +6877,7 @@ div.star img {
|
||||||
padding-bottom: 2em;
|
padding-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#plugin-information #section-screenshots ol,
|
||||||
#plugin-information .updated,
|
#plugin-information .updated,
|
||||||
#plugin-information pre {
|
#plugin-information pre {
|
||||||
margin-right: 215px;
|
margin-right: 215px;
|
||||||
|
|
Loading…
Reference in New Issue