Skip to content
Snippets Groups Projects
Commit 292eb32b authored by Alberto Siles's avatar Alberto Siles
Browse files

Issue #3474507: Improve look and feel of node edit forms

parent b1dac7a3
No related branches found
No related tags found
No related merge requests found
Pipeline #283798 failed
......@@ -45,6 +45,9 @@
display: none;
}
.vertical-tabs__pane label {
font-weight: bold;
}
/* Layout of each tab. */
......
......@@ -39,6 +39,9 @@
.vertical-tabs__pane {
margin: 0;
border: 0;
label {
font-weight: bold;
}
}
.vertical-tabs__pane>summary {
......
......@@ -16,10 +16,10 @@
*/
#}
<div class="content clearfix row">
<div class="col-md-6 layout-region layout-region-node-main">
<div class="col-xl-8 layout-region layout-region-node-main">
{{ form|without('advanced', 'actions') }}
</div>
<div class="col-md-6 layout-region-node-secondary">
<div class="col-xl-4 layout-region-node-secondary">
{{ form.advanced }}
</div>
<div class="col layout-region-node-footer">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment