File tree Expand file tree Collapse file tree
skins/bootstrap_site_tabs_skin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 * Release date (ISO)
2222 * @global string
2323 */
24- $ app_date = '2020-08-03 ' ;
24+ $ app_date = '2020-08-06 ' ;
2525
2626/**
2727 * Is this b2evolution PRO?
Original file line number Diff line number Diff line change 3333
3434<div id="evo_site_header" class="swhead_wrapper">
3535
36- <?php if ( $ site_has_logo_file ) { ?>
37- <div class="swhead_sitename<?php echo $ site_title_class ; ?> ">
38- <a href="<?php echo $ baseurl ; ?> "><?php echo $ site_name_text ; ?> </a>
39- </div>
40- <?php } ?>
4136 <div class="swhead_menus">
4237 <div class="container-fluid level1">
4338
6560 // ----------------------------- END OF "Right Navigation" CONTAINER -----------------------------
6661 ?>
6762
63+ <?php if ( $ site_has_logo_file ) { ?>
64+ <div class="pull-left swhead_sitename<?php echo $ site_title_class ; ?> ">
65+ <a href="<?php echo $ baseurl ; ?> "><?php echo $ site_name_text ; ?> </a>
66+ </div>
67+ <?php } ?>
68+
6869 <ul class="nav nav-tabs pull-left">
6970<?php
7071 if ( ! $ site_has_logo_file )
Original file line number Diff line number Diff line change 1717}
1818# evo_site_header .swhead_sitename .swhead_logo {
1919 display : table-cell;
20- background-color : # ddd ;
20+ margin : -18 px 0 0 -6 px ;
2121}
2222# evo_site_header .swhead_sitename .swhead_logo a {
2323 padding : 0 ;
3636# evo_site_header .swhead_menus div .level1 nav .pull-right {
3737 margin-top : -10px ;
3838}
39- # evo_site_header .swhead_menus div .level1 nav .pull-left li {
40- margin-right : 2 px ;
39+ # evo_site_header .swhead_menus div .level1 nav .pull-right a {
40+ max-height : 40 px ;
4141}
4242# evo_site_header .swhead_menus div .level1 nav .pull-left li a {
43+ margin-right : 0 ;
4344 background-color : # eee ;
4445 border-color : # ddd ;
4546 border-bottom : 1px solid # ccc ;
Original file line number Diff line number Diff line change 1717 }
1818 & .swhead_logo {
1919 display : table-cell ;
20- background-color : #ddd ;
20+ margin : -18 px 0 0 -6 px ;
2121 a {
2222 padding : 0 ;
2323 }
3333 div .level1 {
3434 nav .pull-right {
3535 margin-top : -10px ;
36+ a {
37+ max-height : 40px ;
38+ }
3639 }
3740 nav .pull-left li {
38- margin-right : 2px ;
3941 a {
42+ margin-right : 0 ;
4043 background-color : #eee ;
4144 border-color : #ddd ;
4245 border-bottom : 1px solid #ccc ;
You can’t perform that action at this time.
0 commit comments