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:
commit
ea101f7932
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user