X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdiabook%2Fdiabook-pink%2Fstyle-wide.css;h=df25c4d17bdbf21fce9431e3f6a3bef72732c7ce;hb=6369399b9fd753efd1c3e99e0cdcb17774208ca3;hp=849566aa01f1c7490fb20ce93f000da00e8c9097;hpb=2e2bb5e8b0d2ab4a732cafd2ada30a76c4883177;p=friendica.git diff --git a/view/theme/diabook/diabook-pink/style-wide.css b/view/theme/diabook/diabook-pink/style-wide.css index 849566aa01..df25c4d17b 100644 --- a/view/theme/diabook/diabook-pink/style-wide.css +++ b/view/theme/diabook/diabook-pink/style-wide.css @@ -555,6 +555,7 @@ code { text-decoration: none; } /* popup notifications */ +div.jGrowl.top-right { top: 30px; /* put it below header/nav bar */ } div.jGrowl div.notice { background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center; color: #ffffff; @@ -609,9 +610,7 @@ header #banner #logo-img { margin-top: 3px; } header #banner #logo-text { - font-size: 20px; - position: absolute; - top: 10%; + font-size: 20px!important;position: relative!important;top: -4px!important; } /* messages */ #message-new { @@ -2800,6 +2799,36 @@ 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; } @@ -2840,7 +2869,7 @@ float: left; } .directory-item { float: left; - width: 200px; + width: 800px; height: 200px; } .directory-item .contact-photo { @@ -2851,14 +2880,46 @@ float: left; width: 175px; height: 175px; } + +section .directory-photo-wrapper { +float: left; +height: 200px; +width: 165px; +} + .contact-name { text-align: left; font-weight: bold; - font-size: 12px; + font-size: 18px; + margin-bottom: -3px; } .contact-details { color: #999999; } + +.page-type { +font-size: 10px; +font-style: italic; +} + +.directory-detailscolumn-wrapper { +float: left; +width: 305px; +margin-right: 10px; +} + +.directory-profile-wrapper d1 { +margin-top: 3px; +margin-bottom: 3px; +} + +.directory-profile-title { +font-weight: bold; +margin-bottom: 3px +font-size: 14px; +} + + #side-bar-photos-albums{ margin-top: 15px; }