fix #1397 - rename role

stable
Juanfran 2014-10-22 08:54:38 +02:00 committed by Xavier Julián
parent a3d1c4bc65
commit f2eeb11a60
2 changed files with 10 additions and 1 deletions

View File

@ -7,6 +7,7 @@ form
span.subtitle #125 Crear el perfil de usuario senior en el admin span.subtitle #125 Crear el perfil de usuario senior en el admin
span.replacement What value do you want to use as replacement? span.replacement What value do you want to use as replacement?
select.choices select.choices
p if the role is deleted all role estimates will be deleted
div.options div.options
a.button.button-green(href="", title="Accept") a.button.button-green(href="", title="Accept")
span Accept span Accept

View File

@ -5,8 +5,16 @@
} }
.edit-role { .edit-role {
@include table-flex(stretch, left, center, row, wrap); @include table-flex(stretch, left, center, row, wrap);
<<<<<<< HEAD
margin-bottom: 1rem; margin-bottom: 1rem;
input { input {
=======
background-color: $whitish;
margin-bottom: 1rem;
padding: .5rem;
input {
background-color: $white;
>>>>>>> fix #1397 - rename role
width: auto; width: auto;
} }
.icon-floppy { .icon-floppy {
@ -18,7 +26,7 @@
@extend %title; @extend %title;
background-color: $whitish; background-color: $whitish;
color: $grayer; color: $grayer;
padding: .5rem 1rem; padding: 1rem;
span { span {
@extend %medium; @extend %medium;
@extend %text; @extend %text;