From d53c5e454a43d4b7e3cfb64f4b7d969c3819ca1c Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 1 Mar 2012 16:18:31 +0000 Subject: feature 2584: redesign on add photos screens [Administration > Photos > Add] tabs become: {Web Form, Applications, FTP + Synchronization} admin screen for pLoader is replaced by a more generic screen for applications thanks to multisize, FTP+sync method becomes simpler git-svn-id: http://piwigo.org/svn/trunk@13451 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/theme.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'admin/themes/default/theme.css') diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 53f220fb6..c669d8e21 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1078,4 +1078,7 @@ FORM#categoryOrdering .categoryLi:hover p.albumActions {visibility:visible;} .showCreateAlbum {text-align:left; margin:0 1em 1em 1em;line-height:22px;} #autoOrder p, #createAlbum p {text-align:left; margin:0 0 1em 0;} -#autoOrder p.actionButtons, #createAlbum p.actionButtons {margin-bottom:0;} \ No newline at end of file +#autoOrder p.actionButtons, #createAlbum p.actionButtons {margin-bottom:0;} + +#ftpPage p {text-align:left;margin:1em;} +#ftpPage fieldset p {margin:0;} \ No newline at end of file -- cgit v1.2.3