Adjust nabber after reactivation admin bar

This commit is contained in:
koenemann 2016-01-08 09:20:26 +01:00
parent b739c54383
commit d5ef734658
1 changed files with 29 additions and 26 deletions

View File

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