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

@ -630,7 +630,7 @@ h3#search:before {
top:1px;
}
.group-selected {
.group-selected, .nets-selected {
padding-bottom: 0px;
padding-left: 2px;
padding-right: 2px;
@ -668,6 +668,23 @@ ul .sidebar-group-li .icon{
width: 12px;
}
.nets-ul {
list-style-type: none;
}
.nets-ul li {
margin-top: 10px;
}
.nets-link {
margin-left: 24px;
}
.nets-all {
margin-left: 42px;
}
.widget h3{
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0edf0), color-stop(1, #e2e2e2) );
background:-moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );