improves table layout on admin polls index

This commit is contained in:
Alberto Garcia Cabeza
2017-02-09 18:38:56 +01:00
parent a6047c342c
commit b4660e162a
5 changed files with 18 additions and 5 deletions

View File

@@ -94,9 +94,20 @@ body.admin {
}
}
&.fixed {
table-layout: fixed;
}
input[type="submit"] ~ a, a ~ a {
margin-left: $line-height/2;
margin-right: $line-height/2;
margin-left: 0;
margin-right: 0;
margin-top: $line-height/2;
@include breakpoint(medium) {
margin-left: $line-height/2;
margin-right: $line-height/2;
margin-top: 0;
}
}
}