##// END OF EJS Templates
Fixed some CSS for css elipsis
marcink -
r4033:d46b56da default
parent child Browse files
Show More
@@ -216,6 +216,19 div.options a {
216 color: #B9B9B9;
216 color: #B9B9B9;
217 }
217 }
218
218
219 .truncate {
220 white-space: nowrap;
221 overflow: hidden;
222 text-overflow: ellipsis;
223 -o-text-overflow: ellipsis;
224 -ms-text-overflow: ellipsis;
225 }
226
227 .truncate.autoexpand:hover {
228 text-overflow: none;
229 overflow: visible;
230 }
231
219 a.permalink {
232 a.permalink {
220 visibility: hidden;
233 visibility: hidden;
221 position: absolute;
234 position: absolute;
General Comments 0
You need to be logged in to leave comments. Login now