]> git.wh0rd.org - tt-rss.git/blobdiff - lib/dijit/themes/claro/Dialog.less
lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
[tt-rss.git] / lib / dijit / themes / claro / Dialog.less
index 8b5b3867343bcd83dbe2d63b10112349486ca1a7..eee3cdaf7c8ea522ed4308e009617fa475105fdb 100644 (file)
        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;
 .claro .dijitDialogCloseIconHover {
        background-position:-21px;
 }
-.claro .dijitDialogCloseIconActive {
+.claro .dijitDialogCloseIcon:active {
        background-position:-42px;
 }
 
 .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 */
        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;
 }