You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

caption.css 177B

12345678910111213
  1. .i-errorindicator {
  2. width: 10px;
  3. height: 10px;
  4. display: block;
  5. float:left;
  6. background: #f00;
  7. }
  8. .i-error {
  9. padding-left: 15px;
  10. background: #fff;
  11. border: 1px solid red;
  12. }