summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-09-19 01:02:57 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-09-19 01:02:57 -0400
commit1e1e8ae3b52378105aa0523466dccb1dafd9c650 (patch)
tree2e621e407bd09c2c2790e68a5a79946a6d887fac /core/css
parent39e587b52c92c8b71bb3eed4824c2cfc10b37306 (diff)
downloadnextcloud-server-1e1e8ae3b52378105aa0523466dccb1dafd9c650.tar.gz
nextcloud-server-1e1e8ae3b52378105aa0523466dccb1dafd9c650.zip
Don't show the expiration option until a share occurs, bug fix for oc-1724
Diffstat (limited to 'core/css')
-rw-r--r--core/css/share.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/share.css b/core/css/share.css
index cccc3585a47..872509220d7 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -17,4 +17,4 @@ a.unshare { float:right; display:inline; padding:.3em 0 0 .3em !important; opaci
a.unshare:hover { opacity:1; }
#link { border-top:1px solid #ddd; padding-top:0.5em; }
#dropdown input[type="text"], #dropdown input[type="password"] { width:90%; }
-#linkText, #linkPass { display:none; }
+#linkText, #linkPass, #expiration { display:none; }