diff --git a/blocks/gmo-program-details/gmo-program-details.css b/blocks/gmo-program-details/gmo-program-details.css index a9a3a44..9f6cdfb 100644 --- a/blocks/gmo-program-details/gmo-program-details.css +++ b/blocks/gmo-program-details/gmo-program-details.css @@ -32,9 +32,10 @@ body { .export-asset-count-button{ background-color: #FFFFFF; font: normal normal normal 15px/18px Adobe Clean; - height: 32px; + height: auto; + width: auto; display: flex; - padding-right: 12px; + padding: 5px 10px 5px 10px; align-items: center; border: 1px solid #D3D3D3; border-radius: 4px; @@ -44,8 +45,8 @@ body { } & > .icon { width: 15px; - margin-left: 10px; - margin-right: 10px; + margin-left: 5px; + margin-right: 8px; } } @@ -216,6 +217,11 @@ body { display: flex; flex-direction: row; justify-content: space-between; + position: relative; + & .export-asset-count-button{ + position:absolute; + right: 450px; + } } .tab.calendar { margin-top:10px; @@ -711,6 +717,7 @@ body { margin-bottom: 5px; &:not(:last-child) { margin-right: 5px; + cursor: pointer; } &.selected{ background-color: #0096FF;