create sync job items pages

This commit is contained in:
Luke Pulverenti 2014-12-31 01:24:49 -05:00
parent 955e6cda51
commit 25a2d421dc
10 changed files with 442 additions and 23 deletions

View file

@ -1260,7 +1260,7 @@ a.itemTag:hover {
.listItem a:first-child {
margin-right: 0 !important;
background-color: transparent !important;
border-color: #282828 !important;
border-color: #d8d8d8 !important;
}
.listItem a + a {
@ -1269,9 +1269,17 @@ a.itemTag:hover {
}
.listItem:hover a {
background-color: #eee !important;
}
.page[data-theme='b'] .listItem:hover a {
background-color: #333 !important;
}
.page[data-theme='b'] .listItem a:first-child {
border-color: #282828 !important;
}
@media all and (max-width: 600px) {
.itemsListview .ui-li-aside {