Changeset - c1899a7d02c2
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-01-02 02:08:51
marcin@python-works.com
rounded tooltip box it looks nicer :)
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -1737,12 +1737,16 @@ font-family:arial, helvetica, verdana, s
 
border:2px solid #003367;
 
font:100% sans-serif;
 
width:auto;
 
opacity:1px;
 
padding:8px;
 
white-space: pre;
 
-webkit-border-radius: 8px 8px 8px 8px;
 
-khtml-border-radius: 8px 8px 8px 8px; 
 
-moz-border-radius: 8px 8px 8px 8px;
 
border-radius: 8px 8px 8px 8px;
 
}
 
 
.ac {
 
vertical-align:top;
 
}
 
0 comments (0 inline, 0 general)