ie.css 653 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .quick_search {
  2. text-align: center;
  3. padding: 14px 0 0px 0;
  4. }
  5. .quick_search input[type=text] {
  6. text-align: left;
  7. height: 22px;
  8. width: 88%;
  9. color: #ccc;
  10. padding-left: 2%;
  11. padding-top: 5px;
  12. background: #fff url(../images/icn_search.png) no-repeat;
  13. background-position: 10px 6px;
  14. }
  15. .toggleLink {
  16. display: inline;
  17. float: none;
  18. margin-left: 2%
  19. }
  20. html ul.tabs li.active, html ul.tabs li.active a:hover {
  21. background: #ccc;
  22. }
  23. input[type=submit].btn_post_message {
  24. background: url(../images/post_message.png) no-repeat;
  25. }
  26. fieldset input[type=text] {
  27. margin-left: -10px;
  28. }
  29. fieldset select {
  30. margin-left: -10px
  31. }
  32. fieldset textarea {
  33. margin-left: -10px;
  34. }