From 9e74787c8a4109177010578612c0746ac69a7f90 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 13 Jun 2014 17:41:45 +0200 Subject: Migrate table layout to p layout for share settings ref #8906 --- settings/css/settings.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'settings/css/settings.css') diff --git a/settings/css/settings.css b/settings/css/settings.css index bec8534aa48..906712a56ba 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -166,9 +166,14 @@ span.securitywarning, span.connectionwarning { color:#C33; font-weight:bold; } -table.shareAPI td { padding-bottom: 0.8em; } -table.shareAPI input#shareapiExpireAfterNDays {width: 25px;} -table.shareAPI .indent { padding-left: 2em; } +#shareAPI p { padding-bottom: 0.8em; } +#shareAPI input#shareapiExpireAfterNDays {width: 25px;} +#shareAPI .indent { + padding-left: 28px; +} +#shareAPI .double-indent { + padding-left: 56px; +} #mail_settings p label:first-child { display: inline-block; -- cgit v1.2.3