mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 15:35:59 +01:00
(refs #865)Fix styles for repository viewer
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
@repository.repository.description.map { description =>
|
@repository.repository.description.map { description =>
|
||||||
<p class="description">@description</p>
|
<p class="description">@description</p>
|
||||||
}
|
}
|
||||||
<div style="border: 1px solid #eee; padding: 4px; margin-bottom: 10px;">
|
<div style="margin-bottom: 10px;" class="box-content">
|
||||||
<table class="fill-width">
|
<table class="fill-width">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 33%; text-align: center;">
|
<td style="width: 33%; text-align: center;">
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<table class="table table-file-list">
|
<table class="table table-file-list">
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="4" style="font-weight: normal;">
|
<th colspan="4" style="font-weight: normal; border: none;">
|
||||||
<a href="@url(repository)/commit/@latestCommit.id" class="commit-message">@link(latestCommit.summary, repository)</a>
|
<a href="@url(repository)/commit/@latestCommit.id" class="commit-message">@link(latestCommit.summary, repository)</a>
|
||||||
@if(latestCommit.description.isDefined){
|
@if(latestCommit.description.isDefined){
|
||||||
<a href="javascript:void(0)" onclick="$('#description-@latestCommit.id').toggle();" class="omit">...</a>
|
<a href="javascript:void(0)" onclick="$('#description-@latestCommit.id').toggle();" class="omit">...</a>
|
||||||
|
|||||||
@@ -632,6 +632,8 @@ table.blobview {
|
|||||||
table.table-file-list {
|
table.table-file-list {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
border-radius: 3px;
|
||||||
|
border-collapse: separate;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.table-file-list th, table.table-file-list td {
|
table.table-file-list th, table.table-file-list td {
|
||||||
|
|||||||
Reference in New Issue
Block a user