summaryrefslogtreecommitdiff
path: root/js/dojo-1.6/dojox/layout/resources
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.6/dojox/layout/resources')
-rw-r--r--js/dojo-1.6/dojox/layout/resources/DndGridContainer.css13
-rw-r--r--js/dojo-1.6/dojox/layout/resources/ExpandoPane.css263
-rw-r--r--js/dojo-1.6/dojox/layout/resources/ExpandoPane.html9
-rw-r--r--js/dojo-1.6/dojox/layout/resources/FloatingPane.css184
-rw-r--r--js/dojo-1.6/dojox/layout/resources/FloatingPane.html14
-rw-r--r--js/dojo-1.6/dojox/layout/resources/GridContainer.css74
-rw-r--r--js/dojo-1.6/dojox/layout/resources/GridContainer.html11
-rw-r--r--js/dojo-1.6/dojox/layout/resources/RadioGroup.css45
-rw-r--r--js/dojo-1.6/dojox/layout/resources/ResizeHandle.css52
-rw-r--r--js/dojo-1.6/dojox/layout/resources/RotatorContainer.css47
-rw-r--r--js/dojo-1.6/dojox/layout/resources/ScrollPane.css24
-rw-r--r--js/dojo-1.6/dojox/layout/resources/ScrollPane.html6
-rw-r--r--js/dojo-1.6/dojox/layout/resources/ToggleSplitter.css87
-rw-r--r--js/dojo-1.6/dojox/layout/resources/icons/gridcontainer_grip.gifbin0 -> 80 bytes
-rw-r--r--js/dojo-1.6/dojox/layout/resources/icons/grip_bg.gifbin0 -> 46 bytes
-rw-r--r--js/dojo-1.6/dojox/layout/resources/icons/pixel.gifbin0 -> 64 bytes
-rw-r--r--js/dojo-1.6/dojox/layout/resources/icons/resize.pngbin0 -> 319 bytes
-rw-r--r--js/dojo-1.6/dojox/layout/resources/icons/resizeRtl.pngbin0 -> 269 bytes
-rw-r--r--js/dojo-1.6/dojox/layout/resources/icons/rotator.pngbin0 -> 1895 bytes
19 files changed, 829 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/layout/resources/DndGridContainer.css b/js/dojo-1.6/dojox/layout/resources/DndGridContainer.css
new file mode 100644
index 0000000..1d42d20
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/DndGridContainer.css
@@ -0,0 +1,13 @@
+/**********************************dojox.layout.dnd************************************/
+/* item-specific settings */
+.dojoDndItemOver {background-color: #feb !important;}
+.dojoDndItemSelected {background: #ccf; color: #444;}
+.dojoDndItemBefore {border-top: 3px solid red;}
+.dojoDndItemAfter {border-bottom: 3px solid red;}
+.dojoDndItemAnchor {background: #ccf; color: black;}
+.dojoDndItemOver.dojoDndItemSelected {background: #ec8;}
+.dojoDndItemOver.dojoDndItemAnchor {background: #feb !important;}
+/* avatar-specific settings */
+/*.dojoDndAvatarHeader {display:none;} move to gridContainer */
+.dojoDndAvatarItem {background: #eee;}
+.dndDropIndicator {border: 1px dashed #FF6600;cursor: default;} \ No newline at end of file
diff --git a/js/dojo-1.6/dojox/layout/resources/ExpandoPane.css b/js/dojo-1.6/dojox/layout/resources/ExpandoPane.css
new file mode 100644
index 0000000..47001a3
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/ExpandoPane.css
@@ -0,0 +1,263 @@
+ /* dojox.layout.ExpandoPane */
+
+ .dojoxExpandoPane {
+ overflow:hidden;
+ z-index:440 !important;
+ }
+
+ .dojoxExpandoPane .dojoxExpandoWrapper {
+ overflow:hidden;
+ }
+
+ .dojoxExpandoClosed .dojoxExpandoTitleNode {
+ display:none;
+ }
+
+ /* hide all layout children scrollbars when closed */
+ .dojoxExpandoClosed .dojoxExpandoWrapper * {
+ overflow:hidden !important;
+ }
+
+ .dojoxExpandoTitleNode {
+ padding-right:6px;
+ padding-left:6px;
+ }
+
+ .dojoxExpandoIcon .a11yNode {
+ display:none;
+ visibility:hidden;
+ }
+
+ .dojoxExpandoBottom .dojoxExpandoIcon,
+ .dojoxExpandoTop .dojoxExpandoIcon,
+ .dojoxExpandoLeft .dojoxExpandoIcon {
+ float:right;
+ margin-right:2px;
+ }
+
+ .dojoxExpandoRight .dojoxExpandoIcon {
+ float:left;
+ margin-left:2px;
+ }
+
+ .dojoxExpandoIcon {
+ width:14px;
+ cursor:pointer;
+ background-position:-60px 0px;
+ background-repeat: no-repeat;
+ height:14px;
+ }
+
+ .dojoxExpandoClosed .dojoxExpandoIcon {
+ background-position: 0px 0px;
+ margin:0 auto;
+ }
+
+ .dijitBorderContainer-dijitExpandoPane {
+ border: none !important;
+ }
+
+ /* soria definitions */
+
+ .soria .dojoxExpandoTitle {
+ height:16px;
+ font-size:0.9em;
+ font-weight:bold;
+ padding:3px;
+ padding-top:6px;
+ padding-bottom:5px;
+ background:#F0F4FC url("../../../dijit/themes/soria/images/tabContainerSprite.gif") repeat-x scroll 0pt -50px;
+ border-left: 1px solid #B1BADF;
+ border-right: 1px solid #B1BADF;
+ }
+
+ .soria .dojoxExpandoClosed .dojoxExpandoTitle {
+ background: none;
+ background-color: #F0F4FC;
+ border: none;
+ }
+
+ .soria .dojoxExpandoClosed {
+ background: none;
+ background-color: #F0F4FC;
+ border: 1px solid #B1BADF !important;
+ }
+
+ .soria .dojoxExpandoIcon {
+ background-image: url('../../../dijit/themes/soria/images/spriteRoundedIconsSmall.png');
+ }
+
+ .dj_ie6 .soria .dojoxExpandoIcon {
+ background-image: url('../../../dijit/themes/soria/images/spriteRoundedIconsSmall.gif');
+ }
+
+ /* tundra styles */
+ .tundra .dojoxExpandoTitle {
+ font-weight: bold;
+ padding: 5px;
+ padding-top: 6px;
+ padding-bottom: 6px;
+ background: #fafafa url("../../../dijit/themes/tundra/images/accordionItemActive.gif") repeat-x scroll left top;
+ border-top: 1px solid #ccc;
+ border-left: 1px solid #ccc;
+ border-right: 1px solid #ccc;
+ }
+
+ .tundra .dojoxExpandoClosed .dojoxExpandoTitle {
+ background: none;
+ background-color: #fafafa;
+ border: none;
+ padding:3px;
+ }
+
+ .tundra .dojoxExpandoClosed {
+ background: none;
+ background-color: #fafafa;
+ border: 1px solid #ccc !important;
+ }
+
+ .tundra .dojoxExpandoRight .dojoxExpandoTitle,
+ .tundra .dojoxExpandoLeft .dojoxExpandoTitle,
+ .tundra .dojoxExpandoClosed .dojoxExpandoTitle,
+ .tundra .dojoxExpandoClosed {
+ background-color: #fafafa;
+ }
+
+ .tundra .dojoxExpandoIcon {
+ background-image: url('../../../dijit/themes/tundra/images/spriteRoundedIconsSmall.gif');
+ }
+
+ .tundra .dojoxExpandoClosed .dojoxExpandoIconLeft,
+ .tundra .dojoxExpandoClosed .dojoxExpandoIconRight,
+ .tundra .dojoxExpandoClosed .dojoxExpandoIconTop,
+ .tundra .dojoxExpandoClosed .dojoxExpandoIconBottom {
+ margin-top: 3px;
+ }
+
+ /* claro styles */
+ .claro .dojoxExpandoTitle {
+ font-weight: bold;
+ border:1px solid #769DC0;
+ border-bottom:none;
+ background-color:#cde8ff;
+ background-image: url("../../../dijit/themes/claro/layout/images/accordion.png");
+ background-position:0px 0px;
+ background-repeat:repeat-x;
+ padding: 5px 7px 2px 7px;
+ min-height:17px;
+ color:#4a4a4a;
+ }
+
+ .claro .dojoxExpandoClosed .dojoxExpandoTitle {
+ background: none;
+ background-color: #E6E6E7;
+ border: none;
+ padding:3px;
+ }
+
+ .claro .dojoxExpandoClosed {
+ background: none;
+ background-color: #E6E6E7;
+ border: 1px solid #769DC0 !important;
+ }
+
+ .claro .dojoxExpandoRight .dojoxExpandoTitle,
+ .claro .dojoxExpandoLeft .dojoxExpandoTitle,
+ .claro .dojoxExpandoClosed .dojoxExpandoTitle{
+ background-color: #E6E6E7;
+ }
+ .claro .dojoxExpandoClosed .dojoxExpandoTitle{
+ background-image: url("../../../dijit/themes/claro/layout/images/accordion.png");
+ background-position:0 0;
+ }
+
+ /* FIXME: use tundra spriteRoundedIconsSmall for now,
+ because there is no compatible image files in claro (15x15
+ icon, and icons are arranged in the same order as in
+ spriteRoundedIconsSmall.gif */
+ .claro .dojoxExpandoIcon {
+ background-image: url('../../../dijit/themes/tundra/images/spriteRoundedIconsSmall.gif');
+ }
+
+ .claro .dojoxExpandoClosed .dojoxExpandoIconLeft,
+ .claro .dojoxExpandoClosed .dojoxExpandoIconRight,
+ .claro .dojoxExpandoClosed .dojoxExpandoIconTop,
+ .claro .dojoxExpandoClosed .dojoxExpandoIconBottom {
+ margin-top: 3px;
+ }
+
+ /* nihilo theme styles */
+ .nihilo .dojoxExpandoPane {
+ background: #fafafa;
+ }
+
+ .nihilo .dojoxExpandoTitle {
+ height:16px;
+ font-size:0.9em;
+ font-weight:bold;
+ padding:3px;
+ padding-top:6px;
+ padding-bottom:5px;
+ background:#fafafa url("../../../dijit/themes/nihilo/images/tabContainerSprite.gif") repeat-x scroll 0pt -50px;
+ border-left: 1px solid #ccc;
+ border-right: 1px solid #ccc;
+ }
+
+ .nihilo .dojoxExpandoClosed .dojoxExpandoTitle {
+ background: none;
+ background-color: #fafafa;
+ border: none;
+ }
+
+ .nihilo .dojoxExpandoClosed {
+ background: none;
+ background-color: #fafafa;
+ border: 1px solid #ccc !important;
+ }
+
+ .nihilo .dojoxExpandoIcon {
+ background-image: url('../../../dijit/themes/nihilo/images/spriteRoundedIconsSmall.png');
+ }
+
+ .dj_ie6 .nihilo .dojoxExpandoIcon {
+ background-image: url('../../../dijit/themes/nihilo/images/spriteRoundedIconsSmall.gif');
+ }
+
+ .nihilo .dojoxExpandoTop {
+ border-bottom:1px solid #ccc;
+ border-left:1px solid #ccc;
+ border-right:1px solid #ccc;
+ }
+
+ /* open/closed states */
+
+ .dojoxExpandoClosed .dojoxExpandoIcon {
+ margin-right:4px;
+ }
+ .dojoxExpandoIconLeft {
+ background-position: 0 0;
+ }
+ .dojoxExpandoClosed .dojoxExpandoIconLeft {
+ background-position: -30px 0;
+ margin-right: 4px;
+ }
+ .dojoxExpandoIconRight {
+ background-position: -30px 0;
+ }
+ .dojoxExpandoClosed .dojoxExpandoIconRight {
+ background-position: 0 0;
+ margin-left: 4px;
+ }
+ .dojoxExpandoIconBottom {
+ background-position: -15px 0;
+ }
+ .dojoxExpandoClosed .dojoxExpandoIconBottom {
+ background-position: -45px 0;
+ margin-top:1px;
+ }
+ .dojoxExpandoIconTop {
+ background-position: -45px 0;
+ }
+ .dojoxExpandoClosed .dojoxExpandoIconTop {
+ background-position: -15px 0;
+ }
diff --git a/js/dojo-1.6/dojox/layout/resources/ExpandoPane.html b/js/dojo-1.6/dojox/layout/resources/ExpandoPane.html
new file mode 100644
index 0000000..a2e646f
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/ExpandoPane.html
@@ -0,0 +1,9 @@
+<div class="dojoxExpandoPane">
+ <div dojoAttachPoint="titleWrapper" class="dojoxExpandoTitle">
+ <div class="dojoxExpandoIcon" dojoAttachPoint="iconNode" dojoAttachEvent="onclick:toggle"><span class="a11yNode">X</span></div>
+ <span class="dojoxExpandoTitleNode" dojoAttachPoint="titleNode">${title}</span>
+ </div>
+ <div class="dojoxExpandoWrapper" dojoAttachPoint="cwrapper" dojoAttachEvent="ondblclick:_trap">
+ <div class="dojoxExpandoContent" dojoAttachPoint="containerNode"></div>
+ </div>
+</div>
diff --git a/js/dojo-1.6/dojox/layout/resources/FloatingPane.css b/js/dojo-1.6/dojox/layout/resources/FloatingPane.css
new file mode 100644
index 0000000..579f604
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/FloatingPane.css
@@ -0,0 +1,184 @@
+.dojoxFloatingPane {
+ background-color:#fff;
+ position:relative;
+ border: 1px solid #dedede;
+ overflow: hidden;
+ -webkit-box-shadow: 0px 5px 10px #adadad;
+}
+
+.dojoxFloatingPaneFg {
+ -webkit-box-shadow: 0px 8px 20px #525252;
+}
+
+/* titleNode */
+.dojoxFloatingPaneTitle {
+ background: #cccccc;
+ background:#fafafa repeat-x bottom left;
+ border:1px solid #bfbfbf;
+ padding:4px 4px 2px 4px;
+ cursor: pointer;
+ white-space: nowrap;
+}
+
+.soria .dojoxFloatingPaneTitle {
+ background:#fff url("../../../dijit/themes/soria/images/titleBar.png") repeat-x top left;
+ border:1px solid #b1badf;
+ font-size: 0.9em;
+ font-weight: bold;
+ line-height:1.2em;
+}
+
+
+.tundra .dojoxFloatingPaneTitle {
+ background:#fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left;
+ border:1px solid #bfbfbf;
+ color:#000;
+}
+
+
+/* Icons */
+.dojoxFloatingCloseIcon {
+ background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center;
+ width:16px;
+ height:16px;
+ overflow:hidden;
+ float:right;
+}
+
+.dojoxFloatingMinimizeIcon {
+ background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center;
+ width:7px;
+ margin: 0px 4px;
+ overflow:hidden;
+ float:right;
+}
+.soria .dojoxFloatingMinimizeIcon {
+ background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -15px top;
+ width: 14px;
+ margin: 0px 2px;
+}
+
+.floatingPaneMaximized .dojoxFloatingMaximizeIcon { display:none; }
+.dojoxFloatingMaximizeIcon {
+ background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat -21px center;
+ width:7px;
+ margin: 0px 4px;
+ overflow:hidden;
+ float:right;
+}
+.soria .dojoxFloatingMaximizeIcon {
+ background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;
+}
+
+.floatingPaneMaximized .dojoxFloatingRestoreIcon { display:inline; }
+.dojoxFloatingRestoreIcon {
+ background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center;
+ width:7px;
+ margin: 0px 4px;
+ float:right;
+ display:none;
+}
+
+.dojoxFloatingResizeHandle {
+ background:url('icons/resize.png') no-repeat bottom right;
+ position:absolute;
+ right:0;
+ bottom:0;
+ width:16px;
+ height:16px;
+ cursor:nw-resize;
+}
+
+.dojoxFloatingCloseIcon {
+ width:15px;
+ height:15px;
+ overflow:hidden;
+ float:right;
+ cursor:pointer;
+}
+
+.soria .dojoxFloatingCloseIcon {
+ background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -60px top;
+}
+
+.tundra .dojoxFloatingCloseIcon {
+ background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center;
+}
+
+/* our un-used dock styles for now */
+.dojoxFloatingDockDefault {
+ position:absolute;
+ bottom:0px;
+ left:0px;
+ overflow:hidden;
+ margin:0;
+ margin-bottom:3px;
+ padding:0px;
+ width:100%;
+ z-index:99; /* position the dock _just_ below the lowest pane */
+
+ background:transparent;
+ /* background-color:#fff;
+ border-top:1px solid #ccc;
+ */
+}
+
+.dojoxDockList {
+ padding: 0px;
+ margin: 0px;
+}
+
+.dojoxDockRestoreButton {
+ background:url('../../../dijit/themes/tundra/images/arrowUp.png') no-repeat center center;
+ width:16px; height:16px;
+ overflow:hidden;
+ float:left;
+ margin-top:2px;
+}
+.soria .dojoxDockRestoreButton {
+ background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;
+}
+
+.dojoxDockTitleNode {
+ overflow:hidden;
+}
+
+/* Modifications */
+
+.dojoxDock {
+ display: block;
+ border: 1px solid black;
+ position: absolute;
+ padding:0;
+ margin:0;
+ background:#fcfcfc;
+}
+
+.dojoxDockNode {
+ border: 1px solid #adadad;
+ border-radius: 2px;
+ -webkit-border-radius: 2px;
+ -moz-border-radius: 3px;
+ cursor:pointer;
+ list-style: none;
+ padding: 2px;
+ margin: 0px;
+ height: 16px;
+ width: auto;
+ float: left;
+ background: #fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left;
+}
+.soria .dojoxDockNode {
+ background:#b7cdee url("../../../dijit/themes/soria/images/titleBar.png") repeat-x;
+}
+
+.dojoxFloatingPaneContent {
+ overflow: auto;
+ background-color: #fff;
+ height: 100%;
+ width: 100%;
+}
+
+.dojoxFloatingPaneCanvas {
+ background-color:#fff;
+}
diff --git a/js/dojo-1.6/dojox/layout/resources/FloatingPane.html b/js/dojo-1.6/dojox/layout/resources/FloatingPane.html
new file mode 100644
index 0000000..a96ccdd
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/FloatingPane.html
@@ -0,0 +1,14 @@
+<div class="dojoxFloatingPane" id="${id}">
+ <div tabindex="0" role="button" class="dojoxFloatingPaneTitle" dojoAttachPoint="focusNode">
+ <span dojoAttachPoint="closeNode" dojoAttachEvent="onclick: close" class="dojoxFloatingCloseIcon"></span>
+ <span dojoAttachPoint="maxNode" dojoAttachEvent="onclick: maximize" class="dojoxFloatingMaximizeIcon">&thinsp;</span>
+ <span dojoAttachPoint="restoreNode" dojoAttachEvent="onclick: _restore" class="dojoxFloatingRestoreIcon">&thinsp;</span>
+ <span dojoAttachPoint="dockNode" dojoAttachEvent="onclick: minimize" class="dojoxFloatingMinimizeIcon">&thinsp;</span>
+ <span dojoAttachPoint="titleNode" class="dijitInline dijitTitleNode"></span>
+ </div>
+ <div dojoAttachPoint="canvas" class="dojoxFloatingPaneCanvas">
+ <div dojoAttachPoint="containerNode" role="region" tabindex="-1" class="${contentClass}">
+ </div>
+ <span dojoAttachPoint="resizeHandle" class="dojoxFloatingResizeHandle"></span>
+ </div>
+</div>
diff --git a/js/dojo-1.6/dojox/layout/resources/GridContainer.css b/js/dojo-1.6/dojox/layout/resources/GridContainer.css
new file mode 100644
index 0000000..6eda93c
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/GridContainer.css
@@ -0,0 +1,74 @@
+@import url("../../mdnd/resources/dnd.css");
+.dj_ie6 .gridContainer *{
+ zoom:1;
+}
+
+.gridContainer{
+ display:block;
+ position:relative;
+ background:#FFF;
+ margin:0;
+ width:100%;
+ /*height:1%;*/ /*Bug focus with IE6/7)*/
+ height:auto;
+ overflow-y:auto;
+ overflow-x:hidden !important;
+}
+
+.gridContainerTable{
+ width:100%;
+ border:1px solid #BFBFBF;
+}
+
+.gridContainerTable tbody, .gridContainerTable tr{
+ height:100%;
+}
+
+.gridContainerZone{
+ vertical-align:top;
+ background-color:#FDFDFD;
+ height:100%;
+}
+
+.gridContainerZone .serviceWidgetTitleText h2{
+ position:relative;
+}
+
+.gridContainerGrip{
+ cursor:default;
+ position:absolute;
+ top:0;
+ width:10px;
+ padding:0;
+ margin:0;
+ background-image:url(icons/pixel.gif);
+ height:100%;
+}
+
+.gridContainerGripShow{
+ cursor:e-resize;
+ position:absolute;
+ top:0;
+ width:10px;
+ padding:0;
+ margin:0;
+ background-image:url(icons/gridcontainer_grip.gif);
+ height:100%;
+}
+
+.dropIndicator{
+ border:2px dashed #BFBFBF;
+}
+
+.dropIndicator > div{
+ background-color:#FFF;
+}
+
+.dj_ie6 .dropIndicator,
+.dj_ie6 .dojoxPortlet .dijitContentPane,
+.dj_ie6 .dojoxPortlet, .dj_ie6 .dojoxPortlet.dijitTitlePane{
+ margin: 10px;
+}
+.gridContainerZone > *{
+ margin: 10px !important;
+}
diff --git a/js/dojo-1.6/dojox/layout/resources/GridContainer.html b/js/dojo-1.6/dojox/layout/resources/GridContainer.html
new file mode 100644
index 0000000..c92a917
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/GridContainer.html
@@ -0,0 +1,11 @@
+<div id="${id}" class="gridContainer" dojoAttachPoint="containerNode" tabIndex="0" dojoAttachEvent="onkeypress:_selectFocus">
+ <div dojoAttachPoint="gridContainerDiv">
+ <table class="gridContainerTable" dojoAttachPoint="gridContainerTable" cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr dojoAttachPoint="gridNode" >
+
+ </tr>
+ </tbody>
+ </table>
+ </div>
+</div> \ No newline at end of file
diff --git a/js/dojo-1.6/dojox/layout/resources/RadioGroup.css b/js/dojo-1.6/dojox/layout/resources/RadioGroup.css
new file mode 100644
index 0000000..d4d67d2
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/RadioGroup.css
@@ -0,0 +1,45 @@
+/* RadioGroup base Button styling: */
+.dojoxRadioButtons {
+ margin:0; padding:4px;
+ width:100%;
+ outline:0;
+}
+
+.dojoxRadioButtons tbody {
+ margin:0; padding:0;
+ width:100%;
+}
+
+.dojoxRadioButton {
+ text-align:center;
+ cursor:pointer;
+ margin:0;
+}
+
+.dojoxRadioButtonSelected {
+ border:1px solid #ededed;
+}
+.tundra .dojoxRadioButtonSelected {
+ border:1px solid #a0a0a0;
+ background:#b7b7b7;
+}
+.soria .dojoxRadioButtonSelected {
+ background:#b7cdee url('../../../dijit/themes/soria/images/gradientTopBg.png') repeat-x top center;
+}
+
+.dojoxRadioButtonLabel {
+ padding:8px;
+ text-align:center;
+ display:block;
+}
+
+.dojoxRadioGroup {
+ overflow:hidden;
+ border:0;
+ margin:0; padding:0;
+}
+.dojoxRadioView {
+ position:relative;
+ overflow:hidden;
+ height:100%;
+} \ No newline at end of file
diff --git a/js/dojo-1.6/dojox/layout/resources/ResizeHandle.css b/js/dojo-1.6/dojox/layout/resources/ResizeHandle.css
new file mode 100644
index 0000000..533d250
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/ResizeHandle.css
@@ -0,0 +1,52 @@
+.dojoxResizeHandle {
+ float: right;
+ position: absolute;
+ right: 2px;
+ bottom: 2px;
+ width: 13px;
+ height: 13px;
+ z-index: 20;
+ background-image: url('icons/resize.png');
+ line-height: 0px;
+}
+
+.dijitRtl .dojoxResizeHandle {
+ float: right;
+ left: 0px;
+ right: auto;
+ background-image: url('icons/resizeRtl.png');
+}
+
+.dojoxResizeNW {
+ cursor: nw-resize;
+}
+
+.dijitRtl .dojoxResizeNW {
+ cursor: ne-resize;
+}
+
+.dojoxResizeNE {
+ cursor: ne-resize;
+}
+
+.dijitRtl .dojoxResizeNE {
+ cursor: nw-resize;
+}
+
+.dojoxResizeW {
+ cursor: w-resize;
+}
+
+
+.dojoxResizeN {
+ cursor: n-resize;
+}
+
+.dojoxResizeHandleClone {
+ position:absolute; top:0; left:0;
+ border:1px dashed #666;
+ z-index:999;
+}
+
+
+
diff --git a/js/dojo-1.6/dojox/layout/resources/RotatorContainer.css b/js/dojo-1.6/dojox/layout/resources/RotatorContainer.css
new file mode 100644
index 0000000..0c87a8a
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/RotatorContainer.css
@@ -0,0 +1,47 @@
+.dojoxRotatorContainer .dijitStackController,
+.dojoxRotatorPager {
+ position:absolute;
+ z-index:3;
+}
+
+.dojoxRotatorContent {
+ position:absolute;
+ z-index:1;
+}
+
+.dojoxRotatorContainer {
+ border:1px solid #9b9b9b;
+}
+
+.dojoxRotatorContainer .dijitStackController {
+ right:5px;
+ top:5px;
+}
+
+.dojoxRotatorContainer .dijitStackController .dijitToggleButtonChecked .dijitButtonNode {
+ background-color:#000;
+ background-image:none;
+ color:#fff;
+}
+
+.dojoxRotatorContainer .dojoxRotatorPager{bottom:5px;right:5px;}
+
+.rotatorIcons .dijitButton{margin:0;}
+.rotatorIcons .dijitButtonNode{background:none !important;border:0 !important;padding:0 !important;}
+.rotatorIcons .dijitButtonText{display:none;}
+.rotatorIcons .previous,
+.rotatorIcons .next,
+.rotatorIcons .playPause,
+.rotatorIcons .dijitToggleButtonChecked .playPause{background-image:url("icons/rotator.png");background-repeat:no-repeat;display:block;height:16px;width:16px;}
+.rotatorIcons .previous{background-position:0 0;}
+.rotatorIcons .dijitButtonHover .previous{background-position:0 -16px;}
+.rotatorIcons .dijitButtonActive .previous{background-position:0 -32px;}
+.rotatorIcons .next{background-position:-16px 0;}
+.rotatorIcons .dijitButtonHover .next{background-position:-16px -16px;}
+.rotatorIcons .dijitButtonActive .next{background-position:-16px -32px;}
+.rotatorIcons .playPause{background-position:-32px 0;}
+.rotatorIcons .dijitToggleButtonHover .playPause{background-position:-32px -16px;}
+.rotatorIcons .dijitToggleButtonActive .playPause{background-position:-32px -32px;}
+.rotatorIcons .dijitToggleButtonChecked .playPause{background-position:-48px 0;}
+.rotatorIcons .dijitToggleButtonCheckedHover .playPause{background-position:-48px -16px;}
+.rotatorIcons .dijitToggleButtonCheckedActive .playPause{background-position:-48px -32px;}
diff --git a/js/dojo-1.6/dojox/layout/resources/ScrollPane.css b/js/dojo-1.6/dojox/layout/resources/ScrollPane.css
new file mode 100644
index 0000000..3dc7386
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/ScrollPane.css
@@ -0,0 +1,24 @@
+.dojoxScrollWindow {
+ position:relative;
+ overflow:hidden;
+}
+
+.dojoxScrollHelper .helperInner {
+ visibility: hidden;
+}
+
+.dojoxScrollHelper {
+ border:1px solid #b7b7b7;
+ width:4px;
+ background:#ededed;
+ height:4px;
+ position:absolute;
+ top:4px;
+ left:4px;
+ border-radius: 3px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+}
+
+.dojoxScrollWrapper {
+}
diff --git a/js/dojo-1.6/dojox/layout/resources/ScrollPane.html b/js/dojo-1.6/dojox/layout/resources/ScrollPane.html
new file mode 100644
index 0000000..4b3df77
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/ScrollPane.html
@@ -0,0 +1,6 @@
+<div class="dojoxScrollWindow" dojoAttachEvent="onmouseenter: _enter, onmouseleave: _leave">
+ <div class="dojoxScrollWrapper" style="${style}" dojoAttachPoint="wrapper" dojoAttachEvent="onmousemove: _calc">
+ <div class="dojoxScrollPane" dojoAttachPoint="containerNode"></div>
+ </div>
+ <div dojoAttachPoint="helper" class="dojoxScrollHelper"><span class="helperInner">|</span></div>
+</div> \ No newline at end of file
diff --git a/js/dojo-1.6/dojox/layout/resources/ToggleSplitter.css b/js/dojo-1.6/dojox/layout/resources/ToggleSplitter.css
new file mode 100644
index 0000000..a00d546
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/ToggleSplitter.css
@@ -0,0 +1,87 @@
+.dijitBorderContainer .dojoxToggleSplitterTop,
+.dijitBorderContainer .dojoxToggleSplitterBottom {
+ height:16px;
+}
+.dijitBorderContainer .dojoxToggleSplitterLeft,
+.dijitBorderContainer .dojoxToggleSplitterRight {
+ width:16px;
+}
+
+.dijitBorderContainer .dijitSplitterH .dojoxToggleSplitterIcon {
+ width:16px;
+ height:16px;
+ top: 0;
+ cursor: pointer;
+}
+.dijitBorderContainer .dijitSplitterV .dojoxToggleSplitterIcon {
+ width:16px;
+ height:16px;
+ left: 0;
+ cursor: pointer;
+}
+
+.tundra .dojoxToggleSplitterTop .dojoxToggleSplitterIconOpen,
+.tundra .dojoxToggleSplitterBottom .dojoxToggleSplitterIconClosed
+ {
+ background: transparent url('../../../dijit/themes/tundra/images/spriteRoundedIconsSmall.png') no-repeat -45px 50%;
+}
+.tundra .dojoxToggleSplitterBottom .dojoxToggleSplitterIconOpen,
+.tundra .dojoxToggleSplitterTop .dojoxToggleSplitterIconClosed
+ {
+ background: transparent url('../../../dijit/themes/tundra/images/spriteRoundedIconsSmall.png') no-repeat -15px 50%;
+}
+
+.tundra .dojoxToggleSplitterLeft .dojoxToggleSplitterIconOpen,
+.tundra .dojoxToggleSplitterRight .dojoxToggleSplitterIconClosed
+ {
+ background: transparent url('../../../dijit/themes/tundra/images/spriteRoundedIconsSmall.png') no-repeat 0px 50%;
+}
+.tundra .dojoxToggleSplitterRight .dojoxToggleSplitterIconOpen,
+.tundra .dojoxToggleSplitterLeft .dojoxToggleSplitterIconClosed
+ {
+ background: transparent url('../../../dijit/themes/tundra/images/spriteRoundedIconsSmall.png') no-repeat -30px 50%;
+}
+
+.soria .dojoxToggleSplitterTop .dojoxToggleSplitterIconOpen,
+.soria .dojoxToggleSplitterBottom .dojoxToggleSplitterIconClosed
+ {
+ background: transparent url('../../../dijit/themes/soria/images/spriteRoundedIconsSmall.png') no-repeat -45px 50%;
+}
+.soria .dojoxToggleSplitterBottom .dojoxToggleSplitterIconOpen,
+.soria .dojoxToggleSplitterTop .dojoxToggleSplitterIconClosed
+ {
+ background: transparent url('../../../dijit/themes/soria/images/spriteRoundedIconsSmall.png') no-repeat -15px 50%;
+}
+
+.soria .dojoxToggleSplitterLeft .dojoxToggleSplitterIconOpen,
+.soria .dojoxToggleSplitterRight .dojoxToggleSplitterIconClosed
+ {
+ background: transparent url('../../../dijit/themes/soria/images/spriteRoundedIconsSmall.png') no-repeat 0px 50%;
+}
+.soria .dojoxToggleSplitterRight .dojoxToggleSplitterIconOpen,
+.soria .dojoxToggleSplitterLeft .dojoxToggleSplitterIconClosed
+ {
+ background: transparent url('../../../dijit/themes/soria/images/spriteRoundedIconsSmall.png') no-repeat -30px 50%;
+}
+
+.nihilo .dojoxToggleSplitterTop .dojoxToggleSplitterIconOpen,
+.nihilo .dojoxToggleSplitterBottom .dojoxToggleSplitterIconClosed
+ {
+ background: transparent url('../../../dijit/themes/nihilo/images/spriteRoundedIconsSmall.png') no-repeat -45px 50%;
+}
+.nihilo .dojoxToggleSplitterBottom .dojoxToggleSplitterIconOpen,
+.nihilo .dojoxToggleSplitterTop .dojoxToggleSplitterIconClosed
+ {
+ background: transparent url('../../../dijit/themes/nihilo/images/spriteRoundedIconsSmall.png') no-repeat -15px 50%;
+}
+
+.nihilo .dojoxToggleSplitterLeft .dojoxToggleSplitterIconOpen,
+.nihilo .dojoxToggleSplitterRight .dojoxToggleSplitterIconClosed
+ {
+ background: transparent url('../../../dijit/themes/nihilo/images/spriteRoundedIconsSmall.png') no-repeat 0px 50%;
+}
+.nihilo .dojoxToggleSplitterRight .dojoxToggleSplitterIconOpen,
+.nihilo .dojoxToggleSplitterLeft .dojoxToggleSplitterIconClosed
+ {
+ background: transparent url('../../../dijit/themes/nihilo/images/spriteRoundedIconsSmall.png') no-repeat -30px 50%;
+}
diff --git a/js/dojo-1.6/dojox/layout/resources/icons/gridcontainer_grip.gif b/js/dojo-1.6/dojox/layout/resources/icons/gridcontainer_grip.gif
new file mode 100644
index 0000000..2eb05e8
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/icons/gridcontainer_grip.gif
Binary files differ
diff --git a/js/dojo-1.6/dojox/layout/resources/icons/grip_bg.gif b/js/dojo-1.6/dojox/layout/resources/icons/grip_bg.gif
new file mode 100644
index 0000000..45f76ce
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/icons/grip_bg.gif
Binary files differ
diff --git a/js/dojo-1.6/dojox/layout/resources/icons/pixel.gif b/js/dojo-1.6/dojox/layout/resources/icons/pixel.gif
new file mode 100644
index 0000000..3be2119
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/icons/pixel.gif
Binary files differ
diff --git a/js/dojo-1.6/dojox/layout/resources/icons/resize.png b/js/dojo-1.6/dojox/layout/resources/icons/resize.png
new file mode 100644
index 0000000..17f39d0
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/icons/resize.png
Binary files differ
diff --git a/js/dojo-1.6/dojox/layout/resources/icons/resizeRtl.png b/js/dojo-1.6/dojox/layout/resources/icons/resizeRtl.png
new file mode 100644
index 0000000..c3f97c6
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/icons/resizeRtl.png
Binary files differ
diff --git a/js/dojo-1.6/dojox/layout/resources/icons/rotator.png b/js/dojo-1.6/dojox/layout/resources/icons/rotator.png
new file mode 100644
index 0000000..ad93ee5
--- /dev/null
+++ b/js/dojo-1.6/dojox/layout/resources/icons/rotator.png
Binary files differ