Skip to content
Snippets Groups Projects
Unverified Commit 5629a89a authored by Luc Calaresu's avatar Luc Calaresu
Browse files

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.
parent e94caea1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment