Normalized size of buttons in preferences (fixes #2753) (#3112)

Normalized size of buttons across signature, accounts and mail rules preferences. Also make signature pane same size as other preference panels
This commit is contained in:
Paul Xu 2017-01-21 15:51:49 -08:00 committed by Michael Grinich
parent dad69b272f
commit 6df5f68ff1
3 changed files with 12 additions and 5 deletions

View file

@ -3,7 +3,7 @@
@blurred-primary-color: mix(@background-primary, #ffbb00, 96%);
// Styles for Preferences Signatures
.preferences-signatures-container {
max-width: 640px;
max-width: 800px;
margin: 0 auto;
.empty-list {
@ -56,6 +56,7 @@
height: 37px;
width: 37px;
line-height: 37px;
font-size: 1em;
}
}

View file

@ -43,10 +43,10 @@
}
.btn-editable-list {
height: 29px;
width: 29px;
line-height: 29px;
font-size: 1.3em;
height: 37px;
width: 37px;
line-height: 37px;
font-size: 1em;
}
}

View file

@ -41,6 +41,12 @@
.selected .item-rule-disabled {
color: @component-active-bg;
}
.btn-editable-list {
height: 37px;
width: 37px;
line-height: 37px;
font-size: 1em;
}
}
.rule-detail {
flex: 1;