Improve CSS of AddressBook module

This commit is contained in:
Francis Lachapelle 2014-11-27 15:20:02 -05:00
parent 28f7811e86
commit 60ae5f0eb2

View file

@ -63,10 +63,11 @@ $topbar-link-bg-hover: scale-color($module-color, $lightness: -14%);
padding: $off-canvas-link-padding; padding: $off-canvas-link-padding;
color: $off-canvas-link-color; color: $off-canvas-link-color;
} }
>i { >i,
>.icon {
//vertical-align: middle; // causes glitch when selecting row //vertical-align: middle; // causes glitch when selecting row
border-left: 3px solid transparent; border-left: 3px solid transparent;
width: 2em; width: 1px;
} }
form { form {
margin: 0; margin: 0;
@ -162,6 +163,8 @@ $column-gutter: 0;
overflow-x: hidden; overflow-x: hidden;
top: $topbar-height; top: $topbar-height;
bottom: $topbar-height; bottom: $topbar-height;
right: 0;
left: 0;
} }
.buttonsToolbar { .buttonsToolbar {
border-top: $off-canvas-link-border-bottom; border-top: $off-canvas-link-border-bottom;