Skip to content

Commit

Permalink
CSS updates for s/block/blacklist for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Nov 29, 2016
1 parent 496f507 commit f202197
Showing 1 changed file with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,23 @@ limitations under the License.
border-bottom: 1px solid rgba(0,0,0,0.1);
}

.mx_MemberDeviceInfo_block,
.mx_MemberDeviceInfo_unblock {
.mx_MemberDeviceInfo_blacklist,
.mx_MemberDeviceInfo_unblacklist {
float: right;
}

/* "Unblacklist" is too long for a regular button: make it wider and
reduce the padding. */
.mx_EncryptedEventDialog .mx_MemberDeviceInfo_blacklist,
.mx_EncryptedEventDialog .mx_MemberDeviceInfo_unblacklist {
width: 8em;
padding-left: 1em;
padding-right: 1em;
}

.mx_MemberDeviceInfo div.mx_MemberDeviceInfo_verified,
.mx_MemberDeviceInfo div.mx_MemberDeviceInfo_unverified,
.mx_MemberDeviceInfo div.mx_MemberDeviceInfo_blocked {
.mx_MemberDeviceInfo div.mx_MemberDeviceInfo_blacklisted {
float: right;
padding-left: 1em;
}
Expand All @@ -64,6 +73,6 @@ limitations under the License.
color: #e8bf37;
}

.mx_MemberDeviceInfo div.mx_MemberDeviceInfo_blocked {
.mx_MemberDeviceInfo div.mx_MemberDeviceInfo_blacklisted {
color: #ba6363;
}

0 comments on commit f202197

Please sign in to comment.