openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 9452365019363a47ea1a27a5790c474b62be7e49
parent d16d97d852e4c63f1d0849a366acaad49ff9a9fb
Author: dankert <openrat@jandankert.de>
Date:   Fri, 11 Mar 2022 20:14:33 +0100

UI-Cleanup.

Diffstat:
Mmodules/cms/ui/themes/default/html/views/template/edit.php | 9+++++----
Mmodules/cms/ui/themes/default/html/views/template/edit.tpl.src.xml | 5+++--
Mmodules/cms/ui/themes/default/html/views/templatelist/edit.php | 2+-
Mmodules/cms/ui/themes/default/html/views/templatelist/edit.tpl.src.xml | 2+-
Mmodules/cms/ui/themes/default/style/openrat-collapsible.less | 2+-
Mmodules/cms/ui/themes/default/style/openrat.css | 14+++++++-------
Mmodules/cms/ui/themes/default/style/openrat.min.css | 6+++---
Mmodules/template_engine/components/html/component_group/group.less | 3++-
Mmodules/template_engine/components/html/component_table/table.less | 4++--
9 files changed, 25 insertions(+), 22 deletions(-)

diff --git a/modules/cms/ui/themes/default/html/views/template/edit.php b/modules/cms/ui/themes/default/html/views/template/edit.php @@ -13,12 +13,13 @@ <div class="<?php echo O::escapeHtml('or-table-area') ?>"><?php echo O::escapeHtml('') ?> <table class="<?php echo O::escapeHtml('or-table') ?>"><?php echo O::escapeHtml('') ?> <tr class="<?php echo O::escapeHtml('or-table-header') ?>"><?php echo O::escapeHtml('') ?> - <td><?php echo O::escapeHtml('') ?> + <th><?php echo O::escapeHtml('') ?> + <img /><?php echo O::escapeHtml('') ?> <span><?php echo O::escapeHtml(''.@O::lang('name').'') ?></span> - </td> - <td><?php echo O::escapeHtml('') ?> + </th> + <th><?php echo O::escapeHtml('') ?> <span><?php echo O::escapeHtml(''.@O::lang('type').'') ?></span> - </td> + </th> <td><?php echo O::escapeHtml('') ?></td> </tr> <?php foreach((array)@$elements as $list_key=>$list_value) { extract($list_value); ?> diff --git a/modules/cms/ui/themes/default/html/views/template/edit.tpl.src.xml b/modules/cms/ui/themes/default/html/views/template/edit.tpl.src.xml @@ -3,10 +3,11 @@ <group title="${message:page_pageelements}"> <table> <row header="true"> - <column> + <column header="true"> + <image /> <text value="${message:name}"/> </column> - <column> + <column header="true"> <text value="${message:type}"/> </column> <column /> diff --git a/modules/cms/ui/themes/default/html/views/templatelist/edit.php b/modules/cms/ui/themes/default/html/views/templatelist/edit.php @@ -16,7 +16,7 @@ <th><?php echo O::escapeHtml('') ?> <span><?php echo O::escapeHtml(''.@O::lang('name').'') ?></span> </th> - <td><?php echo O::escapeHtml('') ?></td> + <th><?php echo O::escapeHtml('') ?></th> </tr> <?php foreach((array)@$templates as $list_key=>$list_value) { extract($list_value); ?> <tr class="<?php echo O::escapeHtml('or-data') ?>"><?php echo O::escapeHtml('') ?> diff --git a/modules/cms/ui/themes/default/html/views/templatelist/edit.tpl.src.xml b/modules/cms/ui/themes/default/html/views/templatelist/edit.tpl.src.xml @@ -6,7 +6,7 @@ <column header="true"> <text value="${message:name}"/> </column> - <column /> + <column header="true"/> </row> <list list="${templates}" extract="true"> <row class="data"> diff --git a/modules/cms/ui/themes/default/style/openrat-collapsible.less b/modules/cms/ui/themes/default/style/openrat-collapsible.less @@ -38,7 +38,7 @@ } .or-collapsible-value { max-height: initial; - overflow: auto; + //overflow: auto; } } diff --git a/modules/cms/ui/themes/default/style/openrat.css b/modules/cms/ui/themes/default/style/openrat.css @@ -107,12 +107,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. } .or-collapsible--is-open .or-collapsible-value { max-height: initial; - overflow: auto; } .or-collapsible--is-visible .or-collapsible-value { opacity: 1; } -/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-collapsible.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAGI%2CGAAC%3B%3B%3BAAAD%2CGAAC%2CYAEG%3BCACI%3B%3BAAHR%2CGAAC%2CYAMG%3BCAGI%3BCACA%3BCACA%3B%3BAAXR%2CGAAC%2CYAcG%3BCACI%3B%3BAAfR%2CGAAC%2CYAkBG%3BCACI%3B%3BAAnBR%2CGAAC%2CYAqBG%3BCACI%3B%3BAAIJ%2CGA1BH%2CYA0BI%2CSAGG%3BCACI%3B%3BAAJR%2CGA1BH%2CYA0BI%2CSAMG%3BCACI%3B%3BAAPR%2CGA1BH%2CYA0BI%2CSASG%3BCACE%3BCACA%3B%3BAAIN%2CGAzCH%2CYAyCI%2CYACC%3BCACE%22%7D */ +/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Fcms%5C%2Fui%5C%2Fthemes%5C%2Fdefault%5C%2Fstyle%5C%2Fopenrat-collapsible.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAGI%2CGAAC%3B%3B%3BAAAD%2CGAAC%2CYAEG%3BCACI%3B%3BAAHR%2CGAAC%2CYAMG%3BCAGI%3BCACA%3BCACA%3B%3BAAXR%2CGAAC%2CYAcG%3BCACI%3B%3BAAfR%2CGAAC%2CYAkBG%3BCACI%3B%3BAAnBR%2CGAAC%2CYAqBG%3BCACI%3B%3BAAIJ%2CGA1BH%2CYA0BI%2CSAGG%3BCACI%3B%3BAAJR%2CGA1BH%2CYA0BI%2CSAMG%3BCACI%3B%3BAAPR%2CGA1BH%2CYA0BI%2CSASG%3BCACE%3B%3BAAKN%2CGAzCH%2CYAyCI%2CYACC%3BCACE%22%7D */ /* Include style: /default/style/openrat-dialog */ /* OpenRat Content Management System @@ -1830,14 +1829,15 @@ a.editorlink:visited { /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Ftemplate_engine%5C%2Fcomponents%5C%2Fhtml%5C%2Fcomponent_editor%5C%2Feditor.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACA%3BCACC%3BCACA%3B%3B%3BAAID%2CQAAQ%3BCACP%3B%3B%3BAAID%2CGAAG%3BCAED%3BCACE%3BCACA%3BCACA%3BCACA%3B%3BAAKJ%2CQAAQ%3BAACR%2CQAAQ%3BAACR%2CQAAQ%3BCAEP%3B%3BAAID%2CCAAC%2CWAAW%3BAACZ%2CCAAC%2CWAAW%3BCAEX%3BCACA%3B%3BAAGD%2CCAAC%2CWAAW%3BAACZ%2CCAAC%2CWAAW%3BCAEX%3BCACA%22%7D */ /* Include style: /../../../template_engine/components/html/component_group/group */ .or-group { - margin: 2em 0; + margin: 1em 0 4em; } .or-group-title { + margin: 0.5em 0; font-size: 1.1em; font-weight: normal; border-bottom: 1px solid; } -/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Ftemplate_engine%5C%2Fcomponents%5C%2Fhtml%5C%2Fcomponent_group%5C%2Fgroup.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACI%2CGAAC%3BCAEG%2CaAAA%3B%3BAAGJ%2CGAAC%3BCACG%3BCACA%3BCACA%2CwBAAA%22%7D */ +/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Ftemplate_engine%5C%2Fcomponents%5C%2Fhtml%5C%2Fcomponent_group%5C%2Fgroup.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACI%2CGAAC%3BCAEG%2CiBAAA%3B%3BAAGJ%2CGAAC%3BCACG%2CeAAA%3BCACA%3BCACA%3BCACA%2CwBAAA%22%7D */ /* Include style: /../../../template_engine/components/html/component_image/image */ /*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%22%7D */ @@ -1879,8 +1879,8 @@ a.editorlink:visited { -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; - padding: 0.5em; - margin: 1em; + padding: 0.3em; + margin: 0 1em; border: 1px solid #000000; width: 7.5em; } @@ -1947,7 +1947,7 @@ a.editorlink:visited { .or-table-sort-value { display: none; } -/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Ftemplate_engine%5C%2Fcomponents%5C%2Fhtml%5C%2Fcomponent_table%5C%2Ftable.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcI%2CGAAC%3BCAEG%3BCACA%3BCACA%3BCACA%3B%3B%3BAAEF%2CGAPD%2CMAOE%3BCACC%3B%3BAAEF%2CGAVD%2CMAUE%3BCACC%3B%3BAAEF%2CGAbD%2CMAaE%3BCACC%3B%3BAAEF%2CGAhBD%2CMAgBE%3BCACC%3BCACA%3B%3BAAGA%2CGArBH%2CMAqBI%3B%3B%3BAAQD%2CmBALwC%3BCAKxC%2CGA7BH%2CMAqBI%3BEAKO%3B%3B%3BAAKR%2CGA%5C%2FBH%2CMA%2BBI%3BCACG%3BCACA%3B%3BAAEA%2CGAnCP%2CMA%2BBI%2COAII%3BCA5CT%2CkBAAA%3BCACA%2CuBAAA%3BCACA%2C0BAAA%3BCACA%2CyBAAA%3BCA2CY%3BCACA%3BCACA%2CyBAAA%3BCACA%3B%3BAAxCZ%2CGAAC%2CMA4CG%2CGAAE%2CYAAe%3BAA5CrB%2CGAAC%2CMA8CG%3BCACI%3B%3BAA%5C%2FCR%2CGAAC%2CMA4CG%2CGAAE%2CYAAe%2CKAKf%3BAAjDN%2CGAAC%2CMA8CG%2CGAGE%3BCACE%3B%3BAAIF%3BCAAA%2CGAtDL%2CMA4CG%2CGAAE%2CYAAe%2CKAKf%3BCAKA%2CGAtDL%2CMA8CG%2CGAGE%3BEAGI%3B%3B%3BAAGJ%2CGAvDL%2CMA4CG%2CGAAE%2CYAAe%2CKAWd%2CMAAO%3BAAAR%2CGAvDL%2CMA8CG%2CGASG%2CMAAO%3BCACN%3B%3BAAxDR%2CGAAC%2CMA4DG%2CGAAK%3BCAED%3BCACA%3B%3BAAEA%2CGAjEP%2CMA4DG%2CGAAK%2CKAKA%2CYAAe%2COAAI%2CWAAW%3BCAC3B%2CSAAS%2CQAAT%3B%3BAAEJ%2CGApEP%2CMA4DG%2CGAAK%2CKAQA%2CaAAgB%2COAAI%2CWAAW%3BCAC5B%2CSAAS%2CQAAT%3B%3BAArEZ%2CGAAC%2CMAyEG%2CGAAE%2CQAAW%3BCACT%3B%3BAA1ER%2CGAAC%2CMA6EG%2CGAAK%3BCACD%3BCACA%3BCACA%3B%3BAAhFR%2CGAAC%2CMAoFG%2CGAAE%3BCACE%3BCACA%3B%3BAAtFR%2CGAAC%2CMAwFG%2CGAAE%3BCACE%3BCACA%3B%3BAA1FR%2CGAAC%2CMA4FG%2CGAAE%3BCACE%3BCACA%3B%3BAA9FR%2CGAAC%2CMAiGG%2CGAAE%2CMAAS%2CMAAG%3BCACV%3B%3BAAlGR%2CGAAC%2CMAsGG%2CGAAG%2CGAAE%3BCACD%3B%3BAAvGR%2CGAAC%2CMA0GG%2CGAAE%2CYAAa%2CGAAE%3B%3B%3B%3BCAIb%3B%3BAAIJ%2CGAlHH%2CMAkHI%3BCACG%22%7D */ +/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Flocalhost%5C%2Fcms%5C%2Fmodules%5C%2Ftemplate_engine%5C%2Fcomponents%5C%2Fhtml%5C%2Fcomponent_table%5C%2Ftable.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAcI%2CGAAC%3BCAEG%3BCACA%3BCACA%3BCACA%3B%3B%3BAAEF%2CGAPD%2CMAOE%3BCACC%3B%3BAAEF%2CGAVD%2CMAUE%3BCACC%3B%3BAAEF%2CGAbD%2CMAaE%3BCACC%3B%3BAAEF%2CGAhBD%2CMAgBE%3BCACC%3BCACA%3B%3BAAGA%2CGArBH%2CMAqBI%3B%3B%3BAAQD%2CmBALwC%3BCAKxC%2CGA7BH%2CMAqBI%3BEAKO%3B%3B%3BAAKR%2CGA%5C%2FBH%2CMA%2BBI%3BCACG%3BCACA%3B%3BAAEA%2CGAnCP%2CMA%2BBI%2COAII%3BCA5CT%2CkBAAA%3BCACA%2CuBAAA%3BCACA%2C0BAAA%3BCACA%2CyBAAA%3BCA2CY%3BCACA%2CaAAA%3BCACA%2CyBAAA%3BCACA%3B%3BAAxCZ%2CGAAC%2CMA4CG%2CGAAE%2CYAAe%3BAA5CrB%2CGAAC%2CMA8CG%3BCACI%3B%3BAA%5C%2FCR%2CGAAC%2CMA4CG%2CGAAE%2CYAAe%2CKAKf%3BAAjDN%2CGAAC%2CMA8CG%2CGAGE%3BCACE%3B%3BAAIF%3BCAAA%2CGAtDL%2CMA4CG%2CGAAE%2CYAAe%2CKAKf%3BCAKA%2CGAtDL%2CMA8CG%2CGAGE%3BEAGI%3B%3B%3BAAGJ%2CGAvDL%2CMA4CG%2CGAAE%2CYAAe%2CKAWd%2CMAAO%3BAAAR%2CGAvDL%2CMA8CG%2CGASG%2CMAAO%3BCACN%3B%3BAAxDR%2CGAAC%2CMA4DG%2CGAAK%3BCAED%3BCACA%3B%3BAAEA%2CGAjEP%2CMA4DG%2CGAAK%2CKAKA%2CYAAe%2COAAI%2CWAAW%3BCAC3B%2CSAAS%2CQAAT%3B%3BAAEJ%2CGApEP%2CMA4DG%2CGAAK%2CKAQA%2CaAAgB%2COAAI%2CWAAW%3BCAC5B%2CSAAS%2CQAAT%3B%3BAArEZ%2CGAAC%2CMAyEG%2CGAAE%2CQAAW%3BCACT%3B%3BAA1ER%2CGAAC%2CMA6EG%2CGAAK%3BCACD%3BCACA%3BCACA%3B%3BAAhFR%2CGAAC%2CMAoFG%2CGAAE%3BCACE%3BCACA%3B%3BAAtFR%2CGAAC%2CMAwFG%2CGAAE%3BCACE%3BCACA%3B%3BAA1FR%2CGAAC%2CMA4FG%2CGAAE%3BCACE%3BCACA%3B%3BAA9FR%2CGAAC%2CMAiGG%2CGAAE%2CMAAS%2CMAAG%3BCACV%3B%3BAAlGR%2CGAAC%2CMAsGG%2CGAAG%2CGAAE%3BCACD%3B%3BAAvGR%2CGAAC%2CMA0GG%2CGAAE%2CYAAa%2CGAAE%3B%3B%3B%3BCAIb%3B%3BAAIJ%2CGAlHH%2CMAkHI%3BCACG%22%7D */ /* Include style: /../../../template_engine/components/html/component_upload/upload */ div.or-dropzone-upload { width: 100%; diff --git a/modules/cms/ui/themes/default/style/openrat.min.css b/modules/cms/ui/themes/default/style/openrat.min.css @@ -1,6 +1,6 @@ .or-breadcrumb{margin-left: 0;margin-right: 0.5em}.or-breadcrumb > *{vertical-align: middle;display: inline;margin-right: 0.3em}@media only screen and (min-width: 100rem){.or-breadcrumb-parent{display: none}}.or-breadcrumb-path{display: none}@media only screen and (min-width: 100rem){.or-breadcrumb-path{display: inline}}.or-breadcrumb-text{font-weight: bold;width: 12em;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: inline-block}@media only screen and (max-width: 55rem){.or-breadcrumb-text{width: 5.5em}} .or-button{z-index: 4}.or-button-knob{margin: 0.5em}.or-button--is-active .or-button-value,.or-button--active-on-hover:hover .or-button-value{display: initial}.or-button-value{display: none;position: absolute;right: 1em} -.or-collapsible .or-collapsible-act-switch{cursor: pointer}.or-collapsible .or-collapsible-value{max-height: 0;overflow: hidden;opacity: 0}.or-collapsible .or-collapsible-title{padding-bottom: 0.1em}.or-collapsible .or-collapsible--on-closed{display: inline}.or-collapsible .or-collapsible--on-open{display: none}.or-collapsible--is-open .or-collapsible--on-closed{display: none}.or-collapsible--is-open .or-collapsible--on-open{display: inline}.or-collapsible--is-open .or-collapsible-value{max-height: initial;overflow: auto}.or-collapsible--is-visible .or-collapsible-value{opacity: 1} +.or-collapsible .or-collapsible-act-switch{cursor: pointer}.or-collapsible .or-collapsible-value{max-height: 0;overflow: hidden;opacity: 0}.or-collapsible .or-collapsible-title{padding-bottom: 0.1em}.or-collapsible .or-collapsible--on-closed{display: inline}.or-collapsible .or-collapsible--on-open{display: none}.or-collapsible--is-open .or-collapsible--on-closed{display: none}.or-collapsible--is-open .or-collapsible--on-open{display: inline}.or-collapsible--is-open .or-collapsible-value{max-height: initial}.or-collapsible--is-visible .or-collapsible-value{opacity: 1} .or-dialog{position: absolute;z-index: 2;top: 0;left: 0;width: 0;opacity: 0;visibility: hidden;overflow: hidden;display: flex;height: 100%;flex-direction: row}.or-dialog--is-open{visibility: visible;overflow-y: auto;opacity: 1;width: 100%}.or-dialog--is-open .or-dialog-filler{width: 15%}@media only screen and (max-width: 55rem){.or-dialog--is-open .or-dialog-filler{width: 0}}.or-dialog-filler{height: 100%;width: 100%;opacity: 0.6;filter: blur(10em)}.or-dialog-filler-icon{opacity: 1;font-size: 3em;position: absolute;right: 20px;top: 20px}.or-dialog-content{flex: 1;overflow: auto;height: 100%;z-index: 3}.or-dialog-content .or-view{height: 100%} .or-diff-line{text-align: right}.or-diff-text--old{background-color: #f88989;color: black}.or-diff-text--new{background-color: #7bad7b;color: black}.or-diff-text--notequal{background-color: #cbcb16;color: black} .or-dropdown{display: none;overflow: hidden;z-index: 4;min-width: 17em;position: absolute;padding: .5em 0;font-style: normal;font-weight: normal;text-decoration: none}.or-dropdown--is-open{display: block}.or-dropdown--on-right{right: 1em}@media only screen and (max-width: 55rem){.or-dropdown-key{display: none}}.or-dropdown-entry{padding: 0}.or-dropdown-entry > .or-link{display: flex;align-items: center;padding: 0 .5em}.or-dropdown-entry > .or-link *{margin: 0.25em}.or-dropdown-entry > .or-link .or-dropdown-text{flex: 1}.or-dropdown-entry--inactive{opacity: 0.5} > .or-dropdown-text{display: block;margin: 1em}.or-dropdown-divide{height: 1px;width: 100%;margin-top: 0.5em;margin-bottom: 0.5em} @@ -21,7 +21,7 @@ html,body{width: 100%;height: 100%}@media only screen and (min-width: 56rem){bod .or-view{padding: 0.5em}.or-view-header{font-size: 1.2em}.or-view-central{position: absolute;top: 30%;margin-left: 40%;margin-right: 40%;font-size: 3em} .or-workbench{width: 100%;height: 100%;display: flex;flex-direction: row;visibility: hidden}.or-workbench--visible-on-dialog-open{z-index: 3}.or-workbench-screen{display: flex;flex-direction: column;position: relative}.or-workbench-screen > *{overflow-y: auto;overflow-x: hidden}.or-workbench-main{flex: 1;min-width: 0}.or-workbench-title{height: 3.0rem;max-height: 3.0rem;min-height: 3.0rem;overflow: hidden;padding: 0.5em;font-size: 1.2em}.or-workbench-title .toolbar-icon .arrow-down{display: inline}@media only screen and (max-width: 55rem){.or-workbench-title .toolbar-icon span.label,.or-workbench-title .toolbar-icon .arrow-down{display: none}}.or-workbench-content{flex: 1}.or-workbench--visible-on-small{display: none}.or-workbench--visible-on-wide{display: block}.or-workbench--navigation-is-small .or-workbench--visible-on-wide{display: none}.or-workbench--navigation-is-small .or-workbench--visible-on-small{display: block}.or-workbench-navigation{display: flex;flex-direction: row;width: 30em}.or-workbench-navigation-content{flex: 1}@media only screen and (max-width: 55rem){.or-workbench-navigation-content{flex: none}}.or-workbench-navigation-filler{flex: 0;opacity: 0.6}.or-workbench-navigation-container{width: 100%;position: relative;padding: 0.7em;overflow-x: hidden}.or-workbench-navigation--is-small{width: 0}.or-workbench-navigation--is-small .or-workbench-navigation-container{width: 0;overflow-y: hidden}.or-workbench-navigation--is-small .or-workbench-navigation-container .or-navtree{opacity: 0.2}.or-workbench-navigation--is-small .or-navtree{opacity: 0}@media only screen and (max-width: 55rem){.or-workbench-navigation{width: 0}.or-workbench-navigation--is-open{position: fixed;width: 100%;z-index: 1;opacity: 1;height: 100%}.or-workbench-navigation--is-open .or-workbench-navigation-content{width: 90%}.or-workbench-navigation--is-open .or-workbench-navigation-filler{flex: 1}}@media only screen and (min-width: 75rem){.or-workbench-navigation{overflow-y: auto}}.or-workbench-navigation .or-view{height: 100%}.or--visible-on-mobile{display: none}@media only screen and (max-width: 55rem){.or--visible-on-mobile{display: inline}}@media only screen and (max-width: 55rem){.or--visible-on-desktop{display: none}}.or-toggle-nav-small{display: inline}@media only screen and (max-width: 55rem){.or-toggle-nav-small{display: none}}.or-toggle-nav-open-close{display: none}@media only screen and (max-width: 55rem){.or-toggle-nav-open-close{display: inline}}.or-loader{position: absolute;top: 30%;left: 0;right: 0;margin-left: auto;margin-right: auto;border-width: 0.5em;border-style: solid;border-radius: 50%;visibility: hidden;z-index: 6}.or-loader--is-active{visibility: visible;width: 5em;height: 5em;animation: spin 2s linear infinite}@keyframes spin{0%{transform: rotate(0deg)}100%{transform: rotate(360deg)}}@media screen and (prefers-reduced-motion: reduce){.or-loader--is-active{display: none}}@media only screen and (max-width: 55rem){html{font-size: 1.1em}} .editor__text-editor{width: 100%;height: 300px}textarea.editor__code-editor{display: none}div.editor__code-editor{position: absolute;height: 500px;width: 100%;font-size: 14px;z-index: 256}textarea.editor__text-editor,textarea.editor__wiki-editor,textarea.editor__html-editor{width: 100%}a.editorlink:active,a.editorlink:hover{font-weight: normal;text-decoration: none}a.editorlink:link,a.editorlink:visited{font-weight: normal;text-decoration: none} -.or-group{margin: 2em 0}.or-group-title{font-size: 1.1em;font-weight: normal;border-bottom: 1px solid} +.or-group{margin: 1em 0 4em}.or-group-title{margin: .5em 0;font-size: 1.1em;font-weight: normal;border-bottom: 1px solid} -.or-table{overflow: auto;border: 2px;width: 100%;table-layout: fixed}.or-table-column-date{width: 12em}.or-table-column-user{width: 7em}.or-table-column-action{width: 5em}.or-table-column-auto{width: auto;max-width: 0}@media screen and (max-width: 40em){.or-table-area{overflow-x: auto}}.or-table-filter{width: 100%;text-align: right}.or-table-filter-input{border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;padding: 0.5em;margin: 1em;border: 1px solid #000;width: 7.5em}.or-table tr.or-headline > td,.or-table tr{padding: 0.3em}.or-table tr.or-headline > td .or-row--on-hover,.or-table tr .or-row--on-hover{visibility: hidden}@media only screen and (max-width: 55rem){.or-table tr.or-headline > td .or-row--on-hover,.or-table tr .or-row--on-hover{visibility: visible}}.or-table tr.or-headline > td:hover .or-row--on-hover,.or-table tr:hover .or-row--on-hover{visibility: visible}.or-table tr > th{padding: 3px;font-weight: bold}.or-table tr > th.or-sort-asc > span:last-child:after{content: " \2193"}.or-table tr > th.or-sort-desc > span:last-child:after{content: " \2191"}.or-table tr.or-data > td{padding: 3px}.or-table tr > td{white-space: nowrap;text-overflow: ellipsis;overflow: hidden}.or-table td.or-readonly{font-style: italic;font-weight: normal}.or-table td.or-default{font-style: normal;font-weight: normal}.or-table td.or-changed{font-style: normal;font-weight: bold}.or-table td:hover > div.or-onrowvisible{visibility: visible}.or-table tr td.or-help{font-style: italic}.or-table tr.or-headline td.or-help{font-style: normal}.or-table-sort-value{display: none} +.or-table{overflow: auto;border: 2px;width: 100%;table-layout: fixed}.or-table-column-date{width: 12em}.or-table-column-user{width: 7em}.or-table-column-action{width: 5em}.or-table-column-auto{width: auto;max-width: 0}@media screen and (max-width: 40em){.or-table-area{overflow-x: auto}}.or-table-filter{width: 100%;text-align: right}.or-table-filter-input{border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;padding: 0.3em;margin: 0 1em;border: 1px solid #000;width: 7.5em}.or-table tr.or-headline > td,.or-table tr{padding: 0.3em}.or-table tr.or-headline > td .or-row--on-hover,.or-table tr .or-row--on-hover{visibility: hidden}@media only screen and (max-width: 55rem){.or-table tr.or-headline > td .or-row--on-hover,.or-table tr .or-row--on-hover{visibility: visible}}.or-table tr.or-headline > td:hover .or-row--on-hover,.or-table tr:hover .or-row--on-hover{visibility: visible}.or-table tr > th{padding: 3px;font-weight: bold}.or-table tr > th.or-sort-asc > span:last-child:after{content: " \2193"}.or-table tr > th.or-sort-desc > span:last-child:after{content: " \2191"}.or-table tr.or-data > td{padding: 3px}.or-table tr > td{white-space: nowrap;text-overflow: ellipsis;overflow: hidden}.or-table td.or-readonly{font-style: italic;font-weight: normal}.or-table td.or-default{font-style: normal;font-weight: normal}.or-table td.or-changed{font-style: normal;font-weight: bold}.or-table td:hover > div.or-onrowvisible{visibility: visible}.or-table tr td.or-help{font-style: italic}.or-table tr.or-headline td.or-help{font-style: normal}.or-table-sort-value{display: none} div.or-dropzone-upload{width: 100%;height: 100px;border: 1px dotted} diff --git a/modules/template_engine/components/html/component_group/group.less b/modules/template_engine/components/html/component_group/group.less @@ -1,10 +1,11 @@ .or { &-group { - margin:2em 0; + margin:1em 0 4em; } &-group-title { + margin: 0.5em 0; font-size: 1.1em; font-weight: normal; border-bottom:1px solid; diff --git a/modules/template_engine/components/html/component_table/table.less b/modules/template_engine/components/html/component_table/table.less @@ -49,8 +49,8 @@ &-input { .border-radius(3px); - padding: 0.5em; - margin: 1em; + padding: 0.3em; + margin: 0 1em; border: 1px solid @color-overridden-by-theme; width:7.5em; }