Skip to content
Snippets Groups Projects
Commit f6b7dd35 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2315885 by Gábor Hojtsy: Fixed Quickfix: language settings page seriously misaligned.

parent 9eac4460
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,6 @@
#language-content-settings-form table .bundle {
width: 24%;
}
#language-content-settings-form table td.bundle {
font-weight: bold;
}
#language-content-settings-form table .field {
padding-left: 3em; /* LTR */
width: 24%;
......
......@@ -6,11 +6,6 @@
#language-content-settings-form table .bundle {
width: 25%;
}
#language-content-settings-form table td.bundle {
font-weight: bold;
}
#language-content-settings-form table .operations {
width: 75%;
}
language.admin:
drupal.language.admin:
version: VERSION
js:
language.admin.js: {}
css:
theme:
css/language.admin.css: {}
dependencies:
- core/jquery
- core/drupal
......
......@@ -207,7 +207,7 @@ protected function configureFormTable(array &$form, $type) {
'#attributes' => array('class' => array('language-customization-checkbox')),
'#attached' => array(
'library' => array(
'language/language.admin'
'language/drupal.language.admin'
),
),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment