qtips.css 251 B

123456789101112
  1. .qtip-target {
  2. width: 100px;
  3. text-align:center;
  4. padding: 5px 0;
  5. border:1px dotted #99bbe8;
  6. background:#dfe8f6;
  7. color: #15428b;
  8. cursor:default;
  9. margin:10px;
  10. font:bold 11px tahoma,arial,sans-serif;
  11. float: left;
  12. }