comparison rhodecode/public/css/style.css @ 1353:e354efa1f386 beta

Tooltip wrapp fix
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 02 Jun 2011 15:25:28 +0200
parents 3bce31f026b8
children 5875955def39
comparison
equal deleted inserted replaced
1352:79041f2d16f4 1353:e354efa1f386
1960 border:2px solid #003367; 1960 border:2px solid #003367;
1961 font:100% sans-serif; 1961 font:100% sans-serif;
1962 width:auto; 1962 width:auto;
1963 opacity:1px; 1963 opacity:1px;
1964 padding:8px; 1964 padding:8px;
1965 white-space: pre; 1965 white-space: pre-wrap;
1966 -webkit-border-radius: 8px 8px 8px 8px; 1966 -webkit-border-radius: 8px 8px 8px 8px;
1967 -khtml-border-radius: 8px 8px 8px 8px; 1967 -khtml-border-radius: 8px 8px 8px 8px;
1968 -moz-border-radius: 8px 8px 8px 8px; 1968 -moz-border-radius: 8px 8px 8px 8px;
1969 border-radius: 8px 8px 8px 8px; 1969 border-radius: 8px 8px 8px 8px;
1970
1970 } 1971 }
1971 1972
1972 .ac { 1973 .ac {
1973 vertical-align:top; 1974 vertical-align:top;
1974 } 1975 }