options.css 641 B

12345678910111213141516
  1. * { margin: 0; padding: 0; outline: 0; }
  2. body { font-family: Arial, Helvetica, Sans-Serif; font-size: 14px; line-height: 17px; color: #404040; background: #fff; }
  3. a { color: #0252aa; text-decoration: none; cursor: pointer; }
  4. a:hover { text-decoration: underline; }
  5. input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size: 14px; border: 1px solid #404040; }
  6. ul { list-style: none; }
  7. body { width: 200px; padding: 10px; }
  8. label { white-space: nowrap; }
  9. select { width: 200px; }
  10. [type=checkbox] { position: relative; z-index: 1; top: 2px; }
  11. h4 { clear: both; padding: 10px 0 2px 0; }
  12. a:nth-child(2) { float: right; }