summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-07-26 21:56:22 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-07-26 21:56:22 -0400
commitcb21406e18cf492b5e0356ba04d341acb20cafd6 (patch)
tree39e071c1fd5476d6520c0c457ec209d4bd9d65e5 /apps/files_sharing
parent586fe8f9407581c1d6f4dc8790dcf611d96569cc (diff)
downloadnextcloud-server-cb21406e18cf492b5e0356ba04d341acb20cafd6.tar.gz
nextcloud-server-cb21406e18cf492b5e0356ba04d341acb20cafd6.zip
Implement CRUDS in share dropdown, and some clean-up
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/css/sharing.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/files_sharing/css/sharing.css b/apps/files_sharing/css/sharing.css
index a2fa870c437..f1d6faa6b0d 100644
--- a/apps/files_sharing/css/sharing.css
+++ b/apps/files_sharing/css/sharing.css
@@ -7,9 +7,11 @@
-moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em; border-bottom-left-radius:1em;
-moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em; border-bottom-right-radius:1em; }
#shareWithList { padding:0.5em; list-style-type: none; }
-#privateLink { border-top:1px solid #ddd; padding-top:0.5em; }
+#shareWithList li { padding-top:0.1em; }
+#dropdown label { font-weight:normal; }
+#dropdown input[type="checkbox"] { margin:0 0.2em 0 0.5em; }
+a.showCruds { display:inline; opacity:.5; }
+a.showCruds:hover { opacity:1; }
a.unshare { float:right; display:inline; padding:.3em 0 0 .3em !important; opacity:.5; }
a.unshare:hover { opacity:1; }
-#share_with { width: 16em; }
-#privateLink label, .edit { font-weight:normal; }
-#share_with_chzn { display: block; }
+#privateLink { border-top:1px solid #ddd; padding-top:0.5em; } \ No newline at end of file