saved search icon work and bugfixes for #tags not beeing deletable and save button showing if saved search is disabled

This commit is contained in:
marijus
2013-12-10 00:32:49 +01:00
parent 75ebf06131
commit 76d8501d67
3 changed files with 16 additions and 3 deletions

View File

@@ -1232,13 +1232,26 @@ a.mail-list-link {
.groupsideedit {
margin-right: 10px;
}
#saved-search-ul {
list-style-type: none;
}
.saved-search-li i {
opacity: 0;
}
.saved-search-li:hover i {
opacity: 1;
}
/*
.savedsearchdrop, .savedsearchterm {
float: left;
margin-top: 10px;
}
*/
.savedsearchterm {
margin-left: 10px;
}
@@ -2985,4 +2998,4 @@ img.mail-list-sender-photo {
.comment-edit-text-full {
color: black;
}
.suggest-widget-more { margin-top: 10px; }
.suggest-widget-more { margin-top: 10px; }