mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Stop public status looking like a table header
This commit is contained in:
parent
9839f3fc62
commit
0b0f7eab0b
2 changed files with 4 additions and 2 deletions
|
@ -9,8 +9,9 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
|
||||||
.modal-body.modal-body-share
|
.modal-body.modal-body-share
|
||||||
.container-fluid
|
.container-fluid
|
||||||
.row.public-access-level(ng-show="project.publicAccesLevel == 'private'")
|
.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-12.text-center
|
||||||
.col-md-3.text-right
|
| This project is private and can only be accessed by the people below.
|
||||||
|
|
|
||||||
a(
|
a(
|
||||||
href
|
href
|
||||||
ng-click="openMakePublicModal()"
|
ng-click="openMakePublicModal()"
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
color: @gray;
|
color: @gray;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
padding-bottom: @line-height-computed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-member {
|
.project-member {
|
||||||
|
|
Loading…
Reference in a new issue