SPR-838: pixel breadcrumb vs search input
This commit is contained in:
parent
052442dc49
commit
ebfd069895
3 changed files with 6 additions and 3 deletions
|
@ -7,7 +7,9 @@
|
||||||
.breadcrumbs {
|
.breadcrumbs {
|
||||||
position: relative;
|
position: relative;
|
||||||
border-bottom: 1px solid @color-border-light;
|
border-bottom: 1px solid @color-border-light;
|
||||||
padding: 1rem 1.8rem .35rem;
|
padding: 1rem 1.8rem .2rem;
|
||||||
|
min-height: @page-header_height;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
> p {
|
> p {
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
|
|
|
@ -99,7 +99,6 @@
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
tab-index: -1;
|
|
||||||
background-color: @color-content-bg;
|
background-color: @color-content-bg;
|
||||||
border-color: @color-link;
|
border-color: @color-link;
|
||||||
border-bottom-color: @color-content-bg;
|
border-bottom-color: @color-content-bg;
|
||||||
|
@ -110,6 +109,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.meta-content {
|
.meta-content {
|
||||||
|
margin-right: 1px;
|
||||||
|
margin-top: -1px;
|
||||||
.tab-pane {
|
.tab-pane {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
.togglelink {
|
.togglelink {
|
||||||
&.page_main-content {
|
&.page_main-content {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -1px;
|
top: 0px;
|
||||||
bottom: -1px;
|
bottom: -1px;
|
||||||
left: -(@margin-default);
|
left: -(@margin-default);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue