Portal.css 604 B

12345678910111213141516171819202122232425262728293031
  1. .x-panel-ghost {
  2. z-index: 1;
  3. }
  4. .x-border-layout-ct {
  5. background: #DFE8F6;
  6. }
  7. .x-portal-body {
  8. padding: 0 0 0 8px;
  9. }
  10. .x-portal .x-portal-column {
  11. /* columns must have vertical padding to avoid losing dimensions when empty */
  12. padding: 8px 8px 0 0;
  13. }
  14. .x-portal .x-panel-dd-spacer {
  15. border: 2px dashed #99bbe8;
  16. background: #f6f6f6;
  17. border-radius: 4px;
  18. -moz-border-radius: 4px;
  19. margin-bottom: 10px;
  20. }
  21. .x-portlet {
  22. margin-bottom:10px;
  23. padding: 1px;
  24. }
  25. .x-portlet .x-panel-body {
  26. background: #fff;
  27. }
  28. .portlet-content {
  29. padding: 10px;
  30. font-size: 11px;
  31. }