Skip to content

Commit

Permalink
fixed the dashboard size for -grey build status
Browse files Browse the repository at this point in the history
  • Loading branch information
camalot committed May 27, 2016
1 parent 5734e0c commit 78c1d10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parts/_dashboard.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ table#computers {
.job-status-green,
.job-status-blue,
.job-status-aborted,
.job-status-grey,
.job-status-nobuilt,
.job-status- {
td {
Expand All @@ -31,6 +32,7 @@ table#computers {
&.job-status-yellow-anime,
&.job-status-green-anime,
&.job-status-blue-anime,
&.job-status-grey-anime,
&.job-status-nobuilt-anime,
&.job-status-aborted-anime, {
animation: pulse 5s infinite;
Expand All @@ -43,6 +45,7 @@ table#computers {
&.job-status-yellow-anime,
&.job-status-green-anime,
&.job-status-blue-anime,
&.job-status-grey-anime,
&.job-status-nobuilt-anime,
&.job-status-aborted-anime, {
animation: pulse-alt 5s infinite;
Expand Down

0 comments on commit 78c1d10

Please sign in to comment.