mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 07:25:50 +01:00
Fix top margin of titles
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<div class="edit-title pull-right" style="display: none;">
|
<div class="edit-title pull-right" style="display: none;">
|
||||||
<a class="btn btn-success" href="#" id="update">Save</a> <a class="btn btn-default" href="#" id="cancel">Cancel</a>
|
<a class="btn btn-success" href="#" id="update">Save</a> <a class="btn btn-default" href="#" id="cancel">Cancel</a>
|
||||||
</div>
|
</div>
|
||||||
<h1>
|
<h1 class="body-title">
|
||||||
<span class="show-title">
|
<span class="show-title">
|
||||||
<span id="show-title">@issue.title</span>
|
<span id="show-title">@issue.title</span>
|
||||||
<span class="muted">#@issue.issueId</span>
|
<span class="muted">#@issue.issueId</span>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
@import gitbucket.core.view.helpers._
|
@import gitbucket.core.view.helpers._
|
||||||
@html.main(s"${repository.owner}/${repository.name}", Some(repository)) {
|
@html.main(s"${repository.owner}/${repository.name}", Some(repository)) {
|
||||||
@html.menu("fork", repository){
|
@html.menu("fork", repository){
|
||||||
<h1>
|
<h1 class="body-title">
|
||||||
Forked repositories
|
Forked repositories
|
||||||
@if(loginAccount.isEmpty){
|
@if(loginAccount.isEmpty){
|
||||||
<a href="@path/signin?redirect=@urlEncode(s"${path}/${repository.owner}/${repository.name}")" class="btn btn-success">Fork</a>
|
<a href="@path/signin?redirect=@urlEncode(s"${path}/${repository.owner}/${repository.name}")" class="btn btn-success">Fork</a>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
<a class="btn btn-success" href="@url(repository)/wiki/_new">New Page</a>
|
<a class="btn btn-success" href="@url(repository)/wiki/_new">New Page</a>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
<h1 class="wiki-title">@pageName</h1>
|
<h1 class="body-title">@pageName</h1>
|
||||||
<div>
|
<div>
|
||||||
<span class="muted"><strong>@page.committer</strong> edited this page @helper.html.datetimeago(page.time)</span>
|
<span class="muted"><strong>@page.committer</strong> edited this page @helper.html.datetimeago(page.time)</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1093,7 +1093,7 @@ div.pullreq-info {
|
|||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
/* Wiki */
|
/* Wiki */
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
h1.wiki-title {
|
h1.body-title {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user