Graphs cross now always top right hand corner, hides/shows right part on click, jump hides right part, goToNow shows right part
This commit is contained in:
@ -127,3 +127,15 @@ meta, body {
|
||||
overflow: hidden;
|
||||
border: solid 4px dimgray;
|
||||
}
|
||||
|
||||
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
|
||||
/* CLOSE CROSS */
|
||||
|
||||
#close-cross{
|
||||
z-index: 50;
|
||||
top: 9px;
|
||||
right: 12px;
|
||||
position: fixed;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
}
|
Reference in New Issue
Block a user