aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-11-22 12:18:00 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-11-22 12:18:00 +0100
commitea101f793285e048c140a7904bbc04a1011cb83d (patch)
tree9f3c221c31adb63dbb3e0c4368ecc631fdd60e90 /phpBB
parent7700f3121344c655739badd24cff27f4c66f0566 (diff)
parent2c15388520a0c6eb7967165989886ed4266b3afd (diff)
downloadforums-ea101f793285e048c140a7904bbc04a1011cb83d.tar
forums-ea101f793285e048c140a7904bbc04a1011cb83d.tar.gz
forums-ea101f793285e048c140a7904bbc04a1011cb83d.tar.bz2
forums-ea101f793285e048c140a7904bbc04a1011cb83d.tar.xz
forums-ea101f793285e048c140a7904bbc04a1011cb83d.zip
Merge pull request #3160 from PayBas/ticket/13228
[ticket/13228] Fix codebox "select all" font-size in UCP and MCP
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/theme/content.css2
-rw-r--r--phpBB/styles/prosilver/theme/cp.css8
2 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index 9388496c53..4768309c29 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -497,7 +497,7 @@ blockquote.uncited {
text-transform: uppercase;
border-bottom: 1px solid transparent;
margin-bottom: 3px;
- font-size: 0.8em;
+ font-size: 0.8em !important;
font-weight: bold;
display: block;
}
diff --git a/phpBB/styles/prosilver/theme/cp.css b/phpBB/styles/prosilver/theme/cp.css
index 014bb91e7a..81b6d9bf64 100644
--- a/phpBB/styles/prosilver/theme/cp.css
+++ b/phpBB/styles/prosilver/theme/cp.css
@@ -59,10 +59,6 @@ ul.cplist {
border-bottom: none;
}
-#cp-main .postbody p {
- font-size: 1.1em;
-}
-
#cp-main .pm-message {
border: 1px solid transparent;
margin: 10px 0;
@@ -78,6 +74,10 @@ ul.cplist {
margin-top: 0;
}
+.panel-container .postbody p.author {
+ font-size: 1.1em;
+}
+
#cp-main .buttons {
margin-left: 0;
}