Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision aca75745

Von Cem Aydin vor etwa 4 Jahren hinzugefügt

  • ID aca7574518b3f8fec0b13c8067134c1f837e2055
  • Vorgänger 32e0873d
  • Nachfolger e0aad941

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
} // /.wrapper
// --------------------------------------
// wrapper to show horizontal scroll bar
// E.g. use for tables
// --------------------------------------
.horizontal-scroll-wrapper {
overflow-x: auto;
}
......
margin: 0.6em 2.0em 1.0em 1.0em
}
}
css/less/menu.less
.wrapper{ margin-top: 2em; }
.tabwidget ul.ui-tabs-nav{ position: relative; }
}
& > ul.ui-tabs-nav{ top: 69px; }
& > ul.ui-tabs-nav{
top: 69px;
width: calc(100% - 200px);
}
} // / > .tabwidget
} // / > form
......
}
} // /.DHTMLSuite_menuBar_sub
css/style.css
}
body > div#layout-split-right > #content > form > .tabwidget > ul.ui-tabs-nav {
top: 69px;
width: calc(100% - 200px);
}
body > div#layout-split-right > #content > #requirement_spec_tabs.tabwidget > ul.ui-tabs-nav {
top: 69px !important ;
......
line-height: 140%;
padding-bottom: 1em;
}
.horizontal-scroll-wrapper {
overflow-x: auto;
}
.plus,
.minus,
.plus0,
templates/webpages/report_generator/html_report.html
[% IF DATA_PRESENT %]
<div class="horizontal-scroll-wrapper">
<table class="tbl-list[% IF TABLE_CLASS %] [% TABLE_CLASS %][% END %]" id="report_table_id">
<thead>
[% FOREACH row = HEADER_ROWS %]
......
[% END %]
</tbody>
</table>
</div>
[% ELSE %]
<p class="message message_hint">[% 'No data was found.' | $T8 %]</p>
[% END %]

Auch abrufbar als: Unified diff