1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11150] More CSS fixes

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2017-04-17 23:17:03 +02:00
parent 9314e533c8
commit 31953496ee
2 changed files with 3 additions and 5 deletions

View File

@@ -1335,9 +1335,9 @@ p.quick {
fieldset.quick-left,
p.quick-left {
margin: 15px 0 5px;
float: left;
padding: 0 0 0;
margin: 15px 0 5px;
padding: 0;
}
.rtl fieldset.quick-left,
@@ -2973,9 +2973,8 @@ fieldset.permissions .permissions-switch {
/* stylelint-enable declaration-property-unit-whitelist */
.console-output {
background-color: #2a2a2a;
font-family: monospace;
background-color: #2a2a2a;
color: #f1f1f1;
line-height: 1.5rem;
overflow-x: scroll;
}