diff options
author | James Moger <james.moger@gitblit.com> | 2012-07-11 17:10:03 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-07-11 17:10:03 -0400 |
commit | ab3aab468400a927a943e178be50058345192fb1 (patch) | |
tree | 9742e04beed50323b4ce2a66879a61f158f63557 /src/com | |
parent | 3868ed986fc557007f9ff34d529575341de89311 (diff) | |
download | gitblit-ab3aab468400a927a943e178be50058345192fb1.tar.gz gitblit-ab3aab468400a927a943e178be50058345192fb1.zip |
Tweak to repositories panel in responsive mode
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/gitblit/wicket/panels/RepositoriesPanel.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/com/gitblit/wicket/panels/RepositoriesPanel.html b/src/com/gitblit/wicket/panels/RepositoriesPanel.html index 7e1f1879..5b53d772 100644 --- a/src/com/gitblit/wicket/panels/RepositoriesPanel.html +++ b/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>
|