diff --git a/PHPCI/View/BuildsTable.phtml b/PHPCI/View/BuildsTable.phtml index 6b0c5b16..df34d97a 100644 --- a/PHPCI/View/BuildsTable.phtml +++ b/PHPCI/View/BuildsTable.phtml @@ -43,7 +43,7 @@ switch($build->getStatus()) } ?> $pluginstatus): ?> -
'> +
'>
diff --git a/assets/css/phpci.css b/assets/css/phpci.css index 8d540519..1d1a16f9 100644 --- a/assets/css/phpci.css +++ b/assets/css/phpci.css @@ -15,9 +15,7 @@ body } .build-plugin-status { - text-align: center; - min-width: 80px; - float: left; + float: left!important; padding: 5px; margin-right: 5px; border: 1px solid black;