Skip to content

Commit

Permalink
CSS Changes
Browse files Browse the repository at this point in the history
CSS Changes
  • Loading branch information
texxasrulez committed Jun 13, 2020
1 parent 0661207 commit 72c9365
Show file tree
Hide file tree
Showing 17 changed files with 799 additions and 153 deletions.
25 changes: 25 additions & 0 deletions plugins/authres_status/skins/classic/authres_status.css
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;
}
Binary file added plugins/authres_status/skins/classic/badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions plugins/authres_status/skins/elastic/authres_status.css
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;
}
35 changes: 35 additions & 0 deletions plugins/authres_status/skins/larry/authres_status.css
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;
}
Binary file added plugins/authres_status/skins/larry/badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 70 additions & 15 deletions plugins/libcalendaring/skins/autumn-larry/libcal.css
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]>
*
Expand Down Expand Up @@ -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 {
Expand All @@ -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;
Expand All @@ -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 {
Expand All @@ -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;
}
85 changes: 70 additions & 15 deletions plugins/libcalendaring/skins/black-larry/libcal.css
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]>
*
Expand Down Expand Up @@ -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 {
Expand All @@ -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;
Expand All @@ -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 {
Expand All @@ -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;
}
Loading

0 comments on commit 72c9365

Please sign in to comment.