diff options
| author | Rob Peters <makitso@gmail.com> | 2010-07-20 23:57:58 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-07-20 23:57:58 +0000 |
| commit | 18c601a6cfffa4d2ad3de42cfa20c29df1434971 (patch) | |
| tree | 14561561022f48eafb7a6d6a10c7e547cb1e5e82 /themes/colors/css | |
| parent | d1e5722c403cb4bb5d114f45451ee0779c82cb74 (diff) | |
| download | webtrees-18c601a6cfffa4d2ad3de42cfa20c29df1434971.tar.gz webtrees-18c601a6cfffa4d2ad3de42cfa20c29df1434971.tar.bz2 webtrees-18c601a6cfffa4d2ad3de42cfa20c29df1434971.zip | |
Fix table alignment in Manage Sites display
Diffstat (limited to 'themes/colors/css')
| -rw-r--r-- | themes/colors/css/aquamarine.css | 5 | ||||
| -rw-r--r-- | themes/colors/css/ash.css | 5 | ||||
| -rw-r--r-- | themes/colors/css/belgianchocolate.css | 7 | ||||
| -rw-r--r-- | themes/colors/css/bluelagoon.css | 7 | ||||
| -rw-r--r-- | themes/colors/css/bluemarine.css | 7 | ||||
| -rw-r--r-- | themes/colors/css/coldday.css | 7 | ||||
| -rw-r--r-- | themes/colors/css/greenbeam.css | 5 | ||||
| -rw-r--r-- | themes/colors/css/mediterranio.css | 7 | ||||
| -rw-r--r-- | themes/colors/css/mercury.css | 7 | ||||
| -rw-r--r-- | themes/colors/css/nocturnal.css | 7 | ||||
| -rw-r--r-- | themes/colors/css/olivia.css | 7 | ||||
| -rw-r--r-- | themes/colors/css/pinkplastic.css | 7 | ||||
| -rw-r--r-- | themes/colors/css/shinytomato.css | 7 | ||||
| -rw-r--r-- | themes/colors/css/tealtop.css | 7 |
14 files changed, 81 insertions, 11 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css index 361c1b12ba..1ce63a95cb 100644 --- a/themes/colors/css/aquamarine.css +++ b/themes/colors/css/aquamarine.css @@ -294,6 +294,11 @@ color: #ffffff; /* Start Standard Code */ +table { +margin-left: auto; +margin-right: auto; +} + .blockcontent { margin-left:auto; border:1pt solid #999; diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css index cbb3d94289..2ed3e6b60a 100644 --- a/themes/colors/css/ash.css +++ b/themes/colors/css/ash.css @@ -294,6 +294,11 @@ color: #ffffff; /* Start Standard Code */ +table { +margin-left: auto; +margin-right: auto; +} + .blockcontent { margin-left:auto; border:1pt solid #999; diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css index 20016f557b..509b6b30bf 100644 --- a/themes/colors/css/belgianchocolate.css +++ b/themes/colors/css/belgianchocolate.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9000 2010-06-30 19:39:16Z rob $ +* $Id: ash.css 9013 2010-07-05 11:46:48Z rob $ */ .something { @@ -294,6 +294,11 @@ color: #ffffff; /* Start Standard Code */ +table { +margin-left: auto; +margin-right: auto; +} + .blockcontent { margin-left:auto; border:1pt solid #999; diff --git a/themes/colors/css/bluelagoon.css b/themes/colors/css/bluelagoon.css index 1051087673..e13d5436eb 100644 --- a/themes/colors/css/bluelagoon.css +++ b/themes/colors/css/bluelagoon.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9000 2010-06-30 19:39:16Z rob $ +* $Id: ash.css 9013 2010-07-05 11:46:48Z rob $ */ .something { @@ -294,6 +294,11 @@ color: #ffffff; /* Start Standard Code */ +table { +margin-left: auto; +margin-right: auto; +} + .blockcontent { margin-left:auto; border:1pt solid #999; diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css index a27ddd1fa9..048d19596d 100644 --- a/themes/colors/css/bluemarine.css +++ b/themes/colors/css/bluemarine.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9000 2010-06-30 19:39:16Z rob $ +* $Id: ash.css 9013 2010-07-05 11:46:48Z rob $ */ .something { @@ -294,6 +294,11 @@ color: #ffffff; /* Start Standard Code */ +table { +margin-left: auto; +margin-right: auto; +} + .blockcontent { margin-left:auto; border:1pt solid #999; diff --git a/themes/colors/css/coldday.css b/themes/colors/css/coldday.css index fcd50ee456..3f283ef2e7 100644 --- a/themes/colors/css/coldday.css +++ b/themes/colors/css/coldday.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9000 2010-06-30 19:39:16Z rob $ +* $Id: ash.css 9013 2010-07-05 11:46:48Z rob $ */ .something { @@ -294,6 +294,11 @@ color: #ffffff; /* Start Standard Code */ +table { +margin-left: auto; +margin-right: auto; +} + .blockcontent { margin-left:auto; border:1pt solid #999; diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css index 70f883d552..e6c67ab5d6 100644 --- a/themes/colors/css/greenbeam.css +++ b/themes/colors/css/greenbeam.css @@ -294,6 +294,11 @@ color: #ffffff; /* Start Standard Code */ +table { +margin-left: auto; +margin-right: auto; +} + .blockcontent { margin-left:auto; border:1pt solid #999; diff --git a/themes/colors/css/mediterranio.css b/themes/colors/css/mediterranio.css index a4ed8bab88..e77678813b 100644 --- a/themes/colors/css/mediterranio.css +++ b/themes/colors/css/mediterranio.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9000 2010-06-30 19:39:16Z rob $ +* $Id: ash.css 9013 2010-07-05 11:46:48Z rob $ */ .something { @@ -294,6 +294,11 @@ color: #ffffff; /* Start Standard Code */ +table { +margin-left: auto; +margin-right: auto; +} + .blockcontent { margin-left:auto; border:1pt solid #999; diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css index 2e0631c831..ef1351355c 100644 --- a/themes/colors/css/mercury.css +++ b/themes/colors/css/mercury.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9000 2010-06-30 19:39:16Z rob $ +* $Id: ash.css 9013 2010-07-05 11:46:48Z rob $ */ .something { @@ -294,6 +294,11 @@ color: #707070; /* Start Standard Code */ +table { +margin-left: auto; +margin-right: auto; +} + .blockcontent { margin-left:auto; border:1pt solid #999; diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css index e11bfa2f55..6b4e34008b 100644 --- a/themes/colors/css/nocturnal.css +++ b/themes/colors/css/nocturnal.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9000 2010-06-30 19:39:16Z rob $ +* $Id: ash.css 9013 2010-07-05 11:46:48Z rob $ */ .something { @@ -294,6 +294,11 @@ color: #ffffff; /* Start Standard Code */ +table { +margin-left: auto; +margin-right: auto; +} + .blockcontent { margin-left:auto; border:1pt solid #999; diff --git a/themes/colors/css/olivia.css b/themes/colors/css/olivia.css index bf6049bd35..e729de8155 100644 --- a/themes/colors/css/olivia.css +++ b/themes/colors/css/olivia.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9000 2010-06-30 19:39:16Z rob $ +* $Id: ash.css 9013 2010-07-05 11:46:48Z rob $ */ .something { @@ -294,6 +294,11 @@ color: #ffffff; /* Start Standard Code */ +table { +margin-left: auto; +margin-right: auto; +} + .blockcontent { margin-left:auto; border:1pt solid #999; diff --git a/themes/colors/css/pinkplastic.css b/themes/colors/css/pinkplastic.css index 8a7a5e750e..a541c205de 100644 --- a/themes/colors/css/pinkplastic.css +++ b/themes/colors/css/pinkplastic.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9000 2010-06-30 19:39:16Z rob $ +* $Id: ash.css 9013 2010-07-05 11:46:48Z rob $ */ .something { @@ -294,6 +294,11 @@ color: #ffffff; /* Start Standard Code */ +table { +margin-left: auto; +margin-right: auto; +} + .blockcontent { margin-left:auto; border:1pt solid #999; diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css index ea9d07a756..4ac07983e4 100644 --- a/themes/colors/css/shinytomato.css +++ b/themes/colors/css/shinytomato.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9000 2010-06-30 19:39:16Z rob $ +* $Id: ash.css 9013 2010-07-05 11:46:48Z rob $ */ .something { @@ -294,6 +294,11 @@ color: #ffffff; /* Start Standard Code */ +table { +margin-left: auto; +margin-right: auto; +} + .blockcontent { margin-left:auto; border:1pt solid #999; diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css index e791fe3b13..295fe18d9c 100644 --- a/themes/colors/css/tealtop.css +++ b/themes/colors/css/tealtop.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9000 2010-06-30 19:39:16Z rob $ +* $Id: ash.css 9013 2010-07-05 11:46:48Z rob $ */ .something { @@ -294,6 +294,11 @@ color: #ffffff; /* Start Standard Code */ +table { +margin-left: auto; +margin-right: auto; +} + .blockcontent { margin-left:auto; border:1pt solid #999; |
