Merge branch 'develop' into matthew/slate
This commit is contained in:
commit
721410b710
30 changed files with 908 additions and 278 deletions
|
@ -266,6 +266,19 @@ form.mx_Custom_Widget_Form div {
|
|||
right: 0;
|
||||
}
|
||||
|
||||
.mx_AppLoading_spinner_fadeIn {
|
||||
animation-fill-mode: backwards;
|
||||
animation-duration: 200ms;
|
||||
animation-delay: 500ms;
|
||||
animation-name: mx_AppLoading_spinner_fadeIn_animation;
|
||||
}
|
||||
|
||||
@keyframes mx_AppLoading_spinner_fadeIn_animation {
|
||||
from { opacity: 0 }
|
||||
to { opacity: 1 }
|
||||
}
|
||||
|
||||
|
||||
.mx_AppLoading iframe {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ limitations under the License.
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_row div:last-child{
|
||||
.mx_MessageComposer_row > div:last-child{
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue