-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
17 changed files
with
799 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
.messagelist tr td.authres_status { | ||
width: 17px; | ||
padding: 0 0 0 3px; | ||
} | ||
|
||
.messagelist tr td.authres_status span { | ||
display: inline-block; | ||
vertical-align: middle; | ||
width: 14px; | ||
background: url(badge.png) center no-repeat; | ||
} | ||
|
||
.authres-status-img { | ||
vertical-align: top; | ||
height: 14px; | ||
width: 14px; | ||
} | ||
|
||
.widescreen .authres-status-img { | ||
position: relative; | ||
top: -1px; | ||
height: 12px; | ||
width: 12px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.listing.iconized tr.authres_status>td.section:before { | ||
content: "\f3ed" | ||
} | ||
|
||
.webkit .messagelist tr > .authres_status | ||
{ | ||
width: 20px; | ||
} | ||
|
||
.messagelist tr > .authres_status { | ||
width: 20px; | ||
padding: 2px 3px; | ||
text-align: center; | ||
} | ||
|
||
.messagelist tr > .authres_status span { | ||
display: inline-block; | ||
vertical-align: middle; | ||
background: url(badge.png) center no-repeat; | ||
} | ||
|
||
#sections-table tbody #rcmrowauthres_status td.section { | ||
background-image: url(badge.png); | ||
background-repeat: no-repeat; | ||
background-position: 10px 5px; | ||
} | ||
|
||
.authres-status-img { | ||
} | ||
|
||
.widescreen .authres-status-img { | ||
position: relative; | ||
top: -1px; | ||
height: 12px; | ||
width: 12px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
|
||
.webkit .messagelist tr > .authres_status | ||
{ | ||
width: 20px; | ||
} | ||
|
||
.messagelist tr > .authres_status { | ||
width: 20px; | ||
padding: 2px 3px; | ||
text-align: center; | ||
} | ||
|
||
.messagelist tr > .authres_status span { | ||
display: inline-block; | ||
vertical-align: middle; | ||
background: url(badge.png) center no-repeat; | ||
} | ||
|
||
#sections-table tbody #rcmrowauthres_status td.section { | ||
background-image: url(badge.png); | ||
background-position: 10px 5px; | ||
} | ||
|
||
.authres-status-img { | ||
vertical-align: top; | ||
height: 14px; | ||
width: 14px; | ||
} | ||
|
||
.widescreen .authres-status-img { | ||
position: relative; | ||
top: -1px; | ||
height: 12px; | ||
width: 12px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* Roundcube libcalendaring plugin styles for skin "Larry" | ||
* Roundcube libcalendaring plugin styles for skin "Autumn-Larry" | ||
* | ||
* Copyright (c) 2012-2014, Kolab Systems AG <[email protected]> | ||
* | ||
|
@@ -118,8 +118,9 @@ label.noreply-toggle + a.reply-comment-toggle { | |
min-width: 5em; | ||
} | ||
|
||
#edit-recurrence-yearly-bymonthblock { | ||
margin-left: 7.5em; | ||
.recurrence-form .event-section label + div, | ||
.recurrence-form .form-section label + div { | ||
display: inline-block; | ||
} | ||
|
||
#edit-recurrence-rdates { | ||
|
@@ -131,6 +132,10 @@ label.noreply-toggle + a.reply-comment-toggle { | |
overflow: auto; | ||
} | ||
|
||
#edit-recurrence-rdates:empty { | ||
margin: 0; | ||
} | ||
|
||
#edit-recurrence-rdates li { | ||
display: block; | ||
position: relative; | ||
|
@@ -140,20 +145,12 @@ label.noreply-toggle + a.reply-comment-toggle { | |
|
||
#edit-recurrence-rdates li a.delete { | ||
position: absolute; | ||
top: 2px; | ||
top: 5px; | ||
right: 0; | ||
width: 20px; | ||
height: 18px; | ||
width: 8px; | ||
height: 16px; | ||
background-position: -7px -337px; | ||
} | ||
|
||
#recurrence-form-until div.line { | ||
margin-left: 7.5em; | ||
margin-bottom: 0.3em; | ||
} | ||
|
||
#recurrence-form-until div.line.first { | ||
margin-top: -1.4em; | ||
border: 0; | ||
} | ||
|
||
.itip-dialog-form input.text { | ||
|
@@ -164,3 +161,61 @@ label.noreply-toggle + a.reply-comment-toggle { | |
margin-left: 0; | ||
margin-right: 10px; | ||
} | ||
|
||
.edit-attendees-table td.options a.button { | ||
border: 0; | ||
} | ||
|
||
.ui-widget-content a.button { | ||
color: #52525; | ||
} | ||
|
||
#event-status-badge { | ||
width: 100px; | ||
height: 100px; | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
overflow: hidden; | ||
} | ||
|
||
#event-status-badge span { | ||
display: none; | ||
text-transform: uppercase; | ||
width: 150px; | ||
height: 20px; | ||
line-height: 20px; | ||
position: absolute; | ||
left: -20px; | ||
top: 35px; | ||
padding-left: 10px; | ||
text-align: center; | ||
font-weight: bold; | ||
font-size: 12px; | ||
color: #fff; | ||
box-shadow: 1px 1px 2px #ccc, -1px -1px 2px #ccc; | ||
-webkit-transform: rotate(45deg); | ||
-moz-transform: rotate(45deg); | ||
-ms-transform: rotate(45deg); | ||
-o-transform: rotate(45deg); | ||
transform: rotate(45deg); | ||
} | ||
|
||
.status-cancelled #event-status-badge span { | ||
background: url(images/badge.png) 26px -24px no-repeat #cc0000; | ||
display: block; | ||
} | ||
|
||
.sensitivity-private #event-status-badge span { | ||
background: url(images/badge.png) 40px -52px no-repeat #0066ff; | ||
display: block; | ||
} | ||
|
||
.sensitivity-confidential #event-status-badge span { | ||
background: url(images/badge.png) 20px 2px no-repeat #cc0000; | ||
display: block; | ||
} | ||
|
||
#edit-attendees-comment { | ||
margin-top: .5em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* Roundcube libcalendaring plugin styles for skin "Larry" | ||
* Roundcube libcalendaring plugin styles for skin "Black-Larry" | ||
* | ||
* Copyright (c) 2012-2014, Kolab Systems AG <[email protected]> | ||
* | ||
|
@@ -118,8 +118,9 @@ label.noreply-toggle + a.reply-comment-toggle { | |
min-width: 5em; | ||
} | ||
|
||
#edit-recurrence-yearly-bymonthblock { | ||
margin-left: 7.5em; | ||
.recurrence-form .event-section label + div, | ||
.recurrence-form .form-section label + div { | ||
display: inline-block; | ||
} | ||
|
||
#edit-recurrence-rdates { | ||
|
@@ -131,6 +132,10 @@ label.noreply-toggle + a.reply-comment-toggle { | |
overflow: auto; | ||
} | ||
|
||
#edit-recurrence-rdates:empty { | ||
margin: 0; | ||
} | ||
|
||
#edit-recurrence-rdates li { | ||
display: block; | ||
position: relative; | ||
|
@@ -140,20 +145,12 @@ label.noreply-toggle + a.reply-comment-toggle { | |
|
||
#edit-recurrence-rdates li a.delete { | ||
position: absolute; | ||
top: 2px; | ||
top: 5px; | ||
right: 0; | ||
width: 20px; | ||
height: 18px; | ||
width: 8px; | ||
height: 16px; | ||
background-position: -7px -337px; | ||
} | ||
|
||
#recurrence-form-until div.line { | ||
margin-left: 7.5em; | ||
margin-bottom: 0.3em; | ||
} | ||
|
||
#recurrence-form-until div.line.first { | ||
margin-top: -1.4em; | ||
border: 0; | ||
} | ||
|
||
.itip-dialog-form input.text { | ||
|
@@ -164,3 +161,61 @@ label.noreply-toggle + a.reply-comment-toggle { | |
margin-left: 0; | ||
margin-right: 10px; | ||
} | ||
|
||
.edit-attendees-table td.options a.button { | ||
border: 0; | ||
} | ||
|
||
.ui-widget-content a.button { | ||
color: #52525; | ||
} | ||
|
||
#event-status-badge { | ||
width: 100px; | ||
height: 100px; | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
overflow: hidden; | ||
} | ||
|
||
#event-status-badge span { | ||
display: none; | ||
text-transform: uppercase; | ||
width: 150px; | ||
height: 20px; | ||
line-height: 20px; | ||
position: absolute; | ||
left: -20px; | ||
top: 35px; | ||
padding-left: 10px; | ||
text-align: center; | ||
font-weight: bold; | ||
font-size: 12px; | ||
color: #fff; | ||
box-shadow: 1px 1px 2px #ccc, -1px -1px 2px #ccc; | ||
-webkit-transform: rotate(45deg); | ||
-moz-transform: rotate(45deg); | ||
-ms-transform: rotate(45deg); | ||
-o-transform: rotate(45deg); | ||
transform: rotate(45deg); | ||
} | ||
|
||
.status-cancelled #event-status-badge span { | ||
background: url(images/badge.png) 26px -24px no-repeat #cc0000; | ||
display: block; | ||
} | ||
|
||
.sensitivity-private #event-status-badge span { | ||
background: url(images/badge.png) 40px -52px no-repeat #0066ff; | ||
display: block; | ||
} | ||
|
||
.sensitivity-confidential #event-status-badge span { | ||
background: url(images/badge.png) 20px 2px no-repeat #cc0000; | ||
display: block; | ||
} | ||
|
||
#edit-attendees-comment { | ||
margin-top: .5em; | ||
} |
Oops, something went wrong.