1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-09 07:58:56 +02:00

Merge pull request #3160 from PayBas/ticket/13228

[ticket/13228] Fix codebox "select all" font-size in UCP and MCP
This commit is contained in:
Joas Schilling 2014-11-22 12:18:00 +01:00
commit ea101f7932
2 changed files with 5 additions and 5 deletions

View File

@ -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;
}

View File

@ -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;
}