mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11150] More CSS fixes
PHPBB3-11150
This commit is contained in:
parent
9314e533c8
commit
31953496ee
2 changed files with 3 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue