From b4f5b2f731df6bb12760a3e461ab06295a20a59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Make=C5=A1?= Date: Fri, 20 Sep 2013 23:18:22 +0200 Subject: [PATCH] fixed visual style (spaces, aligment, etc.) --- PHPCI/View/Home/index.phtml | 4 ++-- PHPCI/View/ProjectForm.phtml | 4 ++-- PHPCI/View/User/index.phtml | 2 +- PHPCI/View/UserForm.phtml | 4 ++-- public/assets/css/phpci.css | 12 ++++++++++-- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/PHPCI/View/Home/index.phtml b/PHPCI/View/Home/index.phtml index 1f746a8c..5c645028 100644 --- a/PHPCI/View/Home/index.phtml +++ b/PHPCI/View/Home/index.phtml @@ -53,7 +53,7 @@ - + @@ -67,7 +67,7 @@ Commit Branch Status - + diff --git a/PHPCI/View/ProjectForm.phtml b/PHPCI/View/ProjectForm.phtml index f5c43e77..d59dc8c3 100644 --- a/PHPCI/View/ProjectForm.phtml +++ b/PHPCI/View/ProjectForm.phtml @@ -10,9 +10,9 @@ -

Fill in the form to the right to add your new project.

+

Fill in the form to the right to add your new project.

-

Edit your project details using the form to the right.

+

Edit your project details using the form to the right.

diff --git a/PHPCI/View/User/index.phtml b/PHPCI/View/User/index.phtml index aacffcf0..147c6ea6 100644 --- a/PHPCI/View/User/index.phtml +++ b/PHPCI/View/User/index.phtml @@ -22,7 +22,7 @@ - + getIsAdmin()) diff --git a/PHPCI/View/UserForm.phtml b/PHPCI/View/UserForm.phtml index 007dbae5..ea1ae663 100644 --- a/PHPCI/View/UserForm.phtml +++ b/PHPCI/View/UserForm.phtml @@ -6,9 +6,9 @@
-

Fill in the form to the right to add a new user.

+

Fill in the form to the right to add a new user.

-

Edit user details using the form to the right.

+

Edit user details using the form to the right.

diff --git a/public/assets/css/phpci.css b/public/assets/css/phpci.css index 54b9479b..50691f6a 100644 --- a/public/assets/css/phpci.css +++ b/public/assets/css/phpci.css @@ -14,7 +14,13 @@ body padding: 10px; } -td .label { margin-right: 5px; } +td .label { + margin-right: 5px; + line-height: 2; +} +#project-overview td .label { + margin-right: 0; +} .success-message { background-color: #4F8A10; @@ -24,7 +30,9 @@ td .label { margin-right: 5px; } background-color: #FF4747; } -#latest-builds td { +#latest-builds td, +#project-overview td, +#users td { vertical-align: middle; }