app/site-content/css/jquery-purr.css
changeset 24 7257b66a6766
parent 23 91cf6872d853
equal deleted inserted replaced
23:91cf6872d853 24:7257b66a6766
    17   right: 12px;
    17   right: 12px;
    18   display: block;
    18   display: block;
    19   width: 18px;
    19   width: 18px;
    20   height: 17px;
    20   height: 17px;
    21   text-indent: -9999px;
    21   text-indent: -9999px;
    22   background: url('/soc/content/images/purrClose.png') no-repeat 0 10px;
    22   background: url('/site-content/images/purrClose.png') no-repeat 0 10px;
    23 }
    23 }
    24 
    24 
    25 .tooltip-body {
    25 .tooltip-body {
    26   min-height: 50px;
    26   min-height: 50px;
    27   padding: 22px 22px 0 22px;
    27   padding: 22px 22px 0 22px;
    28   background: url('/soc/content/images/purrTop.png') no-repeat left top;
    28   background: url('/site-content/images/purrTop.png') no-repeat left top;
    29   color: #f9f9f9;
    29   color: #f9f9f9;
    30 }
    30 }
    31 
    31 
    32 .tooltip-body img {
    32 .tooltip-body img {
    33   width: 50px;
    33   width: 50px;
    35   float: left;
    35   float: left;
    36 }
    36 }
    37 
    37 
    38 .tooltip-body h3 {
    38 .tooltip-body h3 {
    39   margin: 0;
    39   margin: 0;
    40   font-size: 1.1em;
    40   font-size: 2em;
       
    41   text-align: left;
    41 }
    42 }
    42 
    43 
    43 .tooltip-body p {
    44 .tooltip-body p {
    44   margin: 5px 0 0 60px; 
    45   margin: 5px 0 0 60px; 
    45   font-size: 0.8em; 
    46   font-size: 1em;
       
    47   text-align: left;
    46   line-height: 1.4em;
    48   line-height: 1.4em;
    47 }
    49 }
    48 
    50 
    49 .tooltip-bottom {
    51 .tooltip-bottom {
    50   height: 22px;
    52   height: 22px;
    51   background: url('/soc/content/images/purrBottom.png') no-repeat left top;
    53   background: url('/site-content/images/purrBottom.png') no-repeat left top;
    52 }
    54 }