Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6e354294

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

  • ID 6e354294f35e6bca59ca121d409417feaa9e9164
  • Vorgänger 20c848fa
  • Nachfolger 264598e5

Design 4.0: nur noch eine Stil-Datei

Unterschiede anzeigen:

SL/Form.pm
419 419

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

  
430 434
  $layout->use_javascript("$_.js") for (qw(

Auch abrufbar als: Unified diff