From f863a896c1353da00ba8c6d037bf10d2e8b4dc76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Skokowski?= Date: Fri, 20 Oct 2017 23:40:07 +0200 Subject: [PATCH] Removed inline css in index.inc.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Skokowski --- setup/frames/index.inc.php | 8 ++++---- themes/pmahomme/css/common.css.php | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php index 89d666bad1..6d8db1a48c 100644 --- a/setup/frames/index.inc.php +++ b/setup/frames/index.inc.php @@ -135,7 +135,7 @@ echo FormDisplayTemplate::displayFormTop( ); echo '
'; if ($cf->getServerCount() > 0) { - echo ''; + echo '
'; echo ''; echo ''; echo ''; @@ -151,7 +151,7 @@ if ($cf->getServerCount() > 0) { , htmlspecialchars($cf->getValue("Servers/$id/auth_type")) , ''; echo ''; - echo '
#' , __('Name') , '' , htmlspecialchars($cf->getServerDSN($id)) , ''; + echo ''; echo ''; echo '' , __('Edit') , ''; @@ -175,7 +175,7 @@ if ($cf->getServerCount() > 0) { echo ''; echo ''; -echo ''; echo ''; @@ -247,7 +247,7 @@ echo FormDisplayTemplate::displayInput( ); echo ''; -echo '
'; +echo ''; echo ''; echo '
'; +echo ''; echo ''; echo ''; echo '   '; diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 3202bf02b6..693233eda0 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -398,6 +398,10 @@ table td { } /* 3.4 */ +.datatable{ + table-layout: fixed; +} + table { border-collapse: collapse; }