[ticket/14976] more fixes in content.css

PHPBB3-14976
This commit is contained in:
hanakin 2017-03-08 23:10:21 -05:00 committed by Michael Miday
parent 8a312b01fb
commit 4ddc9a89fe

View file

@ -222,7 +222,7 @@ dd.redirect,
dd.moderation, dd.moderation,
dd.time, dd.time,
dd.info { dd.info {
font-size: 1.1em; font-size: 11px;
width: 250px; width: 250px;
} }
@ -271,20 +271,20 @@ dd.option {
.postbody h3.first { .postbody h3.first {
/* The first post on the page uses this */ /* The first post on the page uses this */
font-size: 1.7em; font-size: 17px;
} }
.postbody h3 { .postbody h3 {
font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 1.5em; font-size: 15px;
line-height: 125%; line-height: 19px;
text-transform: none; text-transform: none;
border: none; border: none;
/* Postbody requires a different h3 format - so change it here */ /* Postbody requires a different h3 format - so change it here */
float: left; float: left;
margin-top: 0 !important; margin-top: 0 !important;
margin-bottom: 0.3em !important; margin-bottom: 4px !important;
padding: 2px 0 0; padding: 2px 0 0;
} }
@ -299,7 +299,7 @@ dd.option {
} }
.postbody .content { .postbody .content {
font-size: 1.3em; font-size: 13px;
overflow-x: auto; overflow-x: auto;
} }
@ -355,11 +355,11 @@ dd.option {
---------------------------------------- */ ---------------------------------------- */
.content { .content {
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 1em; font-size: 10px;
line-height: 1.4em; line-height: 14px;
clear: both; clear: both;
overflow: hidden; overflow: hidden;
min-height: 3em; min-height: 30px;
padding-bottom: 1px; padding-bottom: 1px;
} }
@ -429,14 +429,14 @@ p.author {
/* Post signature */ /* Post signature */
.signature { .signature {
font-size: 1.1em; font-size: 11px;
line-height: 140%; line-height: 16px;
border-top: 1px solid transparent; border-top: 1px solid transparent;
clear: left; clear: left;
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
margin-top: 1.5em; margin-top: 16px;
padding-top: 0.2em; padding-top: 2px;
} }
.signature.standalone { .signature.standalone {
@ -742,7 +742,8 @@ fieldset.polls dd div {
.postprofile dd, .postprofile dd,
.postprofile dt { .postprofile dt {
line-height: 1.2em; font-size: 10px;
line-height: 12px;
margin-left: 8px; margin-left: 8px;
} }