FloatingPane.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. .dojoxFloatingPane {
  2. background-color:#fff;
  3. position:relative;
  4. border: 1px solid #dedede;
  5. overflow: hidden;
  6. -webkit-box-shadow: 0px 5px 10px #adadad;
  7. }
  8. .dojoxFloatingPaneFg {
  9. -webkit-box-shadow: 0px 8px 20px #525252;
  10. }
  11. /* titleNode */
  12. .dojoxFloatingPaneTitle {
  13. background: #cccccc;
  14. background:#fafafa repeat-x bottom left;
  15. border:1px solid #bfbfbf;
  16. padding:4px 4px 2px 4px;
  17. cursor: pointer;
  18. white-space: nowrap;
  19. }
  20. .soria .dojoxFloatingPaneTitle {
  21. background:#fff url("../../../dijit/themes/soria/images/titleBar.png") repeat-x top left;
  22. border:1px solid #b1badf;
  23. font-size: 0.9em;
  24. font-weight: bold;
  25. line-height:1.2em;
  26. }
  27. .tundra .dojoxFloatingPaneTitle {
  28. background:#fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left;
  29. border:1px solid #bfbfbf;
  30. color:#000;
  31. }
  32. /* Icons */
  33. .dojoxFloatingCloseIcon {
  34. background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center;
  35. width:16px;
  36. height:16px;
  37. overflow:hidden;
  38. float:right;
  39. }
  40. .dojoxFloatingMinimizeIcon {
  41. background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center;
  42. width:7px;
  43. margin: 0px 4px;
  44. overflow:hidden;
  45. float:right;
  46. }
  47. .soria .dojoxFloatingMinimizeIcon {
  48. background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -15px top;
  49. width: 14px;
  50. margin: 0px 2px;
  51. }
  52. .floatingPaneMaximized .dojoxFloatingMaximizeIcon { display:none; }
  53. .dojoxFloatingMaximizeIcon {
  54. background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat -21px center;
  55. width:7px;
  56. margin: 0px 4px;
  57. overflow:hidden;
  58. float:right;
  59. }
  60. .soria .dojoxFloatingMaximizeIcon {
  61. background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;
  62. }
  63. .floatingPaneMaximized .dojoxFloatingRestoreIcon { display:inline; }
  64. .dojoxFloatingRestoreIcon {
  65. background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center;
  66. width:7px;
  67. margin: 0px 4px;
  68. float:right;
  69. display:none;
  70. }
  71. .dojoxFloatingResizeHandle {
  72. background:url('icons/resize.png') no-repeat bottom right;
  73. position:absolute;
  74. right:0;
  75. bottom:0;
  76. width:16px;
  77. height:16px;
  78. cursor:nw-resize;
  79. }
  80. .dojoxFloatingCloseIcon {
  81. width:15px;
  82. height:15px;
  83. overflow:hidden;
  84. float:right;
  85. cursor:pointer;
  86. }
  87. .soria .dojoxFloatingCloseIcon {
  88. background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -60px top;
  89. }
  90. .tundra .dojoxFloatingCloseIcon {
  91. background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center;
  92. }
  93. /* our un-used dock styles for now */
  94. .dojoxFloatingDockDefault {
  95. position:absolute;
  96. bottom:0px;
  97. left:0px;
  98. overflow:hidden;
  99. margin:0;
  100. margin-bottom:3px;
  101. padding:0px;
  102. width:100%;
  103. z-index:99; /* position the dock _just_ below the lowest pane */
  104. background:transparent;
  105. /* background-color:#fff;
  106. border-top:1px solid #ccc;
  107. */
  108. }
  109. .dojoxDockList {
  110. padding: 0px;
  111. margin: 0px;
  112. }
  113. .dojoxDockRestoreButton {
  114. background:url('../../../dijit/themes/tundra/images/folderClosed.gif') no-repeat center center;
  115. width:16px; height:16px;
  116. overflow:hidden;
  117. float:left;
  118. margin-top:2px;
  119. }
  120. .soria .dojoxDockRestoreButton {
  121. background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;
  122. }
  123. .dojoxDockTitleNode {
  124. overflow:hidden;
  125. }
  126. /* Modifications */
  127. .dojoxDock {
  128. display: block;
  129. border: 1px solid black;
  130. position: absolute;
  131. padding:0;
  132. margin:0;
  133. background:#fcfcfc;
  134. }
  135. .dojoxDockNode {
  136. border: 1px solid #adadad;
  137. border-radius: 2px;
  138. -webkit-border-radius: 2px;
  139. -moz-border-radius: 3px;
  140. cursor:pointer;
  141. list-style: none;
  142. padding: 2px;
  143. margin: 0px;
  144. height: 16px;
  145. width: auto;
  146. float: left;
  147. background: #fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left;
  148. }
  149. .soria .dojoxDockNode {
  150. background:#b7cdee url("../../../dijit/themes/soria/images/titleBar.png") repeat-x;
  151. }
  152. .dojoxFloatingPaneContent {
  153. overflow: auto;
  154. background-color: #fff;
  155. height: 100%;
  156. width: 100%;
  157. }
  158. .dojoxFloatingPaneCanvas {
  159. background-color:#fff;
  160. }