mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
shorten prearrow
This commit is contained in:
parent
17a4f13a81
commit
fa5aae3f43
@ -108,7 +108,7 @@
|
|||||||
}
|
}
|
||||||
.pretooltiparrow {
|
.pretooltiparrow {
|
||||||
left: 0px;
|
left: 0px;
|
||||||
margin-left: -25px;
|
margin-left: 0px;
|
||||||
top: -16px;
|
top: -16px;
|
||||||
width: 70px;
|
width: 70px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@ -118,10 +118,10 @@
|
|||||||
.pretooltiparrow:before {
|
.pretooltiparrow:before {
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
border: thin silver solid ;
|
border: thin silver solid ;
|
||||||
z-index: 10;
|
z-index: 11;
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 40px;
|
left: 15px;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
width: 25px;
|
width: 25px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
|
@ -141,7 +141,7 @@
|
|||||||
|
|
||||||
.pretooltiparrow {
|
.pretooltiparrow {
|
||||||
left: 0px;
|
left: 0px;
|
||||||
margin-left: -25px;
|
margin-left: 0px;
|
||||||
top: -16px;
|
top: -16px;
|
||||||
width: 70px;
|
width: 70px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
@ -152,10 +152,10 @@
|
|||||||
.pretooltiparrow:before {
|
.pretooltiparrow:before {
|
||||||
background-color : @c4;
|
background-color : @c4;
|
||||||
border : thin silver solid ;
|
border : thin silver solid ;
|
||||||
z-index:10;
|
z-index:11;
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 40px;
|
left: 15px;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
width: 25px;
|
width: 25px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
|
Loading…
Reference in New Issue
Block a user