diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-04-23 12:50:24 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-04-24 13:34:31 +0200 |
commit | 6650be99136bbeecc39a28cbe9c22de0c5cf08ac (patch) | |
tree | 169e3a0eb7ce95878ddc89387cfd948a53586040 /settings/css | |
parent | 8127e984bdd56d53279d720d2cf0b5504633c375 (diff) | |
download | nextcloud-server-6650be99136bbeecc39a28cbe9c22de0c5cf08ac.tar.gz nextcloud-server-6650be99136bbeecc39a28cbe9c22de0c5cf08ac.zip |
add setting to set default expire date
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index a7680aad948..5d8f9a7541c 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -132,6 +132,7 @@ 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;} #mail_settings p label:first-child { display: inline-block; |