# HG changeset patch # User Marcin Kuzminski # Date 1372181495 -7200 # Node ID d46b56da5c21f2fe6ceb1024bc5b229699e92acc # Parent d15b3db4a3b4bc9f5e0e4f8666f83256198d7a42 Fixed some CSS for css elipsis diff -r d15b3db4a3b4 -r d46b56da5c21 rhodecode/public/css/style.css --- 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;