From badaa68340876887c3383d493804909301a90c63 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Wed, 4 Jul 2012 01:08:50 +0100 Subject: Diabook directory wide variants. --- view/theme/diabook/diabook-red/style-wide.css | 38 ++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'view/theme/diabook/diabook-red') diff --git a/view/theme/diabook/diabook-red/style-wide.css b/view/theme/diabook/diabook-red/style-wide.css index b068a2f5d..b05156dc6 100644 --- a/view/theme/diabook/diabook-red/style-wide.css +++ b/view/theme/diabook/diabook-red/style-wide.css @@ -2805,6 +2805,35 @@ float: left; /* = Directory = */ /* ============= */ /* contacts menu */ +section .directory-item dl { +height: auto; +overflow: auto; +} + +section .directory-item dt { +float: left; +margin-left: 0px; +text-align: right; +color: #999; +} + +section .directory-item dd { +float: left; +margin-left: 5px; +} + +.directory-profile-wrapper { +float: left; +max-height: 178px; +overflow: hidden; +width: 635px; +} + +.directory-copy-wrapper { +float:left; +overflow: hidden; +} + .contact-photo-wrapper { position: relative; } @@ -2845,13 +2874,20 @@ float: left; } .directory-item { float: left; - width: 200px; + width: 800px; height: 200px; } .directory-item .contact-photo { width: 175px; height: 175px; } + +section .directory-photo-wrapper { +float: left; +height: 200px; +width: 165px; +} + .directory-item .contact-photo img { width: 175px; height: 175px; -- cgit v1.2.3