Normalize line endings VIVO-101
This commit is contained in:
parent
b097a4d754
commit
54f79f2ea7
587 changed files with 91501 additions and 91501 deletions
|
@ -1,6 +1,6 @@
|
|||
<span>
|
||||
<input type="checkbox" name="${this.name}" checked="${this.checked}" tabIndex="${this.tabIndex}" style="display: none"
|
||||
dojoAttachPoint="inputNode">
|
||||
<img src='${this.imgSrc}' class='dojoHtmlCheckbox'
|
||||
dojoAttachPoint="imgNode" dojoAttachEvent="onMouseUp;onMouseOver;onMouseOut">
|
||||
<span>
|
||||
<input type="checkbox" name="${this.name}" checked="${this.checked}" tabIndex="${this.tabIndex}" style="display: none"
|
||||
dojoAttachPoint="inputNode">
|
||||
<img src='${this.imgSrc}' class='dojoHtmlCheckbox'
|
||||
dojoAttachPoint="imgNode" dojoAttachEvent="onMouseUp;onMouseOver;onMouseOut">
|
||||
</span>
|
|
@ -1,18 +1,18 @@
|
|||
<div class="dojoButton" style="position:relative;top:0px;left:0px; text-align:none;">
|
||||
|
||||
<div dojoAttachPoint="leftPart" class="dojoButtonLeftPart" style="position:absolute;left:0px;top:0px;"
|
||||
dojoAttachEvent="onMouseOver:leftOver; onMouseOut:leftOut; onMouseUp:leftUp; onClick:leftClick;">
|
||||
<div class="dojoButtonContents" dojoAttachPoint="containerNode" style="position:absolute;top:0px;right:0px;z-index:2;"></div>
|
||||
<img dojoAttachPoint="leftImage" style="position:absolute;left:0px;top:0px;">
|
||||
<img dojoAttachPoint="centerImage" style="position:absolute;right:0px;top:0px;z-index:1;">
|
||||
</div>
|
||||
|
||||
<div dojoAttachPoint="rightPart" class="dojoButtonRightPart" style="position:absolute;top:0px;right:0px;"
|
||||
dojoAttachEvent="onMouseOver:rightOver; onMouseOut:rightOut; onMouseUp:rightUp; onClick:rightClick;">
|
||||
<img dojoAttachPoint="arrowBackgroundImage" style="position:absolute;top:0px;left:0px;z-index:1;">
|
||||
<img src="${dojoRoot}src/widget/templates/images/whiteDownArrow.gif"
|
||||
style="z-index:2;position:absolute;left:3px;top:50%;">
|
||||
<img dojoAttachPoint="rightImage" style="position:absolute;top:0px;right:0px;">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="dojoButton" style="position:relative;top:0px;left:0px; text-align:none;">
|
||||
|
||||
<div dojoAttachPoint="leftPart" class="dojoButtonLeftPart" style="position:absolute;left:0px;top:0px;"
|
||||
dojoAttachEvent="onMouseOver:leftOver; onMouseOut:leftOut; onMouseUp:leftUp; onClick:leftClick;">
|
||||
<div class="dojoButtonContents" dojoAttachPoint="containerNode" style="position:absolute;top:0px;right:0px;z-index:2;"></div>
|
||||
<img dojoAttachPoint="leftImage" style="position:absolute;left:0px;top:0px;">
|
||||
<img dojoAttachPoint="centerImage" style="position:absolute;right:0px;top:0px;z-index:1;">
|
||||
</div>
|
||||
|
||||
<div dojoAttachPoint="rightPart" class="dojoButtonRightPart" style="position:absolute;top:0px;right:0px;"
|
||||
dojoAttachEvent="onMouseOver:rightOver; onMouseOut:rightOut; onMouseUp:rightUp; onClick:rightClick;">
|
||||
<img dojoAttachPoint="arrowBackgroundImage" style="position:absolute;top:0px;left:0px;z-index:1;">
|
||||
<img src="${dojoRoot}src/widget/templates/images/whiteDownArrow.gif"
|
||||
style="z-index:2;position:absolute;left:3px;top:50%;">
|
||||
<img dojoAttachPoint="rightImage" style="position:absolute;top:0px;right:0px;">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<button dojoAttachPoint="button" class="dojoButton dojoButtonNoHover" dojoAttachEvent="onMouseOver: ; onMouseOut: ; onClick: ;">
|
||||
<table dojoAttachPoint="table" style="margin:0 0 0 0;"><tr>
|
||||
<td class="label" dojoAttachPoint="labelCell"></td>
|
||||
<td class="border" dojoAttachPoint="borderCell"></td>
|
||||
<td class="downArrow" dojoAttachPoint="arrowCell">
|
||||
<img dojoAttachPoint="arrow">
|
||||
</td>
|
||||
</tr></table>
|
||||
<button dojoAttachPoint="button" class="dojoButton dojoButtonNoHover" dojoAttachEvent="onMouseOver: ; onMouseOut: ; onClick: ;">
|
||||
<table dojoAttachPoint="table" style="margin:0 0 0 0;"><tr>
|
||||
<td class="label" dojoAttachPoint="labelCell"></td>
|
||||
<td class="border" dojoAttachPoint="borderCell"></td>
|
||||
<td class="downArrow" dojoAttachPoint="arrowCell">
|
||||
<img dojoAttachPoint="arrow">
|
||||
</td>
|
||||
</tr></table>
|
||||
</button>
|
|
@ -1,27 +1,27 @@
|
|||
.dojoHtmlFisheyeListItemLabel {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: #eee;
|
||||
border: 2px solid #666;
|
||||
padding: 2px;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dojoHtmlFisheyeListItemLabel.selected {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.dojoHtmlFisheyeListItemImage {
|
||||
border: 0px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.dojoHtmlFisheyeListItem {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.dojoHtmlFisheyeListBar {
|
||||
position: relative;
|
||||
}
|
||||
.dojoHtmlFisheyeListItemLabel {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: #eee;
|
||||
border: 2px solid #666;
|
||||
padding: 2px;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dojoHtmlFisheyeListItemLabel.selected {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.dojoHtmlFisheyeListItemImage {
|
||||
border: 0px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.dojoHtmlFisheyeListItem {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.dojoHtmlFisheyeListBar {
|
||||
position: relative;
|
||||
}
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
<div id="${this.widgetId}" class="dojoFloatingPane">
|
||||
<div dojoAttachPoint="titleBar" class="dojoFloatingPaneTitleBar" dojoAttachEvent="onMouseDown" style="display:none">
|
||||
<img dojoAttachPoint="titleBarIcon" class="dojoFloatingPaneTitleBarIcon">
|
||||
<div dojoAttachPoint="closeAction" dojoAttachEvent="onClick:closeWindow"
|
||||
class="dojoFloatingPaneCloseIcon"></div>
|
||||
<div dojoAttachPoint="restoreAction" dojoAttachEvent="onClick:restoreWindow"
|
||||
class="dojoFloatingPaneRestoreIcon"></div>
|
||||
<div dojoAttachPoint="maximizeAction" dojoAttachEvent="onClick:maximizeWindow"
|
||||
class="dojoFloatingPaneMaximizeIcon"></div>
|
||||
<div dojoAttachPoint="minimizeAction" dojoAttachEvent="onClick:minimizeWindow"
|
||||
class="dojoFloatingPaneMinimizeIcon"></div>
|
||||
<div dojoAttachPoint="titleBarText" class="dojoFloatingPaneTitleText">${this.title}</div>
|
||||
</div>
|
||||
|
||||
<div id="${this.widgetId}_container" dojoAttachPoint="containerNode" class="dojoFloatingPaneClient"></div>
|
||||
|
||||
<div dojoAttachPoint="resizeBar" class="dojoFloatingPaneResizebar" style="display:none"></div>
|
||||
<div id="${this.widgetId}" class="dojoFloatingPane">
|
||||
<div dojoAttachPoint="titleBar" class="dojoFloatingPaneTitleBar" dojoAttachEvent="onMouseDown" style="display:none">
|
||||
<img dojoAttachPoint="titleBarIcon" class="dojoFloatingPaneTitleBarIcon">
|
||||
<div dojoAttachPoint="closeAction" dojoAttachEvent="onClick:closeWindow"
|
||||
class="dojoFloatingPaneCloseIcon"></div>
|
||||
<div dojoAttachPoint="restoreAction" dojoAttachEvent="onClick:restoreWindow"
|
||||
class="dojoFloatingPaneRestoreIcon"></div>
|
||||
<div dojoAttachPoint="maximizeAction" dojoAttachEvent="onClick:maximizeWindow"
|
||||
class="dojoFloatingPaneMaximizeIcon"></div>
|
||||
<div dojoAttachPoint="minimizeAction" dojoAttachEvent="onClick:minimizeWindow"
|
||||
class="dojoFloatingPaneMinimizeIcon"></div>
|
||||
<div dojoAttachPoint="titleBarText" class="dojoFloatingPaneTitleText">${this.title}</div>
|
||||
</div>
|
||||
|
||||
<div id="${this.widgetId}_container" dojoAttachPoint="containerNode" class="dojoFloatingPaneClient"></div>
|
||||
|
||||
<div dojoAttachPoint="resizeBar" class="dojoFloatingPaneResizebar" style="display:none"></div>
|
||||
</div>
|
|
@ -1,173 +1,173 @@
|
|||
.dojoTabContainer {
|
||||
position : relative;
|
||||
}
|
||||
|
||||
.dojoTabPaneWrapper {
|
||||
position : relative;
|
||||
border : 1px solid #6290d2;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.dojoTabLabels-top {
|
||||
position : absolute;
|
||||
top : 0px;
|
||||
left : 0px;
|
||||
overflow : visible;
|
||||
margin-bottom : -1px;
|
||||
width : 100%;
|
||||
z-index: 2; /* so the bottom of the tab label will cover up the border of dojoTabPaneWrapper */
|
||||
}
|
||||
.dojoTabLabels-top-noLayout {
|
||||
overflow : visible;
|
||||
margin-bottom : -1px;
|
||||
width : 100%;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.dojoTabPaneTab {
|
||||
position : relative;
|
||||
float : left;
|
||||
padding-left : 9px;
|
||||
border-bottom : 1px solid #6290d2;
|
||||
background : url(images/tab_left.gif) no-repeat left top;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.dojoTabPaneTab span {
|
||||
display : block;
|
||||
padding : 4px 15px 4px 6px;
|
||||
background : url(images/tab_top_right.gif) no-repeat right top;
|
||||
color : #333;
|
||||
font-size : 90%;
|
||||
}
|
||||
|
||||
.dojoTabPanePaneClose {
|
||||
position : absolute;
|
||||
bottom : 0px;
|
||||
right : 6px;
|
||||
height : 12px;
|
||||
width : 12px;
|
||||
background : url(images/tab_close.gif) no-repeat right top;
|
||||
}
|
||||
|
||||
.dojoTabPanePaneCloseHover {
|
||||
background-image : url(images/tab_close_h.gif);
|
||||
}
|
||||
|
||||
.dojoTabPaneTabClose {
|
||||
display : inline;
|
||||
height : 12px;
|
||||
width : 12px;
|
||||
padding : 0 12px 0 0;
|
||||
margin : 0 -10px 0 10px;
|
||||
background : url(images/tab_close.gif) no-repeat right top;
|
||||
cursor : default;
|
||||
}
|
||||
|
||||
.dojoTabPaneTabCloseHover {
|
||||
background-image : url(images/tab_close_h.gif);
|
||||
}
|
||||
|
||||
.dojoTabPaneTab.current {
|
||||
padding-bottom : 1px;
|
||||
border-bottom : 0;
|
||||
background-position : 0 -150px;
|
||||
}
|
||||
|
||||
.dojoTabPaneTab.current span {
|
||||
padding-bottom : 5px;
|
||||
margin-bottom : -1px;
|
||||
background-position : 100% -150px;
|
||||
}
|
||||
|
||||
/* bottom tabs */
|
||||
|
||||
.dojoTabLabels-bottom {
|
||||
position : absolute;
|
||||
bottom : 0px;
|
||||
left : 0px;
|
||||
overflow : visible;
|
||||
margin-top : -1px;
|
||||
width : 100%;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.dojoTabLabels-bottom .dojoTabPaneTab {
|
||||
border-top : 1px solid #6290d2;
|
||||
border-bottom : 0;
|
||||
background : url(images/tab_bot_left.gif) no-repeat left bottom;
|
||||
}
|
||||
|
||||
.dojoTabLabels-bottom .dojoTabPaneTab span {
|
||||
background : url(images/tab_bot_right.gif) no-repeat right bottom;
|
||||
}
|
||||
|
||||
.dojoTabLabels-bottom .dojoTabPaneTab.current {
|
||||
padding-top : 1px;
|
||||
border-top : 0;
|
||||
background : url(images/tab_bot_left_curr.gif) no-repeat left bottom;
|
||||
}
|
||||
|
||||
.dojoTabLabels-bottom .dojoTabPaneTab.current span {
|
||||
padding-top : 5px;
|
||||
margin-top : -1px;
|
||||
background : url(images/tab_bot_right_curr.gif) no-repeat right bottom;
|
||||
}
|
||||
|
||||
/* right-h tabs */
|
||||
|
||||
.dojoTabLabels-right-h {
|
||||
position : absolute;
|
||||
top : 0px;
|
||||
right : 0px;
|
||||
overflow : visible;
|
||||
margin-left : -1px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.dojoTabLabels-right-h .dojoTabPaneTab {
|
||||
padding-left : 0;
|
||||
border-left : 1px solid #6290d2;
|
||||
border-bottom : 0;
|
||||
background : url(images/tab_bot_right.gif) no-repeat right bottom;
|
||||
float : none;
|
||||
}
|
||||
|
||||
.dojoTabLabels-right-h .dojoTabPaneTab span {
|
||||
padding : 4px 15px 4px 15px;
|
||||
}
|
||||
|
||||
.dojoTabLabels-right-h .dojoTabPaneTab.current {
|
||||
border-left : 0;
|
||||
border-bottom : 1px solid #6290d2;
|
||||
}
|
||||
|
||||
/* left-h tabs */
|
||||
|
||||
.dojoTabLabels-left-h {
|
||||
position : absolute;
|
||||
top : 0px;
|
||||
left : 0px;
|
||||
overflow : visible;
|
||||
margin-right : -1px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.dojoTabLabels-left-h .dojoTabPaneTab {
|
||||
border-right : 1px solid #6290d2;
|
||||
border-bottom : 0;
|
||||
float : none;
|
||||
background : url(images/tab_top_left.gif) no-repeat left top;
|
||||
}
|
||||
|
||||
.dojoTabLabels-left-h .dojoTabPaneTab.current {
|
||||
border-right : 0;
|
||||
border-bottom : 1px solid #6290d2;
|
||||
padding-bottom : 0;
|
||||
background : url(images/tab_top_left.gif) no-repeat 0 -150px;
|
||||
}
|
||||
|
||||
.dojoTabLabels-left-h .dojoTabPaneTab span {
|
||||
background : 0;
|
||||
border-bottom : 1px solid #6290d2;
|
||||
}
|
||||
.dojoTabContainer {
|
||||
position : relative;
|
||||
}
|
||||
|
||||
.dojoTabPaneWrapper {
|
||||
position : relative;
|
||||
border : 1px solid #6290d2;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.dojoTabLabels-top {
|
||||
position : absolute;
|
||||
top : 0px;
|
||||
left : 0px;
|
||||
overflow : visible;
|
||||
margin-bottom : -1px;
|
||||
width : 100%;
|
||||
z-index: 2; /* so the bottom of the tab label will cover up the border of dojoTabPaneWrapper */
|
||||
}
|
||||
.dojoTabLabels-top-noLayout {
|
||||
overflow : visible;
|
||||
margin-bottom : -1px;
|
||||
width : 100%;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.dojoTabPaneTab {
|
||||
position : relative;
|
||||
float : left;
|
||||
padding-left : 9px;
|
||||
border-bottom : 1px solid #6290d2;
|
||||
background : url(images/tab_left.gif) no-repeat left top;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.dojoTabPaneTab span {
|
||||
display : block;
|
||||
padding : 4px 15px 4px 6px;
|
||||
background : url(images/tab_top_right.gif) no-repeat right top;
|
||||
color : #333;
|
||||
font-size : 90%;
|
||||
}
|
||||
|
||||
.dojoTabPanePaneClose {
|
||||
position : absolute;
|
||||
bottom : 0px;
|
||||
right : 6px;
|
||||
height : 12px;
|
||||
width : 12px;
|
||||
background : url(images/tab_close.gif) no-repeat right top;
|
||||
}
|
||||
|
||||
.dojoTabPanePaneCloseHover {
|
||||
background-image : url(images/tab_close_h.gif);
|
||||
}
|
||||
|
||||
.dojoTabPaneTabClose {
|
||||
display : inline;
|
||||
height : 12px;
|
||||
width : 12px;
|
||||
padding : 0 12px 0 0;
|
||||
margin : 0 -10px 0 10px;
|
||||
background : url(images/tab_close.gif) no-repeat right top;
|
||||
cursor : default;
|
||||
}
|
||||
|
||||
.dojoTabPaneTabCloseHover {
|
||||
background-image : url(images/tab_close_h.gif);
|
||||
}
|
||||
|
||||
.dojoTabPaneTab.current {
|
||||
padding-bottom : 1px;
|
||||
border-bottom : 0;
|
||||
background-position : 0 -150px;
|
||||
}
|
||||
|
||||
.dojoTabPaneTab.current span {
|
||||
padding-bottom : 5px;
|
||||
margin-bottom : -1px;
|
||||
background-position : 100% -150px;
|
||||
}
|
||||
|
||||
/* bottom tabs */
|
||||
|
||||
.dojoTabLabels-bottom {
|
||||
position : absolute;
|
||||
bottom : 0px;
|
||||
left : 0px;
|
||||
overflow : visible;
|
||||
margin-top : -1px;
|
||||
width : 100%;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.dojoTabLabels-bottom .dojoTabPaneTab {
|
||||
border-top : 1px solid #6290d2;
|
||||
border-bottom : 0;
|
||||
background : url(images/tab_bot_left.gif) no-repeat left bottom;
|
||||
}
|
||||
|
||||
.dojoTabLabels-bottom .dojoTabPaneTab span {
|
||||
background : url(images/tab_bot_right.gif) no-repeat right bottom;
|
||||
}
|
||||
|
||||
.dojoTabLabels-bottom .dojoTabPaneTab.current {
|
||||
padding-top : 1px;
|
||||
border-top : 0;
|
||||
background : url(images/tab_bot_left_curr.gif) no-repeat left bottom;
|
||||
}
|
||||
|
||||
.dojoTabLabels-bottom .dojoTabPaneTab.current span {
|
||||
padding-top : 5px;
|
||||
margin-top : -1px;
|
||||
background : url(images/tab_bot_right_curr.gif) no-repeat right bottom;
|
||||
}
|
||||
|
||||
/* right-h tabs */
|
||||
|
||||
.dojoTabLabels-right-h {
|
||||
position : absolute;
|
||||
top : 0px;
|
||||
right : 0px;
|
||||
overflow : visible;
|
||||
margin-left : -1px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.dojoTabLabels-right-h .dojoTabPaneTab {
|
||||
padding-left : 0;
|
||||
border-left : 1px solid #6290d2;
|
||||
border-bottom : 0;
|
||||
background : url(images/tab_bot_right.gif) no-repeat right bottom;
|
||||
float : none;
|
||||
}
|
||||
|
||||
.dojoTabLabels-right-h .dojoTabPaneTab span {
|
||||
padding : 4px 15px 4px 15px;
|
||||
}
|
||||
|
||||
.dojoTabLabels-right-h .dojoTabPaneTab.current {
|
||||
border-left : 0;
|
||||
border-bottom : 1px solid #6290d2;
|
||||
}
|
||||
|
||||
/* left-h tabs */
|
||||
|
||||
.dojoTabLabels-left-h {
|
||||
position : absolute;
|
||||
top : 0px;
|
||||
left : 0px;
|
||||
overflow : visible;
|
||||
margin-right : -1px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.dojoTabLabels-left-h .dojoTabPaneTab {
|
||||
border-right : 1px solid #6290d2;
|
||||
border-bottom : 0;
|
||||
float : none;
|
||||
background : url(images/tab_top_left.gif) no-repeat left top;
|
||||
}
|
||||
|
||||
.dojoTabLabels-left-h .dojoTabPaneTab.current {
|
||||
border-right : 0;
|
||||
border-bottom : 1px solid #6290d2;
|
||||
padding-bottom : 0;
|
||||
background : url(images/tab_top_left.gif) no-repeat 0 -150px;
|
||||
}
|
||||
|
||||
.dojoTabLabels-left-h .dojoTabPaneTab span {
|
||||
background : 0;
|
||||
border-bottom : 1px solid #6290d2;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div id="${this.widgetId}" class="dojoTabContainer" waiRole="tabpanel">
|
||||
<div dojoAttachPoint="dojoTabLabels"></div>
|
||||
<div class="dojoTabPaneWrapper" dojoAttachPoint="containerNode" ></div>
|
||||
</div>
|
||||
<div id="${this.widgetId}" class="dojoTabContainer" waiRole="tabpanel">
|
||||
<div dojoAttachPoint="dojoTabLabels"></div>
|
||||
<div class="dojoTabPaneWrapper" dojoAttachPoint="containerNode" ></div>
|
||||
</div>
|
||||
|
|
|
@ -1,29 +1,29 @@
|
|||
.dojoTaskBarItem {
|
||||
display: inline-block;
|
||||
background-color: ThreeDFace;
|
||||
border: outset 2px;
|
||||
margin-right: 5px;
|
||||
cursor: pointer;
|
||||
height: 35px;
|
||||
width: 100px;
|
||||
font-size: 10pt;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.dojoTaskBarItem img {
|
||||
vertical-align: middle;
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.dojoTaskBarItem a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
.dojoTaskBarItem {
|
||||
display: inline-block;
|
||||
background-color: ThreeDFace;
|
||||
border: outset 2px;
|
||||
margin-right: 5px;
|
||||
cursor: pointer;
|
||||
height: 35px;
|
||||
width: 100px;
|
||||
font-size: 10pt;
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.dojoTaskBarItem img {
|
||||
vertical-align: middle;
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.dojoTaskBarItem a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<div class="dojoTaskBarItem" dojoAttachEvent="onClick">
|
||||
<div class="dojoTaskBarItem" dojoAttachEvent="onClick">
|
||||
</div>
|
|
@ -1,9 +1,9 @@
|
|||
.dojoTooltip {
|
||||
border: solid black 1px;
|
||||
background: beige;
|
||||
color: black;
|
||||
position: absolute;
|
||||
font-size: small;
|
||||
padding: 2px 2px 2px 2px;
|
||||
z-index: 10;
|
||||
}
|
||||
.dojoTooltip {
|
||||
border: solid black 1px;
|
||||
background: beige;
|
||||
color: black;
|
||||
position: absolute;
|
||||
font-size: small;
|
||||
padding: 2px 2px 2px 2px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<div class='dojoTooltip' style="display:none" dojoAttachPoint="containerNode">
|
||||
<div class='dojoTooltip' style="display:none" dojoAttachPoint="containerNode">
|
||||
</div>
|
|
@ -1,36 +1,36 @@
|
|||
|
||||
.dojoTree {
|
||||
font: caption;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
.dojoTreeNodeLabelTitle {
|
||||
padding-left: 2px;
|
||||
color: WindowText;
|
||||
}
|
||||
|
||||
.dojoTreeNodeLabel {
|
||||
cursor:hand;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.dojoTreeNodeLabelTitle:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.dojoTreeNodeLabelSelected {
|
||||
background-color: Highlight;
|
||||
color: HighlightText;
|
||||
}
|
||||
|
||||
.dojoTree div {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.dojoTree img, .dojoTreeNodeLabel img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
.dojoTree {
|
||||
font: caption;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
.dojoTreeNodeLabelTitle {
|
||||
padding-left: 2px;
|
||||
color: WindowText;
|
||||
}
|
||||
|
||||
.dojoTreeNodeLabel {
|
||||
cursor:hand;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.dojoTreeNodeLabelTitle:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.dojoTreeNodeLabelSelected {
|
||||
background-color: Highlight;
|
||||
color: HighlightText;
|
||||
}
|
||||
|
||||
.dojoTree div {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.dojoTree img, .dojoTreeNodeLabel img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
|
||||
<!ENTITY ns_svg "http://www.w3.org/2000/svg">
|
||||
<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
|
||||
]>
|
||||
<svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="15.433" height="15.433"
|
||||
viewBox="0 0 15.433 15.433" overflow="visible" enable-background="new 0 0 15.433 15.433" xml:space="preserve">
|
||||
<circle fill="none" stroke="#D02026" stroke-width="2" cx="7.716" cy="7.716" r="6.716"/>
|
||||
<line fill="none" stroke="#D02026" stroke-width="2" x1="3.02" y1="12.352" x2="12.639" y2="2.732"/>
|
||||
</svg>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
|
||||
<!ENTITY ns_svg "http://www.w3.org/2000/svg">
|
||||
<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
|
||||
]>
|
||||
<svg version="1.1" id="Layer_1" xmlns="&ns_svg;" xmlns:xlink="&ns_xlink;" width="15.433" height="15.433"
|
||||
viewBox="0 0 15.433 15.433" overflow="visible" enable-background="new 0 0 15.433 15.433" xml:space="preserve">
|
||||
<circle fill="none" stroke="#D02026" stroke-width="2" cx="7.716" cy="7.716" r="6.716"/>
|
||||
<line fill="none" stroke="#D02026" stroke-width="2" x1="3.02" y1="12.352" x2="12.639" y2="2.732"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 763 B After Width: | Height: | Size: 752 B |
|
@ -1,21 +1,21 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<script type="text/javascript">
|
||||
function init(){
|
||||
document.designMode = 'On';
|
||||
parentPageDomain = document.location.href.split('#')[1];
|
||||
if (parentPageDomain) {
|
||||
document.domain = parentPageDomain;
|
||||
}
|
||||
}
|
||||
window.onload = init;
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<br />
|
||||
</body>
|
||||
</html>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<script type="text/javascript">
|
||||
function init(){
|
||||
document.designMode = 'On';
|
||||
parentPageDomain = document.location.href.split('#')[1];
|
||||
if (parentPageDomain) {
|
||||
document.domain = parentPageDomain;
|
||||
}
|
||||
}
|
||||
window.onload = init;
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<br />
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue