Issue #2315885 by Gábor Hojtsy: Fixed Quickfix: language settings page seriously misaligned.
							parent
							
								
									9eac446013
								
							
						
					
					
						commit
						f6b7dd35bf
					
				| 
						 | 
				
			
			@ -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%;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,10 @@
 | 
			
		|||
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 @@ class NegotiationConfigureForm extends FormBase {
 | 
			
		|||
        '#attributes' => array('class' => array('language-customization-checkbox')),
 | 
			
		||||
        '#attached' => array(
 | 
			
		||||
          'library' => array(
 | 
			
		||||
            'language/language.admin'
 | 
			
		||||
            'language/drupal.language.admin'
 | 
			
		||||
          ),
 | 
			
		||||
        ),
 | 
			
		||||
      );
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue