Adjust nabber after reactivation admin bar
This commit is contained in:
parent
b739c54383
commit
d5ef734658
|
@ -3685,8 +3685,8 @@ tbody.collapse.in {
|
|||
|
||||
.navbar {
|
||||
position: relative;
|
||||
min-height: 50px;
|
||||
margin-bottom: 20px;
|
||||
min-height: 60px;
|
||||
margin-bottom: 0px;
|
||||
border: 1px solid transparent; }
|
||||
.navbar:before, .navbar:after {
|
||||
content: " ";
|
||||
|
@ -3695,7 +3695,7 @@ tbody.collapse.in {
|
|||
clear: both; }
|
||||
@media (min-width: 768px) {
|
||||
.navbar {
|
||||
border-radius: 4px; } }
|
||||
border-radius: 0px; } }
|
||||
|
||||
.navbar-header:before, .navbar-header:after {
|
||||
content: " ";
|
||||
|
@ -3791,10 +3791,10 @@ tbody.collapse.in {
|
|||
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
padding: 15px 15px;
|
||||
padding: 20px 15px;
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
height: 50px; }
|
||||
height: 60px; }
|
||||
.navbar-brand:hover, .navbar-brand:focus {
|
||||
text-decoration: none; }
|
||||
.navbar-brand > img {
|
||||
|
@ -3809,8 +3809,8 @@ tbody.collapse.in {
|
|||
float: right;
|
||||
margin-right: 15px;
|
||||
padding: 9px 10px;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 13px;
|
||||
margin-bottom: 13px;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border: 1px solid transparent;
|
||||
|
@ -3829,7 +3829,7 @@ tbody.collapse.in {
|
|||
display: none; } }
|
||||
|
||||
.navbar-nav {
|
||||
margin: 7.5px -15px; }
|
||||
margin: 10px -15px; }
|
||||
.navbar-nav > li > a {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
|
@ -3857,8 +3857,8 @@ tbody.collapse.in {
|
|||
.navbar-nav > li {
|
||||
float: left; }
|
||||
.navbar-nav > li > a {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px; } }
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px; } }
|
||||
|
||||
.navbar-form {
|
||||
margin-left: -15px;
|
||||
|
@ -3868,8 +3868,8 @@ tbody.collapse.in {
|
|||
border-bottom: 1px solid transparent;
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px; }
|
||||
margin-top: 13px;
|
||||
margin-bottom: 13px; }
|
||||
@media (min-width: 768px) {
|
||||
.navbar-form .form-group {
|
||||
display: inline-block;
|
||||
|
@ -3931,24 +3931,24 @@ tbody.collapse.in {
|
|||
|
||||
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
|
||||
margin-bottom: 0;
|
||||
border-top-right-radius: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 0px;
|
||||
border-top-left-radius: 0px;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0; }
|
||||
|
||||
.navbar-btn {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px; }
|
||||
margin-top: 13px;
|
||||
margin-bottom: 13px; }
|
||||
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px; }
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px; }
|
||||
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
|
||||
margin-top: 14px;
|
||||
margin-bottom: 14px; }
|
||||
margin-top: 19px;
|
||||
margin-bottom: 19px; }
|
||||
|
||||
.navbar-text {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px; }
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px; }
|
||||
@media (min-width: 768px) {
|
||||
.navbar-text {
|
||||
float: left;
|
||||
|
@ -5846,9 +5846,6 @@ button.close {
|
|||
.hidden-print {
|
||||
display: none !important; } }
|
||||
|
||||
body {
|
||||
padding-top: 50px; }
|
||||
|
||||
.wrapper {
|
||||
padding: 30px 0; }
|
||||
|
||||
|
@ -5882,9 +5879,15 @@ body {
|
|||
.entry-footer span {
|
||||
padding-right: 10px; }
|
||||
|
||||
img.wp-post-image {
|
||||
img.wp-post-image, article img {
|
||||
max-width: 100%; }
|
||||
|
||||
a.skip-link {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
right: 0px; }
|
||||
|
||||
/*!
|
||||
* Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||
|
|
Reference in New Issue