mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Make the history teaser message look like a modal.
This commit is contained in:
parent
04f8b3adfa
commit
5a82cebcff
2 changed files with 45 additions and 32 deletions
|
@ -44,6 +44,10 @@ div#history(ng-show="ui.view == 'history'")
|
|||
sixpack-when="focused"
|
||||
ng-show="project.owner._id == user.id"
|
||||
)
|
||||
header.message-header
|
||||
h3 History
|
||||
|
||||
.message-body
|
||||
h4.teaser-title See who changed what. Go back to previous versions.
|
||||
img.teaser-img(
|
||||
src="/img/teasers/history/teaser-history.png"
|
||||
|
@ -68,7 +72,6 @@ div#history(ng-show="ui.view == 'history'")
|
|||
li
|
||||
i.fa.fa-check
|
||||
| Restore deleted files
|
||||
|
||||
p.text-center(ng-controller="FreeTrialModalController")
|
||||
a.btn.btn-success(
|
||||
href
|
||||
|
|
|
@ -26,7 +26,17 @@
|
|||
border-radius: 8px;
|
||||
}
|
||||
.message-wider {
|
||||
width: 600px;
|
||||
width: 650px;
|
||||
margin-top: 60px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.message-header {
|
||||
.modal-header;
|
||||
}
|
||||
|
||||
.message-body {
|
||||
.modal-body;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue