portal.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #app-header {
  2. color: #596F8F;
  3. font-size: 22px;
  4. font-weight: 200;
  5. padding: 8px 15px;
  6. text-shadow: 0 1px 0 #fff;
  7. }
  8. #app-msg {
  9. background: #D1DDEF;
  10. border: 1px solid #ACC3E4;
  11. padding: 3px 15px;
  12. font-weight: bold;
  13. font-size: 13px;
  14. position: absolute;
  15. right: 0;
  16. top: 0;
  17. }
  18. .x-panel-ghost {
  19. z-index: 1;
  20. }
  21. .x-border-layout-ct {
  22. background: #DFE8F6;
  23. }
  24. .x-portal-body {
  25. padding: 0 0 0 8px;
  26. }
  27. .x-portal .x-portal-column {
  28. /* columns must have vertical padding to avoid losing dimensions when empty */
  29. padding: 8px 8px 0 0;
  30. }
  31. .x-portal .x-panel-dd-spacer {
  32. border: 2px dashed #99bbe8;
  33. background: #f6f6f6;
  34. border-radius: 4px;
  35. -moz-border-radius: 4px;
  36. margin-bottom: 10px;
  37. }
  38. .x-portlet {
  39. margin-bottom:10px;
  40. padding: 1px;
  41. }
  42. .x-portlet .x-panel-body {
  43. background: #fff;
  44. }
  45. .portlet-content {
  46. padding: 10px;
  47. font-size: 11px;
  48. }
  49. #app-options .portlet-content {
  50. padding: 5px;
  51. font-size: 12px;
  52. }
  53. .settings {
  54. background-image:url(../shared/icons/fam/folder_wrench.png);
  55. }
  56. .nav {
  57. background-image:url(../shared/icons/fam/folder_go.png);
  58. }
  59. .info {
  60. background-image:url(../shared/icons/fam/information.png);
  61. }