From: rabuzarus <> Date: Thu, 4 Aug 2016 09:36:31 +0000 (+0200) Subject: frio: add intro action buttons for mobile devices X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e34e1f7c2b6cc9a9c3b14c6d658c012bd569c50f;p=friendica.git frio: add intro action buttons for mobile devices --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 3596c5aa0b..773a2f305c 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2200,11 +2200,30 @@ ul li:hover .intro-wrapper button.intro-action-link { ul li:hover .intro-wrapper button.intro-action-link:hover { opacity: 1; } +.intro-action-buttons { + margin-top: 15px; + /*display: none;*/ + max-height: 0px; + overflow: hidden; + transition: max-height 0.1s ease-out; +} +ul.notif-network-list > li:hover .intro-action-buttons { + /*display: block;*/ + max-height: 30px; + transition: max-height 0.1s ease-in; +} .intro-desc-label, .intro-url-label, .intro-network-label, .intro-location-label, .intro-gender-label, .intro-keywords-label, .intro-about-label, .intro-knowyou-label { font-weight: bold; } +.intro-contact-info.xs .intro-url-label, .intro-contact-info.xs .intro-network-label, +.intro-contact-info.xs .intro-location-label, .intro-contact-info.xs .intro-gender-label, +.intro-contact-info.xs .intro-keywords-label, .intro-contact-info.xs .intro-about-label, +.intro-contact-info.xs .intro-knowyou-label { + display: block; + margin-top: 5px +} /* * Overwriting for transparency and other colors */ diff --git a/view/theme/frio/templates/intros.tpl b/view/theme/frio/templates/intros.tpl index 86c7fc342c..8fd7ee6090 100644 --- a/view/theme/frio/templates/intros.tpl +++ b/view/theme/frio/templates/intros.tpl @@ -8,26 +8,40 @@