diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-06-13 17:41:45 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-06-17 14:33:14 +0200 |
commit | 9e74787c8a4109177010578612c0746ac69a7f90 (patch) | |
tree | eec72cced73f7e940579075962110b39ee838165 /settings/css/settings.css | |
parent | ce179dcdcb171aef4f7e84025706237b54f0340f (diff) | |
download | nextcloud-server-9e74787c8a4109177010578612c0746ac69a7f90.tar.gz nextcloud-server-9e74787c8a4109177010578612c0746ac69a7f90.zip |
Migrate table layout to p layout for share settings
ref #8906
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r-- | settings/css/settings.css | 11 |
1 files changed, 8 insertions, 3 deletions
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; |