Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9a564a14

Von Cem Aydin vor mehr als 3 Jahren hinzugefügt

  • ID 9a564a14b441120dcbe70869ca5648533b125062
  • Vorgänger ff1671c0
  • Nachfolger 21ec9ae5

Neues Design Bugfix: #382 Korrekturen für Menü Links/schmale Ansicht

- Tabs Mandantenkonfiguration für Menu Links umbrechen
- Scrollbalken horizontal für Tabelle Buchungsjournal anzeigen (wrapper + gen. Klasse hinzugefügt)
- less/css neu kompiliert

Unterschiede anzeigen:

css/less/main.less
562 562

  
563 563
} // /.wrapper
564 564

  
565
// --------------------------------------
566
// wrapper to show horizontal scroll bar
567
// E.g. use for tables
568
// --------------------------------------
565 569

  
570
.horizontal-scroll-wrapper {
571
  overflow-x: auto;
572
}
566 573

  
567 574

  
568 575

  
......
669 676
    margin: 0.6em 2.0em 1.0em 1.0em
670 677
  }
671 678
}
672

  
css/less/menu.less
285 285
          .wrapper{ margin-top: 2em; }
286 286
          .tabwidget ul.ui-tabs-nav{ position: relative; }
287 287
        }
288
        & > ul.ui-tabs-nav{ top: 69px; }
288
        & > ul.ui-tabs-nav{
289
          top: 69px;
290
          width: calc(100% - 200px);
291
        }
289 292

  
290 293
      } // / > .tabwidget
291 294
    } // / > form
......
587 590
  }
588 591

  
589 592
} // /.DHTMLSuite_menuBar_sub
590

  
591

  
592

  
css/style.css
552 552
}
553 553
body > div#layout-split-right > #content > form > .tabwidget > ul.ui-tabs-nav {
554 554
  top: 69px;
555
  width: calc(100% - 200px);
555 556
}
556 557
body > div#layout-split-right > #content > #requirement_spec_tabs.tabwidget > ul.ui-tabs-nav {
557 558
  top: 69px !important ;
......
4569 4570
  line-height: 140%;
4570 4571
  padding-bottom: 1em;
4571 4572
}
4573
.horizontal-scroll-wrapper {
4574
  overflow-x: auto;
4575
}
4572 4576
.plus,
4573 4577
.minus,
4574 4578
.plus0,
templates/webpages/report_generator/html_report.html
15 15

  
16 16

  
17 17
[% IF DATA_PRESENT %]
18
  <div class="horizontal-scroll-wrapper">
18 19
  <table class="tbl-list[% IF TABLE_CLASS %] [% TABLE_CLASS %][% END %]" id="report_table_id">
19 20
    <thead>
20 21
      [% FOREACH row = HEADER_ROWS %]
......
62 63
    [% END %]
63 64
    </tbody>
64 65
  </table>
66
  </div>
65 67
[% ELSE %]
66 68
  <p class="message message_hint">[% 'No data was found.' | $T8 %]</p>
67 69
[% END %]

Auch abrufbar als: Unified diff