Commit
commit a721e423ce55ff460060bd99d11e80ac01201252 Author: Jan DankertDate: Mon Nov 9 22:29:34 2020 +0100 UI-Refactoring: The navigation is now on the left side with full height. modules/cms/ui/themes/default/script/openrat.js | 15 +- .../cms/ui/themes/default/script/openrat.min.js | 2 +- .../cms/ui/themes/default/script/openrat/common.js | 15 +- .../themes/default/style/openrat-breadcrumb.less | 56 +++++ .../ui/themes/default/style/openrat-fieldset.less | 1 + .../cms/ui/themes/default/style/openrat-image.less | 4 +- .../themes/default/style/openrat-navigation.less | 3 +- .../cms/ui/themes/default/style/openrat-nojs.less | 15 +- .../cms/ui/themes/default/style/openrat-ui.less | 5 +- .../cms/ui/themes/default/style/openrat-view.less | 32 +++ .../ui/themes/default/style/openrat-workbench.less | 130 +++++------ modules/cms/ui/themes/default/style/openrat.css | 259 +++++++++++---------- .../cms/ui/themes/default/style/openrat.min.css | 18 +- .../themes/default/style/theme/openrat-theme.less | 33 ++- 14 files changed, 338 insertions(+), 250 deletions(-)