diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-06-17 11:24:39 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-06-17 11:24:39 +0200 |
commit | 17685adb87167838aa6a851a5e6267988d4a54d5 (patch) | |
tree | 6168b2563223cd94ca788a959dee5ee32094f176 /apps/files_sharing/css | |
parent | b188550c2218d9feb28c93355accaa9b16bb3000 (diff) | |
download | nextcloud-server-17685adb87167838aa6a851a5e6267988d4a54d5.tar.gz nextcloud-server-17685adb87167838aa6a851a5e6267988d4a54d5.zip |
fixing layout issue - mostly alignment
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 52b8481140d..82b8b6d307e 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -101,3 +101,23 @@ thead { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); } + +/* within #save */ +#remote_address { + margin: 0; + height: 14px; + line-height: 16px; + padding: 6px; +} + +#save button { + margin: 0 5px; + height: 28px; + padding-bottom: 4px; +} + +#save .save-form [type="submit"] { + margin: 0 5px; + height: 28px; + padding-bottom: 4px; +} |