diff 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
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Fri Jun 21 04:13:39 2013 +0200
+++ b/rhodecode/public/css/style.css	Tue Jun 25 19:31:35 2013 +0200
@@ -216,6 +216,19 @@
     color: #B9B9B9;
 }
 
+.truncate {
+       white-space: nowrap;
+       overflow: hidden;
+       text-overflow: ellipsis;
+    -o-text-overflow: ellipsis;
+    -ms-text-overflow: ellipsis;
+}
+
+.truncate.autoexpand:hover {
+    text-overflow: none;
+    overflow: visible;
+}
+
 a.permalink {
     visibility: hidden;
     position: absolute;