Improve CSS of AddressBook module

pull/91/head
Francis Lachapelle 2014-11-27 15:20:02 -05:00
parent 28f7811e86
commit 60ae5f0eb2
1 changed files with 5 additions and 2 deletions

View File

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