##// END OF EJS Templates
shorten prearrow
Matthias BUSSONNIER -
Show More
@@ -108,7 +108,7 b''
108 }
108 }
109 .pretooltiparrow {
109 .pretooltiparrow {
110 left: 0px;
110 left: 0px;
111 margin-left: -25px;
111 margin-left: 0px;
112 top: -16px;
112 top: -16px;
113 width: 70px;
113 width: 70px;
114 height: 16px;
114 height: 16px;
@@ -118,10 +118,10 b''
118 .pretooltiparrow:before {
118 .pretooltiparrow:before {
119 background-color: #f7f7f7;
119 background-color: #f7f7f7;
120 border: thin silver solid ;
120 border: thin silver solid ;
121 z-index: 10;
121 z-index: 11;
122 content: "";
122 content: "";
123 position: absolute;
123 position: absolute;
124 left: 40px;
124 left: 15px;
125 top: 10px;
125 top: 10px;
126 width: 25px;
126 width: 25px;
127 height: 25px;
127 height: 25px;
@@ -141,7 +141,7 b''
141
141
142 .pretooltiparrow {
142 .pretooltiparrow {
143 left: 0px;
143 left: 0px;
144 margin-left: -25px;
144 margin-left: 0px;
145 top: -16px;
145 top: -16px;
146 width: 70px;
146 width: 70px;
147 height: 16px;
147 height: 16px;
@@ -152,10 +152,10 b''
152 .pretooltiparrow:before {
152 .pretooltiparrow:before {
153 background-color : @c4;
153 background-color : @c4;
154 border : thin silver solid ;
154 border : thin silver solid ;
155 z-index:10;
155 z-index:11;
156 content: "";
156 content: "";
157 position: absolute;
157 position: absolute;
158 left: 40px;
158 left: 15px;
159 top: 10px;
159 top: 10px;
160 width: 25px;
160 width: 25px;
161 height: 25px;
161 height: 25px;
General Comments 0
You need to be logged in to leave comments. Login now