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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-06-12 15:58:12 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-06-12 15:58:12 +0300
commitfd768144d746cf2159fdd1111a303a8641b1388a (patch)
tree82b5400a1e852f32455d28e600e9dccf75e8c0df /css
parent5cd0ecd20cfa0d674fbf48835638a6c911ebdbe2 (diff)
parent4b1339acf7b54f1df333fb8d5ee59eeb30cbe9ae (diff)
Merge branch 'master' of github.com:/nextcloud/mail into enhanced-setup-interaction
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.css42
1 files changed, 11 insertions, 31 deletions
diff --git a/css/mail.css b/css/mail.css
index 8302c9903..4523ba665 100755
--- a/css/mail.css
+++ b/css/mail.css
@@ -225,6 +225,13 @@
left: 15px;
top: -12px;
}
+/* color dot position fix for Safari */
+@media not all and (min-resolution:.001dpcm) { @media
+{
+.mail-account-color {
+ top: 2px;
+}
+}}
.mail-message-account-color {
position: absolute;
@@ -269,6 +276,7 @@
height: 100%;
overflow-x: hidden;
overflow-y: auto;
+ border-right: 1px solid #ebebeb;
}
#mail-message-list-loading {
position: fixed;
@@ -318,7 +326,7 @@
.mail-message-summary-from,
.mail-message-summary-subject,
-.date {
+.mail-message-summary .date {
display: inline-block;
padding: 12px;
white-space: nowrap;
@@ -339,7 +347,7 @@
margin-left: 37px;
}
-.date {
+.mail-message-summary .date {
position: absolute;
right: 0;
top: 0;
@@ -517,7 +525,7 @@ input.submit-message,
right: 0;
top: 0;
bottom: 0;
- z-index: 100;
+ z-index: 102;
}
#reply-msg {
float: left;
@@ -845,31 +853,3 @@ input.submit-message,
.icon-trash {
background-image: url('../img/trash.svg');
}
-
-/* ownCloud 7 compatibility */
-
-.hidden-visually {
- position: absolute;
- left:-10000px;
- top: auto;
- width: 1px;
- height: 1px;
- overflow: hidden;
-}
-
-#emptycontent h2,
-.emptycontent h2 {
- font-size: 20px;
- margin-bottom: 10px;
-}
-#emptycontent [class^="icon-"],
-.emptycontent [class^="icon-"],
-#emptycontent [class*=" icon-"],
-.emptycontent [class*=" icon-"] {
- background-size: 64px;
- height: 64px;
- width: 64px;
- margin: 0 auto 15px;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
- opacity: .4;
-}