SPR-760: qa position of meta tabbox
This commit is contained in:
parent
cb25c44ba1
commit
f87efc0f42
1 changed files with 5 additions and 21 deletions
|
@ -39,12 +39,10 @@
|
|||
line-height: 160%;
|
||||
text-align: right; // right-aligned
|
||||
white-space: nowrap;
|
||||
background-color: @background_page-header;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
@media @screen_max-md {
|
||||
background-color: #fff;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
|
@ -63,9 +61,10 @@
|
|||
}
|
||||
|
||||
> li {
|
||||
margin: 0 0 -1px;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
vertical-align: bottom;
|
||||
margin: 0;
|
||||
|
||||
@media @screen_max-md {
|
||||
margin-left: .2rem;
|
||||
|
@ -77,7 +76,7 @@
|
|||
display: block;
|
||||
background-color: @color-site-bg;
|
||||
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;
|
||||
color: @color-nav;
|
||||
font-size: @font-size-small;
|
||||
|
@ -140,8 +139,8 @@
|
|||
margin-top: -1px;
|
||||
}
|
||||
|
||||
@media @screen_max-lg {
|
||||
margin-top: -.1rem;
|
||||
@media @screen_max-xlg {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
@media @screen_max-md {
|
||||
|
@ -149,10 +148,6 @@
|
|||
margin-top: -2px;
|
||||
}
|
||||
|
||||
@media @screen_max-xs {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.tab-pane {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -167,17 +162,6 @@
|
|||
min-width: 20em;
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
left: 0;
|
||||
z-index: 0;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: @color-link;
|
||||
}
|
||||
|
||||
&.active {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue