fix_chamilo.css 998 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /*
  2. * Fix all chamilo_XXX themes
  3. */
  4. #submain {
  5. padding:10px;
  6. border:1px solid #ddd;
  7. position: relative; /* to avoid the IE peekabo bug*/
  8. margin: 0px auto;
  9. min-height: 320px;
  10. -moz-border-radius:0px 0px 10px 10px;
  11. border-radius:0px 0px 10px 10px;
  12. box-shadow: 3px 3px 10px #ddd;
  13. -moz-box-shadow: 3px 3px 10px #ddd;
  14. }
  15. #header3 {
  16. background:none;
  17. border-bottom:1px solid #ccc;
  18. width: 92%;
  19. margin-bottom:0px;
  20. padding:0px;
  21. }
  22. #header2 {
  23. min-height: 18px;
  24. }
  25. #current {
  26. margin-right: 2px;
  27. }
  28. #current #tab_active {
  29. }
  30. #header1 {
  31. padding:0px;
  32. }
  33. #header3 a {
  34. }
  35. #header3 li {
  36. }
  37. #header3 li a span {
  38. }
  39. #header4 {
  40. height:26px;
  41. padding:0px;
  42. background:none;
  43. width: 92%;
  44. }
  45. div.admin_section {
  46. width: 44%;
  47. }
  48. #Header2Right ul {
  49. width:50%;
  50. }
  51. #toolshortcuts_horizontal {
  52. border-top:1px solid #ccc;
  53. width:92%;
  54. padding: 8px 0px 2px 0;
  55. }