also add group widget to widgets.css
This commit is contained in:
parent
169266b454
commit
ebc788a69a
@ -45,6 +45,10 @@
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.savedsearchterm {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.savedsearchdrop {
|
.savedsearchdrop {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
@ -84,3 +88,27 @@
|
|||||||
.categories-all {
|
.categories-all {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* group */
|
||||||
|
|
||||||
|
#group-sidebar {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebar-group-list .icon, #sidebar-group-list .iconspacer {
|
||||||
|
display: inline-block;
|
||||||
|
height: 12px;
|
||||||
|
width: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebar-group-list li {
|
||||||
|
margin-top: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.groupsideedit {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.group-edit-icon {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
@ -327,11 +327,7 @@ footer {
|
|||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#group-sidebar {
|
/*TODO: we should use .selected class for all this, nets-selected probably obsolete */
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*TODO: we should use .active class for all this, nets-selected probably obsolete */
|
|
||||||
.group-selected, /* .nets-selected, */ .fileas-selected, .categories-selected, .search-selected, .active {
|
.group-selected, /* .nets-selected, */ .fileas-selected, .categories-selected, .search-selected, .active {
|
||||||
color: #444444 !important;
|
color: #444444 !important;
|
||||||
}
|
}
|
||||||
@ -738,20 +734,6 @@ footer {
|
|||||||
|
|
||||||
#netsearch-box { margin-bottom: 5px; }
|
#netsearch-box { margin-bottom: 5px; }
|
||||||
|
|
||||||
#sidebar-group-list ul {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidebar-group-list .icon, #sidebar-group-list .iconspacer {
|
|
||||||
display: inline-block;
|
|
||||||
height: 12px;
|
|
||||||
width: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidebar-group-list li {
|
|
||||||
margin-top: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* might be obsolete
|
/* might be obsolete
|
||||||
.nets-ul {
|
.nets-ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
@ -772,14 +754,6 @@ footer {
|
|||||||
#search-save {
|
#search-save {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
.groupsideedit {
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.savedsearchterm {
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#side-follow-wrapper {
|
#side-follow-wrapper {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
@ -2199,10 +2173,6 @@ text-decoration: none;
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group-edit-icon {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.admin-icons {
|
.admin-icons {
|
||||||
color: $toolicon_colour;
|
color: $toolicon_colour;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
@ -2510,3 +2480,7 @@ img.mail-list-sender-photo {
|
|||||||
.categories-ul {
|
.categories-ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar-group-list ul {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user