added headroom scrolling
This commit is contained in:
parent
feffdb0bd4
commit
19fd673e46
12 changed files with 470 additions and 28 deletions
|
@ -3,7 +3,7 @@
|
|||
}
|
||||
|
||||
.libraryPage:not(.metadataEditorPage):not(.noSecondaryNavPage) {
|
||||
padding-top: 98px !important;
|
||||
padding-top: 99px !important;
|
||||
}
|
||||
|
||||
.libraryMenuDivider {
|
||||
|
@ -124,7 +124,7 @@
|
|||
}
|
||||
|
||||
.libraryViewNav {
|
||||
height: 48px;
|
||||
height: 49px;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
|
@ -132,7 +132,7 @@
|
|||
top: 50px;
|
||||
z-index: 999;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
padding: 0 0 0;
|
||||
overflow-x: scroll;
|
||||
|
@ -142,7 +142,7 @@
|
|||
}
|
||||
|
||||
.viewMenuBar {
|
||||
background-color: #000;
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
.libraryViewNav {
|
||||
|
@ -224,12 +224,12 @@
|
|||
.libraryViewNav a {
|
||||
display: inline-block;
|
||||
padding: 12px 0 9px;
|
||||
color: #ddd !important;
|
||||
color: rgba(255,255,255,.8) !important;
|
||||
text-decoration: none;
|
||||
margin: 0 0;
|
||||
position: relative;
|
||||
font-weight: normal;
|
||||
border-bottom: 4px solid transparent;
|
||||
border-bottom: 5px solid transparent;
|
||||
}
|
||||
|
||||
.libraryViewNav a:not(.ui-btn-active):hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue