xref: /OpenGrok/opengrok-web/src/main/webapp/default/jquery.tooltip.css (revision 0d40e9d0d07acb46ebe450cbc6042a9705a36e41)
1*0d40e9d0SAdam Hornáček.ui-tooltip {
2*0d40e9d0SAdam Hornáček    max-width: 100%;
3*0d40e9d0SAdam Hornáček    margin-right: 10px;
4*0d40e9d0SAdam Hornáček    overflow-x: auto;
5*0d40e9d0SAdam Hornáček}
6*0d40e9d0SAdam Hornáček
7*0d40e9d0SAdam Hornáček.ui-tooltip dt {
8*0d40e9d0SAdam Hornáček    font-weight: bold;
9*0d40e9d0SAdam Hornáček}
10