summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/claro/Dialog.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-21 21:59:17 +0300
committerAndrew Dolgov <[email protected]>2017-01-21 21:59:17 +0300
commite2e2479984b3aaadb4c0947e5ec15276e5c9a337 (patch)
tree1662c1772cbcb6e44d017cea28e35d45de44921f /lib/dijit/themes/claro/Dialog.less
parentab235fc5f13385a690a1ed31ae77d0006c85197d (diff)
parent1c4f5e83900fdd71a84f2e142c694c75106bef53 (diff)
Merge branch 'dojo-1.12.1'
Conflicts: js/prefs.js
Diffstat (limited to 'lib/dijit/themes/claro/Dialog.less')
-rw-r--r--lib/dijit/themes/claro/Dialog.less22
1 files changed, 14 insertions, 8 deletions
diff --git a/lib/dijit/themes/claro/Dialog.less b/lib/dijit/themes/claro/Dialog.less
index 8b5b38673..eee3cdaf7 100644
--- a/lib/dijit/themes/claro/Dialog.less
+++ b/lib/dijit/themes/claro/Dialog.less
@@ -57,8 +57,11 @@
padding: 3px 5px 2px 7px;
text-align: right;
border-top: 1px solid @minor-border-color;
- margin: 10px -8px -10px;
}
+.claro .dijitDialogPaneContent .dijitDialogPaneActionBar {
+ margin: 10px -8px -10px; // Offsets 10px padding on dijitDialogPaneContent
+}
+
.claro .dijitTooltipDialog .dijitDialogPaneActionBar {
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
@@ -103,7 +106,7 @@
.claro .dijitDialogCloseIconHover {
background-position:-21px;
}
-.claro .dijitDialogCloseIconActive {
+.claro .dijitDialogCloseIcon:active {
background-position:-42px;
}
@@ -153,12 +156,6 @@
.dj_ie6 .claro .dijitTooltipConnector {
background-image:url(@image-tooltip-ie6);
}
-.claro .dijitTooltipABRight .dijitTooltipConnector {
- /* above or below tooltip, but the arrow appears on the right,
- and the right edges of target and tooltip are aligned rather than the left */
- left: auto !important;
- right: 3px;
-}
.claro .dijitTooltipBelow .dijitTooltipConnector {
/* the arrow piece for tooltips below an element */
@@ -182,6 +179,15 @@
bottom: -1px;
}
+.claro .dijitTooltipABRight .dijitTooltipConnector {
+ /* above or below tooltip, but the arrow appears on the right,
+ and the right edges of target and tooltip are aligned rather than the left.
+ Override above rules for .dijitTooltipBelow, .dijitTooltipAbove */
+ left: auto;
+ right: 3px;
+}
+
+
.claro .dijitTooltipLeft {
padding-right: 14px;
}