mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 22:50:46 +02:00
Stop public status looking like a table header
This commit is contained in:
@@ -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()"
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
color: @gray;
|
||||
padding-top: 0;
|
||||
font-size: 12px;
|
||||
padding-bottom: @line-height-computed;
|
||||
}
|
||||
|
||||
.project-member {
|
||||
|
||||
Reference in New Issue
Block a user