Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 520979d9

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID 520979d9f044c862f27f53732ca306f10bcecb47
  • Vorgänger ba442aeb
  • Nachfolger 9ae2ba3d

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