X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fusers%2Fproject-role%2FProjectRoleComponent.scss;h=09ff91866ae7f73b626df73740055d117e3a3b51;hb=c84f1123f8ba69f9e2211b2d816bb415e595efaa;hp=c80a77604ca910bb247e573f795a8b02afb0955c;hpb=c0b4cf727682959b61d6b37ee607fc7c36406d6f;p=osm%2FNG-UI.git diff --git a/src/app/users/project-role/ProjectRoleComponent.scss b/src/app/users/project-role/ProjectRoleComponent.scss index c80a776..09ff918 100644 --- a/src/app/users/project-role/ProjectRoleComponent.scss +++ b/src/app/users/project-role/ProjectRoleComponent.scss @@ -33,5 +33,17 @@ } .col-sm-1{ - bottom: 10px; -} \ No newline at end of file + position: relative; + bottom: 10px; +} +.modal-body .row{ + margin-bottom: 0px; +} +.delete{ + position: absolute; + bottom: 8px; + left: 3px; + border: 0; + font-size: 1.3125rem; + background-color: transparent; +}