Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F256593
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/plugins/kolab_delegation/skins/larry/style.css b/plugins/kolab_delegation/skins/larry/style.css
index 67dc18d0..a576c867 100644
--- a/plugins/kolab_delegation/skins/larry/style.css
+++ b/plugins/kolab_delegation/skins/larry/style.css
@@ -1,122 +1,124 @@
/* Stylesheets for the Kolab Delegation configuration UI */
#settings-sections .listitem.delegation a {
- background: url(delegation.png) 6px 1px no-repeat;
+ background-image: url(delegation.png);
+ background-position: 6px 1px;
+ background-repeat: no-repeat;
}
#settings-sections .listitem.delegation.selected a {
background-position: 6px -23px;
}
#prefs-box {
position: absolute;
top: 0;
left: 272px;
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;
background: url(foldertypes.png) 4px 2px no-repeat;
}
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 th {
color: #69939e;
font-weight: bold;
padding: 2px;
padding-top: 4px;
min-width: 2em;
background-color: #d6eaf3;
border-bottom: 2px solid #fff;
text-align: center;
}
#delegatefolders thead th.foldername {
text-align: left;
}
#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;
}
.foldersblock th.read {
background: url(read.png) center no-repeat;
width: 18px;
height: 20px;
cursor: pointer;
}
.foldersblock th.write {
background: url(write.png) center no-repeat;
width: 18px;
height: 20px;
cursor: pointer;
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Jun 8, 7:37 AM (3 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
196677
Default Alt Text
(2 KB)
Attached To
Mode
R14 roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline
Log In to Comment