Subversion Repositories Applications.papyrus

Compare Revisions

No changes between revisions

Ignore whitespace Rev 2149 → Rev 2150

/trunk/api/js/dojo1.0/dojox/layout/resources/FloatingPane.html
New file
0,0 → 1,14
<div class="dojoxFloatingPane" id="${id}">
<div tabindex="0" waiRole="button" class="dojoxFloatingPaneTitle" dojoAttachPoint="focusNode">
<span dojoAttachPoint="closeNode" dojoAttachEvent="onclick: close" class="dojoxFloatingCloseIcon"></span>
<span dojoAttachPoint="maxNode" dojoAttachEvent="onclick: maximize" class="dojoxFloatingMaximizeIcon"></span>
<span dojoAttachPoint="restoreNode" dojoAttachEvent="onclick: _restore" class="dojoxFloatingRestoreIcon"></span>
<span dojoAttachPoint="dockNode" dojoAttachEvent="onclick: minimize" class="dojoxFloatingMinimizeIcon"></span>
<span dojoAttachPoint="titleNode" class="dijitInline dijitTitleNode"></span>
</div>
<div dojoAttachPoint="canvas" class="dojoxFloatingPaneCanvas">
<div dojoAttachPoint="containerNode" waiRole="region" tabindex="-1" class="${contentClass}">
</div>
<span dojoAttachPoint="resizeHandle" class="dojoxFloatingResizeHandle"></span>
</div>
</div>
/trunk/api/js/dojo1.0/dojox/layout/resources/icons/resize.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/js/dojo1.0/dojox/layout/resources/icons/resize.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/js/dojo1.0/dojox/layout/resources/FloatingPane.css
New file
0,0 → 1,170
.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 url("images/floatTitleBarBg.gif") repeat-x bottom left;
border:1px solid #bfbfbf;
padding:4px 4px 2px 4px;
cursor: pointer;
white-space: nowrap;
}
 
.soria .dojoxFloatingPaneTitle {
background:#4f8ced url("../../../dijit/themes/soria/images/gradientTopBg.png") repeat-x top left;
border:1px solid #6969FF;
background-position:0px -1px;
color:#fff; font-weight:bold;
}
.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('icons/tabClose.png') no-repeat center center;
width:16px;
height:16px;
overflow:hidden;
float:right;
}
 
.dojoxFloatingMinimizeIcon {
background:url('../../../dijit/themes/tundra/images/arrowDown.png') no-repeat center center;
width:16px;
height:16px;
overflow:hidden;
float:right;
}
 
.floatingPaneMaximized .dojoxFloatingMaximizeIcon { display:none; }
.dojoxFloatingMaximizeIcon {
background:url('../../../dijit/themes/tundra/images/arrowUp.png') no-repeat center center;
width:16px;
height:16px;
overflow:hidden;
float:right;
}
 
.floatingPaneMaximized .dojoxFloatingRestoreIcon { display:inline; }
.dojoxFloatingRestoreIcon {
background:url('../../../dijit/themes/tundra/images/arrowDown.png') no-repeat center center;
width:16px; height:16px;
overflow:hidden;
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:16px;
height:16px;
overflow:hidden;
float:right;
cursor:pointer;
}
.soria .dojoxFloatingCloseIcon {
background:url('../../../dijit/themes/soria/images/arrows.png') no-repeat center center;
background-position:-65px -1px;
}
.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;
}
 
.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("images/floatTitleBarBg.gif") repeat-x bottom left;
}
.soria .dojoxDockNode {
background:#b7cdee url("../../../dijit/themes/soria/images/gradientTopBg.png") repeat-x;
}
 
.dojoxFloatingPaneContent {
overflow: auto;
background-color: #fff;
height: 100%;
width: 100%;
}
 
.dojoxFloatingPaneCanvas {
background-color:#fff;
}
/trunk/api/js/dojo1.0/dojox/layout/resources/RadioGroup.css
New file
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%;
}
/trunk/api/js/dojo1.0/dojox/layout/resources/ResizeHandle.css
New file
0,0 → 1,32
.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;
}
 
.dojoxResizeNW {
cursor: nw-resize;
}
 
.dojoxResizeNE {
cursor: ne-resize;
}
 
.dojoxResizeW {
cursor: w-resize;
}
 
.dojoxResizeN {
cursor: n-resize;
}
 
.dojoxResizeHandleClone {
position:absolute; top:0; left:0;
border:1px dashed #666;
}