Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorVinicius Cubas Brand <viniciuscb@gmail.com>2017-09-30 00:30:29 +0300
committerVinicius Cubas Brand <viniciuscb@gmail.com>2017-09-30 00:30:29 +0300
commite04b7e0837926efba145f075ffbcd6275dae6354 (patch)
tree93cbdccb434ccf5314ba2cc9a3572879b37dc0ac /css
parent736bf4ed92887ebd7af4197103f744baa7ce3c16 (diff)
Creation of panel to see circles' shared files
This commit inserts a panel in files visualization to allow filtering files that were shared to one or more circles. Depends on some other modifications in nextcloud core, that will be referenced in the PR. Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/circles.filelist.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/css/circles.filelist.css b/css/circles.filelist.css
new file mode 100644
index 00000000..468482ca
--- /dev/null
+++ b/css/circles.filelist.css
@@ -0,0 +1,39 @@
+/*
+ * Copyright (c) 2017
+ *
+ * This file is licensed under the Affero General Public License version 3
+ * or later.
+ *
+ * See the COPYING-README file.
+ *
+ */
+#app-content-circlesfilter .select2-container {
+ width: 30%;
+ margin-left: 10px;
+}
+
+#app-content-circlesfilter .select2-choices {
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ background: #fff;
+ color: #555;
+ box-sizing: content-box;
+ border-radius: 3px;
+ border: 1px solid #ddd;
+ padding: 0;
+ min-height: auto;
+}
+
+.nav-icon-circlesfilter {
+ background-image: url('../img/black_circle.svg');
+}
+
+#app-sidebar .mainFileInfoView .tag-label {
+ cursor: pointer;
+ padding: 13px;
+}
+
+#app-sidebar .mainFileInfoView .icon-tag {
+ opacity: .5;
+ vertical-align: middle;
+}