Remove trailing whitespace

This commit is contained in:
Mark Haines 2016-03-15 18:38:24 +00:00
parent eb01cb9cba
commit 31915db6f6
31 changed files with 103 additions and 103 deletions

View file

@ -47,7 +47,7 @@ limitations under the License.
top: 0px;
right: 6px;
}
.mx_EntityTile_name {
display: table-cell;
vertical-align: middle;

View file

@ -97,10 +97,10 @@ limitations under the License.
/* end of overrides */
/* this is used for the tile for the event which is selected via the URL.
* TODO: ultimately we probably want some transition on here.
/* this is used for the tile for the event which is selected via the URL.
* TODO: ultimately we probably want some transition on here.
*/
.mx_EventTile_selected {
.mx_EventTile_selected {
border-left: #76cfa6 5px solid;
margin-left: 53px;
padding-left: 7px;
@ -117,7 +117,7 @@ limitations under the License.
.mx_EventTile_searchHighlight a {
background-color: #76cfa6;
color: #fff;
color: #fff;
}
.mx_EventTile_sending {
@ -165,7 +165,7 @@ limitations under the License.
.mx_EventTile_editButton {
position: absolute;
display: inline-block;
visibility: hidden;
visibility: hidden;
}
.mx_EventTile:hover .mx_EventTile_editButton {

View file

@ -46,7 +46,7 @@ limitations under the License.
}
.mx_MemberInfo_profileField {
font-color: #999999;
font-color: #999999;
font-size: 13px;
position: relative;
background-color: #fff;

View file

@ -91,12 +91,12 @@ limitations under the License.
padding-left: 3px;
padding-right: 12px;
margin-top: 8px;
margin-bottom: 4px;
margin-bottom: 4px;
}
/* we have to have display: table in order for the horizontal wrapping to work */
.mx_MemberList_wrapper {
display: table;
display: table;
table-layout: fixed;
width: 100%;
}

View file

@ -28,7 +28,7 @@ limitations under the License.
-webkit-align-items: center;
align-items: center;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
@ -71,7 +71,7 @@ limitations under the License.
cursor: pointer;
/*
/*
-webkit-flex: 0 0 90px;
flex: 0 0 90px;
*/
@ -203,12 +203,12 @@ limitations under the License.
float: left;
max-height: 42px;
color: #454545;
font-weight: 300;
font-weight: 300;
margin-left: 19px;
margin-right: 16px;
overflow: hidden;
text-overflow: ellipsis;
border-bottom: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.mx_RoomHeader_avatar {

View file

@ -23,7 +23,7 @@ limitations under the License.
flex-direction: column;
-webkit-flex-direction: column;
justify-content: center;
-webkit-justify-content: center;

View file

@ -107,7 +107,7 @@ limitations under the License.
.mx_RoomSettings .mx_RoomSettings_alias {
max-width: 400px;
margin-bottom: 16px;
/*
/*
commented out so margin applies
display: table-cell; */
}

View file

@ -39,7 +39,7 @@ limitations under the License.
vertical-align: middle;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 16px;
padding-right: 16px;
color: rgba(69, 69, 69, 0.8);
}
@ -70,7 +70,7 @@ limitations under the License.
width: 26px;
}
.mx_RoomTile_badge {
.mx_RoomTile_badge {
background-color: #76cfa6;
color: #fff;
border-radius: 26px;
@ -84,7 +84,7 @@ limitations under the License.
*/
/*
.mx_RoomTile_badge {
.mx_RoomTile_badge {
background-color: #ff0064;
border: 3px solid #fff;
border-radius: 16px;
@ -103,7 +103,7 @@ limitations under the License.
left: 0px;
top: 5px;
bottom: 5px;
}
}
.mx_RoomTile_unreadNotify .mx_RoomTile_badge {
background-color: #454545;

View file

@ -51,13 +51,13 @@ limitations under the License.
flex: 1;
-webkit-flex: 1;
overflow-y: auto;
overflow-y: auto;
}
.mx_SearchableEntityList_list {
display: table;
table-layout: fixed;
width: 100%;
width: 100%;
}
.mx_SearchableEntityList_list .mx_EntityTile_chevron {
@ -67,7 +67,7 @@ limitations under the License.
.mx_SearchableEntityList_hrWrapper {
width: 100%;
flex: 0 0 auto;
-webkit-flex: 0 0 auto;
-webkit-flex: 0 0 auto;
}
.mx_SearchableEntityList hr {

View file

@ -22,22 +22,22 @@ limitations under the License.
border-bottom: 1px solid #eee;
}
.mx_TopUnreadMessagesBar_scrollUp {
.mx_TopUnreadMessagesBar_scrollUp {
display: inline;
cursor: pointer;
}
.mx_TopUnreadMessagesBar_scrollUp img {
.mx_TopUnreadMessagesBar_scrollUp img {
padding-left: 10px;
padding-right: 31px;
vertical-align: middle;
}
.mx_TopUnreadMessagesBar_scrollUp span {
.mx_TopUnreadMessagesBar_scrollUp span {
opacity: 0.5;
}
.mx_TopUnreadMessagesBar_close {
.mx_TopUnreadMessagesBar_close {
float: right;
padding-right: 14px;
padding-top: 3px;