PageRenderTime 144ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/django/contrib/admin/media/css/ie.css

https://code.google.com/p/mango-py/
CSS | 57 lines | 31 code | 17 blank | 9 comment | 0 complexity | d8ec0899cf3e92b29ccf596d6fbe1d75 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. /* IE 6 & 7 */
  2. /* Proper fixed width for dashboard in IE6 */
  3. .dashboard #content {
  4. *width: 768px;
  5. }
  6. .dashboard #content-main {
  7. *width: 535px;
  8. }
  9. /* IE 6 ONLY */
  10. /* Keep header from flowing off the page */
  11. #container {
  12. _position: static;
  13. }
  14. /* Put the right sidebars back on the page */
  15. .colMS #content-related {
  16. _margin-right: 0;
  17. _margin-left: 10px;
  18. _position: static;
  19. }
  20. /* Put the left sidebars back on the page */
  21. .colSM #content-related {
  22. _margin-right: 10px;
  23. _margin-left: -115px;
  24. _position: static;
  25. }
  26. .form-row {
  27. _height: 1%;
  28. }
  29. /* Fix right margin for changelist filters in IE6 */
  30. #changelist-filter ul {
  31. _margin-right: -10px;
  32. }
  33. /* IE ignores min-height, but treats height as if it were min-height */
  34. .change-list .filtered {
  35. _height: 400px;
  36. }
  37. /* IE doesn't know alpha transparency in PNGs */
  38. .inline-deletelink {
  39. background: transparent url(../img/admin/inline-delete-8bit.png) no-repeat;
  40. }