diff --git a/services/web/app/views/project/editor/share.jade b/services/web/app/views/project/editor/share.jade index 775df52aa4..b85b5df026 100644 --- a/services/web/app/views/project/editor/share.jade +++ b/services/web/app/views/project/editor/share.jade @@ -9,8 +9,9 @@ script(type='text/ng-template', id='shareProjectModalTemplate') .modal-body.modal-body-share .container-fluid .row.public-access-level(ng-show="project.publicAccesLevel == 'private'") - .col-md-9 This project is private and can only be accessed by the people below. - .col-md-3.text-right + .col-md-12.text-center + | This project is private and can only be accessed by the people below. + |    a( href ng-click="openMakePublicModal()" diff --git a/services/web/public/stylesheets/app/editor/share.less b/services/web/public/stylesheets/app/editor/share.less index 21230a9145..77ed2e0df6 100644 --- a/services/web/public/stylesheets/app/editor/share.less +++ b/services/web/public/stylesheets/app/editor/share.less @@ -16,6 +16,7 @@ color: @gray; padding-top: 0; font-size: 12px; + padding-bottom: @line-height-computed; } .project-member {