summaryrefslogtreecommitdiffstats
path: root/settings/css/settings.css
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-05-09 14:58:33 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-05-13 11:28:25 +0200
commitec045b251c5e42ce3762f3aefc0936581fd21030 (patch)
tree9705041ccab1c3ac01c122ca05d28d9efb79cdc2 /settings/css/settings.css
parent9919ec48df83b2f9d5b5b71318ead553d0e7567a (diff)
downloadnextcloud-server-ec045b251c5e42ce3762f3aefc0936581fd21030.tar.gz
nextcloud-server-ec045b251c5e42ce3762f3aefc0936581fd21030.zip
hide input field if default expire date isn't activated
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r--settings/css/settings.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 5d8f9a7541c..2056e567b38 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -132,7 +132,8 @@ table.grid td.date{
span.securitywarning {color:#C33; font-weight:bold; }
span.connectionwarning {color:#933; font-weight:bold; }
table.shareAPI td { padding-bottom: 0.8em; }
-table.shareAPI input#shareapi_expire_after_n_days {width: 25px;}
+table.shareAPI input#shareapiExpireAfterNDays {width: 25px;}
+table.shareAPI .indent { padding-left: 2em; }
#mail_settings p label:first-child {
display: inline-block;