From 0450c15062f7c9f7117c935283a6d79fef7680bf Mon Sep 17 00:00:00 2001 From: Yasin Date: Mon, 9 Sep 2013 15:23:42 +0200 Subject: [PATCH] CSS: cosmetic changes to My Account --- portal/static/css/account_view_html.css | 2 +- portal/templates/account-view.html | 44 +++++++++++++++---------- 2 files changed, 28 insertions(+), 18 deletions(-) diff --git a/portal/static/css/account_view_html.css b/portal/static/css/account_view_html.css index ee6b05e0..0b1b6bb9 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 {margin: auto; border-collapse: collapse; border: 1px solid #839E99; +table.mytable { 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; } diff --git a/portal/templates/account-view.html b/portal/templates/account-view.html index e8edc600..a5d01dcd 100644 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@ -10,24 +10,34 @@ {% block unfold1_main %} -

Platform Access

- - - - - - - - {% for row in data %} - - - - - - - {%endfor%} -
PlatformAccount Typeuser_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}
+
+
+

Platform Access

+
+
+
+
+ + + + + + + + {% for row in data %} + + + + + + + {%endfor%} +
PlatformAccount Typeuser_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}
+
+
+
+
-- 2.43.0