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