1
0
Fork 0

Merge remote-tracking branch 'friendica/master'

This commit is contained in:
Fabio Comuni 2012-01-06 09:11:48 +01:00
commit f9b0af6f2f
12 changed files with 146 additions and 17 deletions

View file

@ -306,7 +306,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;
@ -1842,6 +1842,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;
}