소스 검색

Tweak to repositories panel in responsive mode

tags/v1.0.0
James Moger 12 년 전
부모
커밋
ab3aab4684
2개의 변경된 파일16개의 추가작업 그리고 8개의 파일을 삭제
  1. 7
    1
      resources/gitblit.css
  2. 9
    7
      src/com/gitblit/wicket/panels/RepositoriesPanel.html

+ 7
- 1
resources/gitblit.css 파일 보기

@@ -700,13 +700,18 @@ table.repositories th {
border:0;
}
table.repositories th.right {
border-right: 1px solid #ddd;
}
table.repositories td {
padding: 2px;
border-left: 0;
}
table.repositories td.rightAlign {
text-align: right;
text-align: right;
border-right: 1px solid #ddd;
}
table.repositories td.icon img {
@@ -826,6 +831,7 @@ td.author {
td.date {
/*font-style: italic !important;*/
white-space: nowrap;
}
span.sha1, span.sha1 a, span.sha1 a span, pre.commit_message {

+ 9
- 7
src/com/gitblit/wicket/panels/RepositoriesPanel.html 파일 보기

@@ -47,7 +47,7 @@
<th class="hidden-phone"></th>
<th wicket:id="orderByDate"><wicket:message key="gb.lastChange">Last Change</wicket:message></th>
<th class="hidden-phone"></th>
<th class="hidden-phone right"></th>
<th class="right"></th>
</tr>
</wicket:fragment>
@@ -62,7 +62,7 @@
<th class="hidden-phone"></th>
<th><wicket:message key="gb.lastChange">Last Change</wicket:message></th>
<th class="hidden-phone"></th>
<th class="hidden-phone right"></th>
<th class="right"></th>
</tr>
</wicket:fragment>
@@ -77,11 +77,13 @@
<td class="hidden-phone" style="text-align: right;padding-right:10px;"><img class="inlineIcon" wicket:id="ticketsIcon" /><img class="inlineIcon" wicket:id="docsIcon" /><img class="inlineIcon" wicket:id="frozenIcon" /><img class="inlineIcon" wicket:id="federatedIcon" /><img class="inlineIcon" wicket:id="accessRestrictionIcon" /></td>
<td><span wicket:id="repositoryLastChange">[last change]</span></td>
<td class="hidden-phone" style="text-align: right;padding-right:15px;"><span style="font-size:0.8em;" wicket:id="repositorySize">[repository size]</span></td>
<td class="hidden-phone rightAlign">
<span wicket:id="repositoryLinks"></span>
<a style="text-decoration: none;" wicket:id="syndication">
<img style="border:0px;vertical-align:middle;" src="feed_16x16.png"></img>
</a>
<td class="rightAlign">
<span class="hidden-phone">
<span wicket:id="repositoryLinks"></span>
<a style="text-decoration: none;" wicket:id="syndication">
<img style="border:0px;vertical-align:middle;" src="feed_16x16.png"></img>
</a>
</span>
</td>
</wicket:fragment>

Loading…
취소
저장