removed show more from latestreviewerspanel and some style corrections on peer button icons.
This commit is contained in:
parent
a4df7447d5
commit
a3649b56ed
src/main
java/se/su/dsv/scipro/peer/panels
webapp/css/blueprint/plugins/buttons
@ -15,9 +15,7 @@
|
||||
</table>
|
||||
<i><span wicket:id="noReviewersFoundMessage"></span></i>
|
||||
</div>
|
||||
<div>
|
||||
<a href="#" wicket:id="showMore">Show more...</a>
|
||||
</div>
|
||||
|
||||
</wicket:panel>
|
||||
</body>
|
||||
</html>
|
@ -87,7 +87,7 @@ public class LatestReviewPanel extends Panel {
|
||||
|
||||
add(listView);
|
||||
|
||||
add(new AjaxLink<Void>("showMore") {
|
||||
/*add(new AjaxLink<Void>("showMore") {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@Override
|
||||
@ -103,7 +103,7 @@ public class LatestReviewPanel extends Panel {
|
||||
return listView.size() < totalCount;
|
||||
}
|
||||
|
||||
});
|
||||
});*/
|
||||
}
|
||||
|
||||
public LatestReviewPanel(String id) {
|
||||
|
@ -55,11 +55,10 @@
|
||||
<div>
|
||||
|
||||
<a wicket:id="reviewLink" href="#" class="button">Review this request
|
||||
<img src="css/blueprint/plugins/buttons/icons/tick.png" alt=""/>
|
||||
|
||||
</a>
|
||||
|
||||
<span wicket:id="notReviewableMsg" class="disabled-button">
|
||||
<img src="css/blueprint/plugins/buttons/icons/cross.png" alt=""/>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
@ -53,8 +53,8 @@ button img, a.disabled-button, a.button img{
|
||||
span.disabled-button {
|
||||
cursor: default;
|
||||
font-style: italic;
|
||||
padding-right: 30px;
|
||||
background: url(icons/cross.png) no-repeat 95%;
|
||||
padding-right: 10px;
|
||||
background: 95%;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user