From a686416254dae6bd317b6b24119e2aabb1c715e1 Mon Sep 17 00:00:00 2001 From: Yasin Date: Mon, 9 Sep 2013 15:03:13 +0200 Subject: [PATCH] MyAccount css fix: Platform access table aligned to center --- portal/static/css/account_view_html.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/static/css/account_view_html.css b/portal/static/css/account_view_html.css index 0b1b6bb9..ee6b05e0 100644 --- a/portal/static/css/account_view_html.css +++ b/portal/static/css/account_view_html.css @@ -205,7 +205,7 @@ ul.errorlist li { -table.mytable { border-collapse: collapse; border: 1px solid #839E99; +table.mytable {margin: auto; border-collapse: collapse; border: 1px solid #839E99; background: #f1f8ee; font: .9em/1.2em Georgia, "Times New Roman", Times, serif; color: #033;table-layout:fixed; } .mytable caption { font-size: 1.3em; font-weight: bold; text-align: left; padding: 1em 4px; } .mytable td, th { padding: 3px 3px .75em 3px; line-height: 1.3em; } -- 2.43.0