custom-style.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. .north_view .x-panel-body,
  2. .x-panel-editor-north .x-panel-body {
  3. height:32px !important;
  4. }
  5. #signavio_repository_header #signavio_repository_logo, #oryx_editor_header a {
  6. height:44px !important;
  7. margin:0;
  8. left:0 !important;
  9. top:-4px !important;
  10. width: 900px !important;
  11. }
  12. #signavio_repository_header, #oryx_editor_header {
  13. background:url("../img/signavio/smoky/header_background2.png") repeat-x scroll center -4px transparent !important;
  14. }
  15. #oryx_editor_header {
  16. height: 40px !important;
  17. overflow: hidden;
  18. }
  19. .signavio_repository_header_shadow, .x-panel-editor-north #oryx_editor_header div {
  20. background:url("../img/signavio/smoky/header_background_bottom.png") repeat-x scroll center bottom transparent !important;
  21. top:68px;
  22. }
  23. .x-panel-editor-north #oryx_editor_header div {
  24. top: 70px !important;
  25. }
  26. .x-panel-editor-north .x-panel .x-panel-body {
  27. height:40px !important;
  28. }
  29. .signavio_repository_header_shadow, .signavio_repository_header_shadow2 {
  30. height:13px;
  31. }
  32. .x-toolbar.north_view,
  33. .x-panel-editor-north .x-toolbar {
  34. background:url("../img/signavio/smoky/header_background_bottom.png") repeat scroll 0 0 transparent !important;
  35. height:28px !important;
  36. left:0;
  37. top:40px !important;
  38. width:100%;
  39. }
  40. .x-panel-editor-north .x-toolbar {
  41. top:0px !important;
  42. }
  43. .x-toolbar.north_view table,
  44. .x-panel-editor-north .x-toolbar table {
  45. position:relative;
  46. top:2px;
  47. }
  48. .x-toolbar.north_view table button,
  49. .x-panel-editor-north .x-toolbar table button{
  50. color:#333333;
  51. }
  52. .x-toolbar.north_view table .x-btn-menu-active button,
  53. .x-toolbar.north_view table .x-btn-over button,
  54. .x-toolbar.north_view table .x-btn-click button,
  55. .x-panel-editor-north .x-toolbar table .x-btn-menu-active button,
  56. .x-panel-editor-north .x-toolbar table .x-btn-over button,
  57. .x-panel-editor-north .x-toolbar table .x-btn-click button {
  58. color:white;
  59. }
  60. #oryx_editor_header .openid {
  61. display: none;
  62. }
  63. #editor_header {
  64. background:url("../img/signavio/smoky/header_background2.png") repeat-x scroll center -4px transparent !important;
  65. width: 100%;
  66. overflow:hidden;
  67. position: relative;
  68. height: 40px;
  69. }
  70. #header_logo_image {
  71. position: absolute;
  72. top: -4px;
  73. left: 0px;
  74. height: 40px;
  75. width: 150px;
  76. }
  77. #header_close_image {
  78. position: absolute;
  79. width: 25px;
  80. top: 10px;
  81. right: 17px;
  82. height: 40px;
  83. }