1
0
Fork 0

network select widget

This commit is contained in:
friendica 2012-01-05 20:40:48 -08:00
commit c3ada095f4
6 changed files with 96 additions and 3 deletions

View file

@ -300,7 +300,7 @@ div.wall-item-content-wrapper.shiny {
margin-bottom: 10px;
}
.group-selected {
.group-selected, .nets-selected {
padding: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
@ -1836,6 +1836,21 @@ a.mail-list-link {
margin-top: 10px;
}
.nets-ul {
list-style-type: none;
}
.nets-ul li {
margin-top: 10px;
}
.nets-link {
margin-left: 24px;
}
.nets-all {
margin-left: 42px;
}
#search-save {
margin-left: 5px;
}