X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdiabook%2Fdiabook-blue%2Fstyle-wide.css;h=c4ad56dcfe1ea57395ec3f9d9a936d235c2c9c41;hb=a2ab431c4ba09fc098be899414e654a6816b0a23;hp=7745e7e2d19e8a453b16f2334f6f192e5e30fc81;hpb=e6847cdd3f6faf087dc7e738e1dbae7d70113451;p=friendica.git diff --git a/view/theme/diabook/diabook-blue/style-wide.css b/view/theme/diabook/diabook-blue/style-wide.css index 7745e7e2d1..c4ad56dcfe 100644 --- a/view/theme/diabook/diabook-blue/style-wide.css +++ b/view/theme/diabook/diabook-blue/style-wide.css @@ -21,6 +21,7 @@ .admin.linklist { border: 0px; padding: 0px; + list-style: none; } .admin.link { @@ -217,6 +218,7 @@ .attachtype { display: block; width: 20px; height: 23px; background-image: url('../../../images/content-types.png'); + background-position: -80px 0px; } .type-video { background-position: 0px 0px; } @@ -553,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; @@ -606,9 +609,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 { @@ -983,7 +984,7 @@ ul.menu-popup .empty { background-color: #bdcdd4; } #nav-notifications-menu { - width: 400px; + width: 425px !important; max-height: 550px; overflow: auto; } @@ -1203,7 +1204,14 @@ aside #side-peoplefind-url { margin-right: 20px; } #login-submit-wrapper{ -margin-bottom: 15px; + + margin-bottom: 12px; + } +aside #login-submit-button{ + margin-left: 0px!important; + } +aside #login-extra-links{ + padding-top: 0px!important; } .group_selected { background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center; @@ -2771,6 +2779,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; } @@ -2811,7 +2848,7 @@ float: left; } .directory-item { float: left; - width: 200px; + width: 800px; height: 200px; } .directory-item .contact-photo { @@ -2822,14 +2859,47 @@ 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; }