portal.css 1.3 KB

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