diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-11-19 15:54:27 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-12-03 10:54:18 +0100 |
commit | d673dd066a36a699380c2a3e1c10a0b7e90701f9 (patch) | |
tree | be7c9dd08696927d089f21153b854642d0c38021 /apps | |
parent | c44f534c2b88b39dc90219699328510eca29e076 (diff) | |
download | nextcloud-server-d673dd066a36a699380c2a3e1c10a0b7e90701f9.tar.gz nextcloud-server-d673dd066a36a699380c2a3e1c10a0b7e90701f9.zip |
fix details for buttons in header and controls bar
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/css/public.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 801c27506f1..039a9af6cb6 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -22,13 +22,17 @@ body { #public_upload, #download { font-weight:700; - margin: 0 0.4em 0 0; + margin: 0 0 0 .4em; padding: 0 5px; height: 32px; float: left; } +#openAsPhotoAlbum { + font-weight: normal; +} + .header-right #details { margin-right: 28px; } |