diff options
author | Thomas Willingham <founder@kakste.com> | 2012-07-04 01:08:50 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-07-04 01:08:50 +0100 |
commit | badaa68340876887c3383d493804909301a90c63 (patch) | |
tree | 5603715e67757535803c5002d6a663e18e81054c /view/theme/diabook/diabook-green | |
parent | e3828fe6756c9bc15ecc386e182553bf8920c521 (diff) | |
download | volse-hubzilla-badaa68340876887c3383d493804909301a90c63.tar.gz volse-hubzilla-badaa68340876887c3383d493804909301a90c63.tar.bz2 volse-hubzilla-badaa68340876887c3383d493804909301a90c63.zip |
Diabook directory wide variants.
Diffstat (limited to 'view/theme/diabook/diabook-green')
-rw-r--r-- | view/theme/diabook/diabook-green/style-wide.css | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/view/theme/diabook/diabook-green/style-wide.css b/view/theme/diabook/diabook-green/style-wide.css index 0a9c5e35c..107bec8bb 100644 --- a/view/theme/diabook/diabook-green/style-wide.css +++ b/view/theme/diabook/diabook-green/style-wide.css @@ -2799,6 +2799,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; } @@ -2839,13 +2868,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; |