From 396428cc828ab526cef3df5f989ef52df63cb3b9 Mon Sep 17 00:00:00 2001 From: Gabriel Baker Date: Wed, 5 Jun 2013 17:13:00 +0100 Subject: [PATCH] ui tweaks --- PHPCI/View/BuildsTable.phtml | 2 +- assets/css/phpci.css | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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;