comparison rhodecode/public/css/style.css @ 4033:d46b56da5c21

Fixed some CSS for css elipsis
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 25 Jun 2013 19:31:35 +0200
parents e29b927d4de4
children 1e7befa639cc
comparison
equal deleted inserted replaced
4032:d15b3db4a3b4 4033:d46b56da5c21
212 margin-top: 5px; 212 margin-top: 5px;
213 } 213 }
214 214
215 .empty_data { 215 .empty_data {
216 color: #B9B9B9; 216 color: #B9B9B9;
217 }
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;
217 } 230 }
218 231
219 a.permalink { 232 a.permalink {
220 visibility: hidden; 233 visibility: hidden;
221 position: absolute; 234 position: absolute;