ie.css 884 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. #page-content-outer {
  2. border: 1px solid #ccc;
  3. padding-top: 1px;
  4. display:block;
  5. }
  6. #content{
  7. *padding-top:60px
  8. }
  9. .form {
  10. padding-top: 1px;
  11. }
  12. .list td {
  13. border-bottom: 1px dotted #eee;
  14. }
  15. .list tr:hover>th, th {
  16. background: #eee url(table-header-bg.png) repeat-x 0 0 scroll;
  17. border-top: 1px solid #eee;
  18. border-bottom: 1px solid #eee;
  19. }
  20. .list tr:hover>td {
  21. background: transparent url(list_hover.png) repeat-x 0 -1px scroll;
  22. }
  23. .list td .small-button {
  24. margin: 0 5px 8px 0;
  25. }
  26. ul.tab_menu a span {
  27. display: inline-block;
  28. padding: 9px 29px 8px;
  29. }
  30. .small-button {
  31. margin-right: 2px;
  32. }
  33. .small-button span {
  34. padding: 0 11px 1px 8px;
  35. }
  36. .client-actions .danger{
  37. *margin-top:-23px;
  38. }
  39. #alert{
  40. top:45px;
  41. z-index:99999;
  42. }
  43. .large.button input{
  44. padding-top:5px;
  45. }
  46. .form-title{
  47. *margin-top:24px;
  48. }