Lots of positional changes on sidebar menus - reduce indented margins

Merge branch 'master' into ruler

Conflicts:
	view/css/widgets.css
This commit is contained in:
friendica
2014-04-16 20:28:23 -07:00
10 changed files with 351 additions and 59 deletions

View File

@@ -55,6 +55,23 @@
overflow: hidden;
}
/* peoplefind */
#peoplefind-sidebar .btn {
margin: 10px 0 10px 0;
}
#side-peoplefind-url {
margin-top: 5px;
}
#side-peoplefind-url {
font-size: 1em;
}
/* fileas */
/* posted date */
@@ -121,3 +138,9 @@ li:hover .group-edit-icon {
margin-top: 10px;
margin-bottom: 45px;
}
/* photo albums */
#photo-albums-upload-link {
margin-top: 10px;
}