UI: basci issue list without filters

- fix isRead check
- fix paging
This commit is contained in:
Unknwon 2015-07-24 16:42:47 +08:00
parent 4447a20f87
commit 86dbda0b42
16 changed files with 95 additions and 164 deletions

File diff suppressed because one or more lines are too long

View file

@ -35,7 +35,7 @@ function initInstall() {
$(document).ready(function () {
// Semantic UI modules.
$('.dropdown').dropdown();
$('.link.dropdown').dropdown({
$('.jump.dropdown').dropdown({
action: 'hide'
});
$('.slide.up.dropdown').dropdown({

View file

@ -52,8 +52,9 @@
.issue.list {
list-style: none;
font-size: 13px;
padding-top: 60px;
padding-top: 45px;
.item {
padding-top: 15px;
padding-bottom: 10px;
border-bottom: 1px dashed #AAA;
.title {
@ -74,5 +75,8 @@
color: #999;
}
}
.page.buttons {
padding-top: 15px;
}
}
}