# HG changeset patch # User Lucas Thompson # Date 1498763351 -3600 # Node ID d27f1ca7ba6a85e6bb75908a14e0c72732ef0583 # Parent f93582c38b708f675e14637286b09abdead4d92e Remove spacing from bottom of card content and align action items to the right. diff -r f93582c38b70 -r d27f1ca7ba6a src/app/analysis-item/analysis-item.component.css --- a/src/app/analysis-item/analysis-item.component.css Thu Jun 29 20:08:11 2017 +0100 +++ b/src/app/analysis-item/analysis-item.component.css Thu Jun 29 20:09:11 2017 +0100 @@ -15,6 +15,14 @@ margin-bottom: 8px; } +md-card-content { + margin-bottom: 0; +} + +md-card-actions { + text-align: right; +} + ugly-live-play-head { position: absolute; z-index: 99;