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

@ -18,7 +18,7 @@ limitations under the License.
width: 960px;
margin-left: auto;
margin-right: auto;
color: #4a4a4a;
color: #4a4a4a;
}
.mx_CreateRoom input,

View file

@ -31,7 +31,7 @@ limitations under the License.
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
display: flex;
flex-direction: column;
-webkit-flex-direction: column;

View file

@ -14,12 +14,12 @@
text-align: center;
}
.mx_RoomStatusBar_placeholderIndicator {
.mx_RoomStatusBar_placeholderIndicator {
color: #4a4a4a;
opacity: 0.5;
}
.mx_RoomStatusBar_scrollDownIndicator {
.mx_RoomStatusBar_scrollDownIndicator {
cursor: pointer;
}

View file

@ -121,7 +121,7 @@ limitations under the License.
.mx_RoomView_messageListWrapper {
max-width: 960px;
margin: auto;
min-height: 100%;
display: -webkit-box;

View file

@ -32,12 +32,12 @@
margin-right: 10px;
position: relative;
opacity: 0.6;
cursor: pointer;
cursor: pointer;
z-index: 1;
}
.mx_UploadBar_uploadBytes {
float: right;
float: right;
margin-top: 5px;
margin-right: 30px;
color: #76cfa6;

View file

@ -26,7 +26,7 @@ limitations under the License.
display: -webkit-flex;
display: flex;
flex-direction: column;
-webkit-flex-direction: column;
-webkit-flex-direction: column;
}
.mx_UserSettings .mx_RoomHeader {
@ -50,7 +50,7 @@ limitations under the License.
-webkit-flex: 1 1 0;
flex: 1 1 0;
overflow-y: auto;
overflow-y: auto;
}
.mx_UserSettings_spinner {

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;

View file

@ -35,7 +35,7 @@ limitations under the License.
}
.mx_LeftPanel_callView {
}
.mx_LeftPanel .mx_RoomList_scrollbar {
@ -48,7 +48,7 @@ limitations under the License.
-webkit-flex: 1 1 0;
flex: 1 1 0;
overflow-y: auto;
overflow-y: auto;
}
.mx_LeftPanel .mx_BottomLeftMenu {

View file

@ -49,7 +49,7 @@ limitations under the License.
.mx_RightPanel_headerButton {
cursor: pointer;
display: table-cell;
vertical-align: middle;
vertical-align: middle;
padding-left: 15px;
padding-right: 15px;
position: relative;
@ -72,7 +72,7 @@ limitations under the License.
position: absolute;
top: 4px;
left: 28px;
font-size: 12px;
font-size: 12px;
background-color: #76cfa6;
color: #fff;
font-weight: bold;

View file

@ -26,21 +26,21 @@ limitations under the License.
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
display: flex;
flex-direction: column;
-webkit-flex-direction: column;
}
.mx_RoomDirectory_list {
-webkit-flex: 1;
-webkit-flex: 1;
flex: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
display: flex;
flex-direction: column;
-webkit-flex-direction: column;
@ -59,7 +59,7 @@ limitations under the License.
.mx_RoomDirectory_tableWrapper {
overflow-y: auto;
-webkit-flex: 1 1 0;
-webkit-flex: 1 1 0;
flex: 1 1 0;
}

View file

@ -52,7 +52,7 @@ limitations under the License.
.mx_SearchBar_searching img {
animation: pulsate 0.5s ease-out;
animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.mx_SearchBar_button {
@ -77,7 +77,7 @@ limitations under the License.
background-color: #fff;
color: #76CFA6;
border: #76CFA6 1px solid;
}
}
.mx_SearchBar_cancel {
padding-left: 14px;