History: Tiki_org_family_headers_fix_CSS
Source of version: 7
Copy to clipboard
~tc~ ***** * USE THIS PAGE REQUESTED WITH tiki-index_raw.php?page=PAGENAMEHERE&clean&textonly&download&css * Example: <link rel="stylesheet" href="https://themes.tiki.org/tiki-index_raw.php?page=FooBar&clean&textonly&download&css" type="text/css"> ***** ~/tc~ .keep_this_line_here_for_now_to_prevent_the_page_title_to_be_interpreted_as_a_CSS_selector_till_fixed, /* START of Move this into the fivealive-lite theme CSS (the rules with "auto" values can be actually deleted from the less -- luci) */ body.tiki.navbar-padding, .layout_fixed_top_modules, .layout_social_modules { padding-top: 39px; /* before was 48px - needed change in the hide top nav on scroll module too */ } .layout_fixed_top_modules .top_modules, .navbar-fixed-top { height: 39px; } .navbar-fixed-top .btn, .layout_social .topbar_modules .btn, .layout_social_modules .topbar_modules .btn, .layout_fixed_top_modules #top_modules .btn, .navbar-fixed-top .btn-link, .layout_social .topbar_modules .btn-link, .layout_social_modules .topbar_modules .btn-link, .layout_fixed_top_modules #top_modules .btn-link { margin-top: auto; } /* .layout_fixed_top_modules .top_modules { min-width: 50%; } create enough width for module contents */ /* END of Move this into the fivealive-lite theme CSS */