# HG changeset patch # User Marcin Kuzminski # Date 2013-06-25 19:31:35 # Node ID d46b56da5c21f2fe6ceb1024bc5b229699e92acc # Parent d15b3db4a3b4bc9f5e0e4f8666f83256198d7a42 Fixed some CSS for css elipsis diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -216,6 +216,19 @@ div.options a { 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;