diff options
author | friendica <info@friendica.com> | 2014-04-16 20:28:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-16 20:28:23 -0700 |
commit | 9be4cd4dcdd7975404b7e0a9b71071517d37ec90 (patch) | |
tree | 744a924e4765b711e442649c5f6ca4d866694d5e /view/css | |
parent | acc70b9deb36e7114d4738f6b29f4f780a45a1be (diff) | |
parent | d26a433a5e7d2c1f71af0eed116f834ad4825101 (diff) | |
download | volse-hubzilla-9be4cd4dcdd7975404b7e0a9b71071517d37ec90.tar.gz volse-hubzilla-9be4cd4dcdd7975404b7e0a9b71071517d37ec90.tar.bz2 volse-hubzilla-9be4cd4dcdd7975404b7e0a9b71071517d37ec90.zip |
Lots of positional changes on sidebar menus - reduce indented margins
Merge branch 'master' into ruler
Conflicts:
view/css/widgets.css
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_connections.css | 5 | ||||
-rw-r--r-- | view/css/widgets.css | 23 |
2 files changed, 28 insertions, 0 deletions
diff --git a/view/css/mod_connections.css b/view/css/mod_connections.css index 6fd666845..097027179 100644 --- a/view/css/mod_connections.css +++ b/view/css/mod_connections.css @@ -1,4 +1,9 @@ +.search-input { + padding: 4px 12px; + margin: 3px; +} + .field_abook_help { color: #000; } diff --git a/view/css/widgets.css b/view/css/widgets.css index c6ad647f7..d100ae3ec 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -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; +}
\ No newline at end of file |