X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fcss%2Fstyle.css;h=efff14a4eafd89e4daf038975204cc1a77042b5b;hb=51c9a66fc3d145d6ada187e654f44fdd0ad3125d;hp=0dc3573beb79e3f49d1a034699b341fda70eed73;hpb=0f2c27e041720ef25e353e7b38de1e85f7a73db3;p=friendica.git diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 0dc3573beb..efff14a4ea 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1882,6 +1882,9 @@ ul.dropdown-menu li:hover { -moz-box-shadow: 0 0 3px #dadada; } +.section-title-wrapper { + overflow: hidden; +} /* Profile-page */ #profile-content-standard, #profile-content-advanced { @@ -2208,7 +2211,7 @@ ul li:hover .contact-wrapper a.contact-action-link:hover { margin-left: 20px; } -/* Notifications */ +/* Intro Notifications */ ul.notif-network-list { margin-left: -15px; margin-right: -15px; @@ -2226,10 +2229,9 @@ ul.notif-network-list li.unseen { word-wrap: break-word; margin-top: 0; } -.intro-photo-wrapper img.intro-photo, -.notif-item img.notif-image { - height:80px; - width: 80px; +.intro-photo-wrapper img.intro-photo { + height:48px; + width: 48px; border-radius: 4px; } .intro-actions { @@ -2280,6 +2282,23 @@ ul.notif-network-list > li:hover .intro-action-buttons { margin-top: 5px } +/* Notifications Page */ +.notif-item img.notif-image { + height: 48px; + width: 48px; + border-radius: 4px; +} +.notif-item .notif-desc-wrapper { + height: 48px; +} +.notif-item .notif-desc-wrapper a { + height: 100%; + display: block; + color: #555; + font-size: 13px; + font-weight: 600; +} + /* Search Page */ /* This is a little bit hacky. Since the search page is used for diferent @@ -2318,9 +2337,13 @@ section.help-content-wrapper h2 { section.help-content-wrapper h3 { font-size: 1.2em; } +section.help-content-wrapper h4 { + font-size: 1em; +} section.help-content-wrapper h1, section.help-content-wrapper h2, section.help-content-wrapper h3, +section.help-content-wrapper h4, section.help-content-wrapper h5, section.help-content-wrapper h6 { margin-top: 24px; @@ -2332,7 +2355,8 @@ section.help-content-wrapper p { margin: 0.4em 0; } section.help-content-wrapper p, -section.help-content-wrapper a { +section.help-content-wrapper a, +section.help-content-wrapper li { line-height: 1.6; font-size: 0.96em; }