upgrade dojo to 1.8.3 (refs #570)

This commit is contained in:
Andrew Dolgov
2013-03-18 10:26:24 +04:00
parent 9a2885da17
commit f0cfe83e37
1568 changed files with 159866 additions and 2781 deletions
+2 -6
View File
@@ -22,15 +22,11 @@
.claro .dijitTitlePaneTitle {
background-color: @unselected-background-color; // TODO: Mailed Jason, shouldn't this toggle to @selected-background-color when pane opened?
background-image: url(@image-titlebar);
background-repeat:repeat-x;
.standard-gradient;
border:1px solid @border-color;
padding: 0 7px 3px 7px;
min-height:17px;
}
.dj_ie6 .claro .dijitTitlePaneTitle {
background-image: none;
}
.claro .dijitTitlePaneTitleHover {
background-color: @hovered-background-color;
border-color: @hovered-border-color;
@@ -38,7 +34,7 @@
.claro .dijitTitlePaneTitleActive {
background-color: @pressed-background-color;
border-color: @pressed-border-color;
background-position:0 -136px;
.active-gradient;
}
.claro .dijitTitlePaneTitleFocus {
margin-top:3px;