From 5f22f4266cd978b4fd80cafb2201e39acaeef3fc Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 26 Apr 2012 14:17:03 -0500 Subject: Developer list styles updates * Make the developer name more prominent in dividing the blocks * Reduce the in-your-faceness of the elements in every section * Other small tweaks Signed-off-by: Dan McGee --- sitestatic/archweb.css | 49 +++++++++++++++++++++++------------- templates/public/developer_list.html | 4 +-- 2 files changed, 32 insertions(+), 21 deletions(-) diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index 407156f8..95663008 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -823,33 +823,46 @@ div#arch-bio-toc { white-space: nowrap; } -table.arch-bio-entry td.pic { - vertical-align: top; - padding-right: 15px; - padding-top: 10px; +table.arch-bio-entry { + width: 75%; + min-width: 640px; + margin: 0 auto; } - table.arch-bio-entry td.pic img { - padding: 4px; - border: 1px solid #ccc; + table.arch-bio-entry td.pic { + vertical-align: top; + padding-right: 15px; + padding-top: 2.25em; } -table.arch-bio-entry table.bio { - margin-bottom: 2em; -} + table.arch-bio-entry td.pic img { + padding: 4px; + border: 1px solid #ccc; + } - table.arch-bio-entry table.bio th { - text-align: left; - padding-right: 0.5em; - vertical-align: top; - white-space: nowrap; + table.arch-bio-entry td h3 { + border-bottom: 1px dotted #ccc; + margin-bottom: 0.5em; } - table.arch-bio-entry table.bio td { - width: 100%; - padding-bottom: 0.25em; + table.arch-bio-entry table.bio { + margin-bottom: 2em; } + table.arch-bio-entry table.bio th { + color: #666; + font-weight: normal; + text-align: right; + padding-right: 0.5em; + vertical-align: top; + white-space: nowrap; + } + + table.arch-bio-entry table.bio td { + width: 100%; + padding-bottom: 0.25em; + } + /* dev: login/out */ table#dev-login { width: auto; diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html index 37b35b82..00d93a50 100644 --- a/templates/public/developer_list.html +++ b/templates/public/developer_list.html @@ -18,11 +18,9 @@ +

{{ dev.get_full_name }}{% if prof.latin_name %} ({{ prof.latin_name}}){% endif %}

- - - -- cgit v1.2.3-55-g3dc8
Name:{{ dev.get_full_name }}{% if prof.latin_name %} ({{ prof.latin_name}}){% endif %}
Alias: {{ prof.alias }}