diff --git a/src/page-circle-profile.pug b/src/page-circle-profile.pug index 89b3356f1d197ddb35bc0c6909d5b7aaef4843cc..e249311fb4295f4a89f24dd4daec089ceae9f534 100644 --- a/src/page-circle-profile.pug +++ b/src/page-circle-profile.pug @@ -5,17 +5,20 @@ sib-router(default-route='circle-profile') #circle-profile(hidden) include templates/hd-circle-team.pug .content-box__info - sib-ac-checker.circle-edit-button(permission='acl:Write', bind-resources) - sib-link.button.text-bold.text-uppercase.reversed.button-blue.bordered.with-icon.icon-pencil(next='circle-edit', bind-resources) Edit and add Members - sib-display.block( - bind-resources - fields='creationDateSet(title, creationDate)' + .space-between + div + sib-display.testblock( + bind-resources + fields='creationDateSet(title, creationDate)' - value-title='Creation date:' - - widget-creationDate='sib-display-date' - ) + value-title='Creation date:' + + widget-creationDate='sib-display-date' + ) + div + sib-ac-checker.testblock.circle-edit-button(permission='acl:Write', bind-resources) + sib-link.button.text-bold.text-uppercase.reversed.button-blue.bordered.with-icon.icon-pencil(next='circle-edit', bind-resources) Edit and add Members h2(name="label-team") Members: diff --git a/src/styles/base/main.scss b/src/styles/base/main.scss index 6373db7dbb944fe6345af6323070f55de0ebda6e..31dbb2000d31691925d2a0af0a847b0ef729b6b5 100644 --- a/src/styles/base/main.scss +++ b/src/styles/base/main.scss @@ -195,6 +195,11 @@ h5 { } } +.space-between { + display: flex; + justify-content: space-between; +} + .section { border-bottom: 1px solid $color-221-51-90; padding: 4.5rem;