shorten prearrow

This commit is contained in:
Matthias BUSSONNIER 2012-03-10 12:34:31 +01:00 committed by Brian Granger
parent 17a4f13a81
commit fa5aae3f43
2 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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;