diff --git a/assets/styles/layout.sass b/assets/styles/layout.sass index b6921921..8cc53d30 100644 --- a/assets/styles/layout.sass +++ b/assets/styles/layout.sass @@ -45,11 +45,12 @@ html, body .duration_label display: inline-block - height: 14px - line-height: 16px + height: 11px + line-height: 13px + text-indent: 14px margin-right: 1px overflow: hidden - background: inline-image('ui/clock.svg') no-repeat 0px 3px + background: inline-image('ui/clock.svg') no-repeat 0px 0px background-size: contain @@ -82,18 +83,18 @@ html, body #left .duration_label display: inline-block width: 11px - height: 14px + height: 11px margin-right: 1px text-indent: 10px overflow: hidden - background: inline-image('ui/clock.svg') no-repeat 0px 3px + background: inline-image('ui/clock.svg') no-repeat 0px 0px background-size: contain -@media screen and (max-width: 1310px) +@media screen and (max-width: 1400px) #left .finished_at_label display: none -@media screen and (max-width: 1310px) +@media screen and (max-width: 1400px) table#builds .committer display: none diff --git a/assets/styles/main/summary.sass b/assets/styles/main/summary.sass index dd73f73c..ae44fe3e 100644 --- a/assets/styles/main/summary.sass +++ b/assets/styles/main/summary.sass @@ -29,7 +29,7 @@ .branch font-weight: bold - color: #81817d + color: #6c878e font-size: 16px max-width: 300px display: inline-block @@ -40,7 +40,7 @@ .subject display: inline-block font-size: 15px - color: #81817d + color: #6c878e margin-top: 10px overflow: hidden margin-right: 2px