Tweaks to get icons to line up better, still need to space labels correctly

pull/1900/head
wmwragg 2016-07-27 18:01:43 +01:00
parent d376df478a
commit 22bf74dc65
1 changed files with 4 additions and 3 deletions

View File

@ -17,13 +17,14 @@ limitations under the License.
.mx_NotificationStateContextMenu_picker {
position: absolute;
top: 16px;
left: 5px;
}
.mx_NotificationStateContextMenu_field {
padding-top: 4px;
padding-right: 6px;
padding-bottom: 10px;
padding-left: 26px;
padding-left: 20px;
cursor: pointer;
white-space: nowrap;
display: flex;
@ -32,7 +33,7 @@ limitations under the License.
.mx_NotificationStateContextMenu_field.mx_NotificationStateContextMenu_fieldSet {
font-weight: bold;
padding-left: 14px;
padding-left: 8px;
}
.mx_NotificationStateContextMenu_field.mx_NotificationStateContextMenu_fieldDisabled {
@ -42,7 +43,7 @@ limitations under the License.
.mx_NotificationStateContextMenu_activeIcon {
display: none;
position: relative;
left: -9px;
left: -5px;
}
.mx_NotificationStateContextMenu_fieldSet .mx_NotificationStateContextMenu_activeIcon {