Changeset - d46b56da5c21
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 12 years ago 2013-06-25 19:31:35
marcin@python-works.com
Fixed some CSS for css elipsis
1 file changed with 13 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)