SPR-760: qa position of meta tabbox

This commit is contained in:
Silke Pisulla 2017-03-10 15:24:57 +01:00
commit f87efc0f42

View file

@ -39,12 +39,10 @@
line-height: 160%; line-height: 160%;
text-align: right; // right-aligned text-align: right; // right-aligned
white-space: nowrap; white-space: nowrap;
background-color: @background_page-header;
margin: 0; margin: 0;
padding: 0; padding: 0;
@media @screen_max-md { @media @screen_max-md {
background-color: #fff;
margin-top: 3px; margin-top: 3px;
} }
@ -63,9 +61,10 @@
} }
> li { > li {
margin: 0 0 -1px;
position: relative; position: relative;
display: inline-block; display: inline-block;
vertical-align: bottom;
margin: 0;
@media @screen_max-md { @media @screen_max-md {
margin-left: .2rem; margin-left: .2rem;
@ -77,7 +76,7 @@
display: block; display: block;
background-color: @color-site-bg; background-color: @color-site-bg;
border: 1px solid @color-border-light; border: 1px solid @color-border-light;
border-bottom-color: @color-site-bg; //border-bottom-color: @color-site-bg;
border-radius: @fix_border-radius @fix_border-radius 0 0; border-radius: @fix_border-radius @fix_border-radius 0 0;
color: @color-nav; color: @color-nav;
font-size: @font-size-small; font-size: @font-size-small;
@ -140,8 +139,8 @@
margin-top: -1px; margin-top: -1px;
} }
@media @screen_max-lg { @media @screen_max-xlg {
margin-top: -.1rem; margin-top: -1px;
} }
@media @screen_max-md { @media @screen_max-md {
@ -149,10 +148,6 @@
margin-top: -2px; margin-top: -2px;
} }
@media @screen_max-xs {
margin-top: -1px;
}
.tab-pane { .tab-pane {
position: absolute; position: absolute;
top: 0; top: 0;
@ -167,17 +162,6 @@
min-width: 20em; min-width: 20em;
} }
&::before {
content: '';
position: absolute;
top: -1px;
left: 0;
z-index: 0;
width: 100%;
height: 1px;
background-color: @color-link;
}
&.active { &.active {
display: block; display: block;
overflow: hidden; overflow: hidden;