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:
authorLuc Calaresu <dev@calaresu.com>2017-05-30 12:48:42 +0300
committerLuc Calaresu <dev@calaresu.com>2017-05-30 12:48:42 +0300
commit5629a89a3ad6dca67517768bc51c6d220f350d45 (patch)
treef1650ad27ee423c277a76e5c37c10aa10250ecca /css
parente94caea16f50f07e97ba6e0d9fef874d10eba8e4 (diff)
Fix CSS to avoid collision with nextcloud server 'date' class.
Using the '.date' collided with the nextcloud css and made it impossible to close the OC.dialogs.filepicker. Changed the css selection from '.date' to '.mail-message-summary .date' to select only the needed date.
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/mail.css b/css/mail.css
index dee5eb2d2..43016daef 100755
--- a/css/mail.css
+++ b/css/mail.css
@@ -326,7 +326,7 @@
.mail-message-summary-from,
.mail-message-summary-subject,
-.date {
+.mail-message-summary .date {
display: inline-block;
padding: 12px;
white-space: nowrap;
@@ -347,7 +347,7 @@
margin-left: 37px;
}
-.date {
+.mail-message-summary .date {
position: absolute;
right: 0;
top: 0;