fix up dynamically loaded svgs, and fix bottomleftmenu

This commit is contained in:
Matthew Hodgson 2016-01-05 03:34:25 +00:00
parent bbf08d99cc
commit b996022db2
11 changed files with 103 additions and 9 deletions

View file

@ -189,7 +189,7 @@ limitations under the License.
.mx_RoomView_voipChevron {
position: absolute;
bottom: -10px;
bottom: -11px;
right: 11px;
}
@ -300,7 +300,7 @@ limitations under the License.
color: #76CFA6;
}
.mx_RoomView_tabCompleteEol img {
.mx_RoomView_tabCompleteEol object {
vertical-align: middle;
margin-right: 8px;
margin-top: -2px;

View file

@ -32,6 +32,10 @@ limitations under the License.
text-decoration: none;
}
.mx_MImageBody_download img {
padding-right: 8px;
.mx_MImageBody_download object {
padding-right: 4px;
margin-left: -16px;
margin-top: -4px;
vertical-align: middle;
pointer-events: none;
}

View file

@ -33,6 +33,7 @@ limitations under the License.
.mx_RoomSubList_chevron {
padding-left: 5px;
pointer-events: none;
}
.collapsed .mx_RoomSubList_chevron {