SPR-838: pixel meta box
This commit is contained in:
parent
2b06150282
commit
db2c472658
2 changed files with 6 additions and 3 deletions
|
@ -19,6 +19,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
height: @page-header_height;
|
height: @page-header_height;
|
||||||
|
box-sizing: border-box;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: @background_page-header;
|
background-color: @background_page-header;
|
||||||
border-bottom: 1px solid @color-border-light;
|
border-bottom: 1px solid @color-border-light;
|
||||||
|
|
|
@ -2,10 +2,12 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-height: 1.95rem;
|
min-height: @page-header_height;
|
||||||
max-width: 40%;
|
max-width: 40%;
|
||||||
float: right;
|
float: right;
|
||||||
|
margin-top: @page_padding-top * -1; // reverse padding-top of .page container
|
||||||
|
padding-top: 1rem;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
|
||||||
.tab-container {
|
.tab-container {
|
||||||
display: table;
|
display: table;
|
||||||
|
@ -54,7 +56,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
background-color: @color-site-bg;
|
background-color: @color-site-bg;
|
||||||
border: 1px solid @color-border;
|
border: 1px solid @color-border-light;
|
||||||
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue