Twenty Fourteen: Ensure the content after the Read More tag is visible and has the appropriate padding.

Props ianbelanger, sabernhardt, slobodanmanic, Quantumstate, Gwendydd, andraganescu, francina.
Fixes #28967.

git-svn-id: https://develop.svn.wordpress.org/trunk@46429 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-10-08 01:52:26 +00:00
parent f257bdfbb2
commit 683309fc44
2 changed files with 36 additions and 0 deletions

View File

@ -166,6 +166,10 @@ td {
padding-left: 7px;
}
.entry-content p span[id^="more-"] {
float: right;
}
/**
* 6.5 Galleries

View File

@ -1261,6 +1261,10 @@ a.post-thumbnail:hover {
padding: 12px 10px 0;
}
.site-content .entry-content {
padding-top: 22px;
}
.page .entry-content {
padding-top: 0;
}
@ -1345,6 +1349,34 @@ a.post-thumbnail:hover {
white-space: nowrap;
}
.entry-content span[id^="more-"] {
display: block;
padding-top: 52px;
margin-top: -76px;
}
.admin-bar .entry-content span[id^="more-"] {
padding-top: 84px;
margin-top: -108px;
}
.entry-content span[id^="more-"] + blockquote,
.entry-content span[id^="more-"] + div,
.entry-content span[id^="more-"] + figure,
.entry-content span[id^="more-"] + hr,
.entry-content span[id^="more-"] + ol,
.entry-content span[id^="more-"] + ul,
.entry-content span[id^="more-"] + p,
.entry-content span[id^="more-"] + pre {
margin-top: 24px;
}
.entry-content p span[id^="more-"] {
width: 1px;
height: 24px;
float: left;
}
/* Mediaelements */
.hentry .mejs-container,