Commit c43d36b7 by marcotuts Committed by David Baumgold

visual styling adjustments to component header

parent a78dad77
...@@ -881,19 +881,23 @@ body.unit { ...@@ -881,19 +881,23 @@ body.unit {
padding: $baseline/4 $baseline/2; padding: $baseline/4 $baseline/2;
top: 0; top: 0;
left: 0; left: 0;
border-bottom: 1px solid $gray-l4;
background: $gray-l5;
} }
.component-header { .component-header {
display: inline-block; display: inline-block;
width: 50%; overflow: hidden;
vertical-align: middle; padding: $baseline/2 0px 0px $baseline/4;
max-width: 60%;
color: $gray-l1;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 300;
} }
.component-actions { .component-actions {
display: inline-block; display: inline-block;
float: right; float: right;
max-width: 40%;
vertical-align: middle; vertical-align: middle;
text-align: center; text-align: center;
} }
...@@ -934,6 +938,7 @@ body.unit { ...@@ -934,6 +938,7 @@ body.unit {
.action-button-text { .action-button-text {
padding-left: 1px; padding-left: 1px;
vertical-align: bottom; vertical-align: bottom;
text-transform: uppercase;
line-height: 17px; line-height: 17px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment