Refactor widgets
- Move widget templates to subfolder - Add new generic filter widget templates to replace category, network and filer filters - Update styles
This commit is contained in:
parent
6cc376020e
commit
71ae8d07a6
37 changed files with 260 additions and 308 deletions
|
@ -962,10 +962,9 @@ li.widget-list {
|
|||
top: 1px;
|
||||
}
|
||||
|
||||
.group-selected,
|
||||
.nets-selected,
|
||||
.fileas-selected,
|
||||
.categories-selected {
|
||||
|
||||
.widget .selected,
|
||||
.group-selected {
|
||||
padding-bottom: 0px;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
|
@ -1006,13 +1005,13 @@ ul .sidebar-group-li .icon {
|
|||
width: 12px;
|
||||
}
|
||||
|
||||
.nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul {
|
||||
.nets-ul, .fileas-ul, .category-ul, .datebrowse-ul {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.nets-ul li,
|
||||
.fileas-ul li,
|
||||
.categories-ul li,
|
||||
.category-ul li,
|
||||
.datebrowse-link {
|
||||
}
|
||||
|
||||
|
@ -1029,12 +1028,12 @@ ul .sidebar-group-li .icon {
|
|||
}
|
||||
|
||||
.fileas-link,
|
||||
.categories-link {
|
||||
.category-link {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.fileas-all,
|
||||
.categories-all {
|
||||
.category-all {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
|
@ -4627,7 +4626,7 @@ hr.line-dots {
|
|||
|
||||
#birthday-notice {}
|
||||
#nav-notifications-template {}
|
||||
#categories-sidebar {}
|
||||
#category-sidebar {}
|
||||
#nets-desc {}
|
||||
#status-tab {}
|
||||
#page-footer {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue