plugins/kolab_delegation

Thomas Brüderli bruederli at kolabsys.com
Wed Jul 31 19:53:16 CEST 2013


 plugins/kolab_delegation/skins/kolab/read.png                |binary
 plugins/kolab_delegation/skins/kolab/style.css               |  107 +++++++++++
 plugins/kolab_delegation/skins/kolab/templates/editform.html |    1 
 plugins/kolab_delegation/skins/kolab/templates/settings.html |    1 
 plugins/kolab_delegation/skins/kolab/write.png               |binary
 5 files changed, 109 insertions(+)

New commits:
commit e700755238c6b825e09adc47d4e8d74420edf2ff
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Wed Jul 31 19:53:06 2013 +0200

    Add kolab community skin for delegation plugin (#2059)

diff --git a/plugins/kolab_delegation/skins/kolab/read.png b/plugins/kolab_delegation/skins/kolab/read.png
new file mode 100644
index 0000000..55e77aa
Binary files /dev/null and b/plugins/kolab_delegation/skins/kolab/read.png differ
diff --git a/plugins/kolab_delegation/skins/kolab/style.css b/plugins/kolab_delegation/skins/kolab/style.css
new file mode 100644
index 0000000..46ce2c5
--- /dev/null
+++ b/plugins/kolab_delegation/skins/kolab/style.css
@@ -0,0 +1,107 @@
+/* Stylesheets for the Kolab Delegation configuration UI */
+
+#sectionslist {
+	width: 220px;
+}
+
+#prefs-box {
+	position: absolute;
+	top: 0;
+	left: 232px;
+	right: 0;
+	bottom: 0;
+}
+
+#delegation-frame {
+	border-radius: 3px;
+}
+
+#delegates-table {
+	width: 100%;
+	table-layout: fixed;
+}
+
+div.foldersblock {
+	float: left;
+	margin: 0 3em 2em 0;
+	padding: 0;
+}
+
+div.foldersblock h3 {
+	font-size: 14px;
+	color: #333;
+	margin: 0 0 0.6em 0;
+	padding: 2px 4px 2px 30px;
+}
+
+div.foldersblock h3.contact {
+	background-position: 4px -18px;
+}
+
+div.foldersblock h3.event {
+	background-position: 4px -38px;
+}
+
+div.foldersblock h3.task {
+	background-position: 4px -58x;
+}
+
+div.foldersblock h3.note {
+	background-position: 4px -78px;
+}
+
+#delegatefolders thead td {
+	color: #69939e;
+	font-weight: bold;
+	padding: 2px;
+    padding-top: 4px;
+	min-width: 2em;
+	background: #d6eaf3;
+	border-bottom: 2px solid #fff;
+	text-align: center;
+}
+
+#delegatefolders thead td.foldername {
+  text-align: left;
+}
+
+#delegatefolders thead td img {
+	cursor: pointer;
+}
+
+#delegatefolders tbody td {
+	background: #eee;
+	padding: 2px;
+	border-bottom: 2px solid #fff;
+}
+
+#delegatefolders td label {
+	display: block;
+}
+
+#delegatefolders td.mailbox {
+	padding-right: 3em;
+	padding-left: 2px;
+	min-width: 12em;
+}
+
+#delegatefolders td.virtual {
+	color: #999;
+}
+
+#delegatefolders {
+	overflow: auto;
+	margin-top: 0.5em;
+}
+
+#delegate-delete-dialog {
+	display: none;
+}
+
+#delegate-delete-dialog p {
+	font-weight: bold;
+}
+
+#delegate-delete-dialog input {
+	vertical-align: middle;
+}
diff --git a/plugins/kolab_delegation/skins/kolab/templates/editform.html b/plugins/kolab_delegation/skins/kolab/templates/editform.html
new file mode 120000
index 0000000..f1f8b13
--- /dev/null
+++ b/plugins/kolab_delegation/skins/kolab/templates/editform.html
@@ -0,0 +1 @@
+../../larry/templates/editform.html
\ No newline at end of file
diff --git a/plugins/kolab_delegation/skins/kolab/templates/settings.html b/plugins/kolab_delegation/skins/kolab/templates/settings.html
new file mode 120000
index 0000000..08404c1
--- /dev/null
+++ b/plugins/kolab_delegation/skins/kolab/templates/settings.html
@@ -0,0 +1 @@
+../../larry/templates/settings.html
\ No newline at end of file
diff --git a/plugins/kolab_delegation/skins/kolab/write.png b/plugins/kolab_delegation/skins/kolab/write.png
new file mode 100644
index 0000000..4a7a5a3
Binary files /dev/null and b/plugins/kolab_delegation/skins/kolab/write.png differ




More information about the commits mailing list