From c7ef6d8f3bfab7eec20f0b21a8d63779faf2f79a Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Fri, 21 Oct 2016 11:12:25 +0800 Subject: [PATCH] MDL-54781 core_theme: removed unused message styles --- theme/boost/scss/moodle/message.scss | 39 -------------------- theme/bootstrapbase/less/moodle/message.less | 39 -------------------- theme/bootstrapbase/style/moodle.css | 38 ------------------- 3 files changed, 116 deletions(-) diff --git a/theme/boost/scss/moodle/message.scss b/theme/boost/scss/moodle/message.scss index f92503e70d1..8bfb1df89a1 100644 --- a/theme/boost/scss/moodle/message.scss +++ b/theme/boost/scss/moodle/message.scss @@ -650,21 +650,6 @@ } } -#newmessageoverlay { - @extend .card; - margin: 0 1em; - position: fixed; - bottom: 0; - right: 0; -} -#newmessageoverlay #usermessage { - padding: 10px; -} -/* Widen the plain text editor on the bulk message screen */ -#page-user-action_redir #edit-messagebody { - width: auto; -} - .preferences-container { .container-fluid { padding: 0; @@ -999,30 +984,6 @@ } } -.dir-rtl { - .messaging-area-container { - .messaging-area { - .contacts-area { - .contacts { - .contact { - .picture { - float: right; - } - - .information { - float: right; - } - - .unread-count-container { - float: right; - } - } - } - } - } - } -} - @media (max-width: 979px) { .messaging-area-container { .messaging-area { diff --git a/theme/bootstrapbase/less/moodle/message.less b/theme/bootstrapbase/less/moodle/message.less index dcd99a3dd04..b749d1197c5 100644 --- a/theme/bootstrapbase/less/moodle/message.less +++ b/theme/bootstrapbase/less/moodle/message.less @@ -636,21 +636,6 @@ } } -#newmessageoverlay { - .well; - margin: 0 1em; - position: fixed; - bottom: 0; - right: 0; -} -#newmessageoverlay #usermessage { - padding: 10px; -} -/* Widen the plain text editor on the bulk message screen */ -#page-user-action_redir #edit-messagebody { - width: auto; -} - .preferences-container { .container-fluid { padding: 0; @@ -985,30 +970,6 @@ } } -.dir-rtl { - .messaging-area-container { - .messaging-area { - .contacts-area { - .contacts { - .contact { - .picture { - float: right; - } - - .information { - float: right; - } - - .unread-count-container { - float: right; - } - } - } - } - } - } -} - @media (max-width: 979px) { .messaging-area-container { .messaging-area { diff --git a/theme/bootstrapbase/style/moodle.css b/theme/bootstrapbase/style/moodle.css index 2747ac00fbf..9f59769ece8 100644 --- a/theme/bootstrapbase/style/moodle.css +++ b/theme/bootstrapbase/style/moodle.css @@ -6309,35 +6309,6 @@ a.ygtvspacer:hover { .messaging-area-container .messaging-area .messages-area.editing .response .message-box { display: none; } -#newmessageoverlay { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - background-color: #f5f5f5; - border: 1px solid #e3e3e3; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); - border-color: #e3e3e3; - margin: 0 1em; - position: fixed; - bottom: 0; - right: 0; -} -#newmessageoverlay blockquote { - border-color: #ddd; - border-color: rgba(0, 0, 0, 0.15); -} -#newmessageoverlay #usermessage { - padding: 10px; -} -/* Widen the plain text editor on the bulk message screen */ -#page-user-action_redir #edit-messagebody { - width: auto; -} .preferences-container .container-fluid { padding: 0; } @@ -6592,15 +6563,6 @@ a.ygtvspacer:hover { .notification-area .content-area .footer:empty { display: none; } -.dir-rtl .messaging-area-container .messaging-area .contacts-area .contacts .contact .picture { - float: right; -} -.dir-rtl .messaging-area-container .messaging-area .contacts-area .contacts .contact .information { - float: right; -} -.dir-rtl .messaging-area-container .messaging-area .contacts-area .contacts .contact .unread-count-container { - float: right; -} @media (max-width: 979px) { .messaging-area-container .messaging-area { position: relative;