[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
No known key found for this signature in database
GPG key ID: 817043C2E29DB881
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;
}

View file

@ -49,7 +49,6 @@ class acp_extensions
// Start the page
global $config, $user, $template, $request, $phpbb_extension_manager, $db, $phpbb_log, $phpbb_dispatcher;
$this->db = $db;
$this->config = $config;
$this->template = $template;