Merge branch 'MDL-54781_master' of git://github.com/markn86/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2016-10-25 19:37:11 +02:00
commit c52cc59877
3 changed files with 0 additions and 116 deletions

View File

@ -652,21 +652,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;
@ -1001,30 +986,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 {

View File

@ -638,21 +638,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;
@ -987,30 +972,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 {

View File

@ -6312,35 +6312,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;
}
@ -6595,15 +6566,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;