fix bug on field alignment + buttons in admin ok

This commit is contained in:
Gaëlle Morin 2019-11-06 21:28:25 +01:00
parent d4b4a176cd
commit 6ba3ef525d
4 changed files with 10 additions and 12 deletions

View File

@ -16,6 +16,7 @@
data-src="${value['@id']}" data-src="${value['@id']}"
) )
sib-delete( sib-delete(
class='button text-bold text-uppercase reversed button-dark bordered with-icon icon-close'
data-src="${value['@id']}" data-src="${value['@id']}"
data-label='Leave' data-label='Leave'
) )
@ -34,9 +35,6 @@
set-user-id-select="user" set-user-id-select="user"
) )
sib-widget(name='team-template-edit') sib-widget(name='team-template-edit')
template template
sib-display( sib-display(
@ -50,17 +48,16 @@
) )
div.content-box__info div.content-box__info
div.admin-header div.admin-header
div.admin-header__title Circles div.admin-header__title Circles
sib-link(class='circle-add-button button yellow-button', next='admin-circle-create') Create a new circle sib-link(
class='button text-bold text-uppercase reversed button-yellow bordered with-icon icon-plus'
next='admin-circle-create'
) Create a new circle
div.table-header div.table-header
div.cell Name div.cell Name

View File

@ -16,7 +16,7 @@ sib-router(default-route='circle-profile')
widget-creationDate='sib-display-date' widget-creationDate='sib-display-date'
) )
sib-ac-checker.testblock.circle-edit-button(permission='acl:Write', bind-resources) 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 sib-link(class='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: h2(name="label-team") Members:

View File

@ -38,7 +38,7 @@
flex-direction: column; flex-direction: column;
} }
/*sib-set-default { sib-set-default {
clear: both; clear: both;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -48,7 +48,7 @@
float: left; float: left;
width: 50%; width: 50%;
} }
}*/ }
label { label {
display: flex; display: flex;

View File

@ -363,7 +363,8 @@ a,
} }
&:hover { &:hover {
background-color: #FFCE51; background-color: white;
color: #FFCE51;
&.bordered { &.bordered {
border: 1px solid hsl(43, 100%, 50%); border: 1px solid hsl(43, 100%, 50%);