Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 23c0031f

Von Hans Peter Schlaepfer vor etwa 4 Jahren hinzugefügt

  • ID 23c0031f892dbaa6277022ea5e1493f9a05a1397
  • Vorgänger 45bf194d
  • Nachfolger 4642a448

Design 4.0: nur noch eine Stil-Datei

Unterschiede anzeigen:

SL/Form.pm
418 418

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

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

Auch abrufbar als: Unified diff