Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 44f32989

Von Hans Peter Schlaepfer vor fast 5 Jahren hinzugefügt

  • ID 44f3298936056cec9a0af3cf81f60ea430cd455e
  • Vorgänger 17cb823b
  • Nachfolger 40ed6242

Design 4.0: nur noch eine Stil-Datei

Unterschiede anzeigen:

SL/Form.pm
422 422

  
423 423
  # standard css for all
424 424
  # this should gradually move to the layouts that need it
425
#  $layout->use_stylesheet("$_.css") for qw(
426
#    common main menu list_accounts jquery.autocomplete
427
#    jquery.multiselect2side
428
#    ui-lightness/jquery-ui
429
#    jquery-ui.custom
430
#    tooltipster themes/tooltipster-light
431
#  );
432
  # Use only style.css which is compiled from the less-files in /css/less/
425 433
  $layout->use_stylesheet("$_.css") for qw(
426
    common main menu list_accounts jquery.autocomplete
427
    jquery.multiselect2side
428
    ui-lightness/jquery-ui
429
    jquery-ui.custom
430
    tooltipster themes/tooltipster-light
434
    style
431 435
  );
432 436

  
433 437
  $layout->use_javascript("$_.js") for (qw(

Auch abrufbar als: Unified diff