Stop public status looking like a table header

This commit is contained in:
James Allen 2014-07-01 15:15:54 +01:00
parent 9839f3fc62
commit 0b0f7eab0b
2 changed files with 4 additions and 2 deletions

View file

@ -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()"

View file

@ -16,6 +16,7 @@
color: @gray;
padding-top: 0;
font-size: 12px;
padding-bottom: @line-height-computed;
}
.project-member {