Design tweaks for alignment

pull/2110/head
wmwragg 2016-09-07 17:08:24 +01:00
parent 75c81b369f
commit cc720b9797
2 changed files with 4 additions and 2 deletions

View File

@ -59,7 +59,7 @@ limitations under the License.
.mx_ChatInviteDialog_queryListElement .mx_AddressTile {
background-color: #fff;
border: 0;
border: solid 1px #fff;
}
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected {
@ -68,6 +68,7 @@ limitations under the License.
.mx_ChatInviteDialog_queryListElement.mx_ChatInviteDialog_selected .mx_AddressTile {
background-color: #eaf5f0; /* selected colour */
border: solid 1px #eaf5f0; /* selected colour */
}
.mx_ChatInviteDialog_cancel {

View File

@ -19,7 +19,7 @@ limitations under the License.
border-radius: 3px;
background-color: rgba(74, 73, 74, 0.1);
border: solid 1px #f0f0f0;
line-height: 27px;
line-height: 26px;
color: #454545;
font-size: 14px;
font-weight: normal;
@ -72,6 +72,7 @@ limitations under the License.
display: inline-block;
padding-right: 11px;
padding-left: 1px;
cursor: pointer;
}
.mx_AddressTile_dismiss object {