2011-11-08 17:40:44 +01:00
|
|
|
/* Dialog
|
|
|
|
*
|
|
|
|
* Styling Dialog includes two sections: Dialog and Tooltip & TooltipDialog
|
|
|
|
*
|
|
|
|
* Dialog:
|
|
|
|
* 1. Dialog (default styling):
|
|
|
|
* .dijitDialog - styles for dialog's bounding box
|
|
|
|
*
|
|
|
|
* 2. Dialog title
|
|
|
|
* .dijitDialogTitleBar - styles for the title container at the top of dialog
|
|
|
|
* .dijitDialogTitle - the text container in dialog title
|
|
|
|
*
|
|
|
|
* 3. Dialog content
|
|
|
|
* .dijitDialogPaneContent - main container for content area and action bar
|
|
|
|
* .dijitDialogPaneContentArea - styles for content container
|
|
|
|
*
|
|
|
|
* 4. Dialog action bar
|
|
|
|
* .dijitDialogPaneActionBar - styles for action buttons lie at the bottom of dialog pane content
|
|
|
|
*
|
|
|
|
* 5. Dialog underlay
|
|
|
|
* .dijitDialogUnderlay - div under the dialog which used for separate dialog and page content
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Tooltip & TooltipDialog:
|
|
|
|
* 1. tooltip content container:
|
|
|
|
* .dijitTooltipContainer - tooltip content container
|
|
|
|
*
|
|
|
|
* 2. tooltip connector:
|
|
|
|
* .dijitTooltipConnector - tooltip anchor includes 4 direction(up, down, left, right)
|
|
|
|
*/
|
2010-11-15 08:39:52 +01:00
|
|
|
.claro .dijitDialog {
|
2012-08-14 16:59:10 +02:00
|
|
|
border: 1px solid #759dc0;
|
2011-11-08 17:40:44 +01:00
|
|
|
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
|
|
|
|
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
|
|
|
|
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
|
|
|
|
}
|
2010-11-15 08:39:52 +01:00
|
|
|
.claro .dijitDialogPaneContent {
|
2011-11-08 17:40:44 +01:00
|
|
|
background: #ffffff repeat-x top left;
|
2012-08-14 16:59:10 +02:00
|
|
|
border-top: 1px solid #759dc0;
|
2011-11-08 17:40:44 +01:00
|
|
|
padding: 10px 8px;
|
|
|
|
position: relative;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitDialogPaneContentArea {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* trick to get action bar (gray bar at bottom with OK/cancel buttons) to span from
|
|
|
|
* left to right but still indent dialog content
|
|
|
|
*/
|
|
|
|
margin: -10px -8px;
|
|
|
|
padding: 10px 8px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitDialogPaneActionBar {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* gray bar at bottom of dialog with OK/Cancel buttons */
|
|
|
|
|
|
|
|
background-color: #efefef;
|
|
|
|
padding: 3px 5px 2px 7px;
|
|
|
|
text-align: right;
|
|
|
|
border-top: 1px solid #d3d3d3;
|
|
|
|
margin: 10px -8px -10px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2013-03-18 07:26:24 +01:00
|
|
|
.claro .dijitTooltipDialog .dijitDialogPaneActionBar {
|
|
|
|
-webkit-border-bottom-right-radius: 4px;
|
|
|
|
-webkit-border-bottom-left-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
-moz-border-radius-bottomright: 4px;
|
|
|
|
-moz-border-radius-bottomleft: 4px;
|
|
|
|
margin: 10px -10px -8px;
|
|
|
|
}
|
2010-11-15 08:39:52 +01:00
|
|
|
.claro .dijitDialogPaneActionBar .dijitButton {
|
2011-11-08 17:40:44 +01:00
|
|
|
float: none;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitDialogTitleBar {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* outer container for the titlebar of the dialog */
|
|
|
|
|
|
|
|
border: 1px solid #ffffff;
|
|
|
|
border-top: none;
|
|
|
|
background-color: #abd6ff;
|
2013-03-18 07:26:24 +01:00
|
|
|
background-image: url("images/standardGradient.png");
|
2011-11-08 17:40:44 +01:00
|
|
|
background-repeat: repeat-x;
|
2013-03-18 07:26:24 +01:00
|
|
|
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
|
|
|
|
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
|
|
|
|
background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
|
|
|
|
background-image: linear-gradient(rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
|
|
|
|
_background-image: none;
|
2011-11-08 17:40:44 +01:00
|
|
|
padding: 5px 7px 4px 7px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitDialogTitle {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* typography and styling of the dialog title */
|
|
|
|
|
|
|
|
padding: 0 1px;
|
|
|
|
font-size: 1.091em;
|
2012-08-14 16:59:10 +02:00
|
|
|
color: #000000;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitDialogCloseIcon {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* the default close icon for the dialog */
|
|
|
|
|
|
|
|
background: url("images/dialogCloseIcon.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
position: absolute;
|
|
|
|
right: 5px;
|
|
|
|
height: 15px;
|
|
|
|
width: 21px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.dj_ie6 .claro .dijitDialogCloseIcon {
|
2011-11-08 17:40:44 +01:00
|
|
|
background-image: url("images/dialogCloseIcon8bit.png");
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitDialogCloseIconHover {
|
2011-11-08 17:40:44 +01:00
|
|
|
background-position: -21px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitDialogCloseIconActive {
|
2011-11-08 17:40:44 +01:00
|
|
|
background-position: -42px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
/* Tooltip and TooltipDialog */
|
|
|
|
.claro .dijitTooltip, .claro .dijitTooltipDialog {
|
|
|
|
/* the outermost dom node, holding the connector and container */
|
|
|
|
|
|
|
|
background: transparent;
|
|
|
|
/* make the area on the sides of the arrow transparent */
|
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.dijitTooltipBelow {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* leave room for arrow above content */
|
|
|
|
|
|
|
|
padding-top: 13px;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 3px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.dijitTooltipAbove {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* leave room for arrow below content */
|
|
|
|
|
|
|
|
padding-bottom: 13px;
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 3px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitTooltipContainer {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* the part with the text */
|
|
|
|
|
|
|
|
background-color: #ffffff;
|
2013-03-18 07:26:24 +01:00
|
|
|
background-image: -moz-linear-gradient(bottom, rgba(207, 229, 250, 0.1) 0px, #ffffff 10px);
|
|
|
|
background-image: -webkit-linear-gradient(bottom, rgba(207, 229, 250, 0.1) 0px, #ffffff 10px);
|
|
|
|
background-image: -o-linear-gradient(bottom, rgba(207, 229, 250, 0.1) 0px, #ffffff 10px);
|
|
|
|
background-image: linear-gradient(bottom, rgba(207, 229, 250, 0.1) 0px, #ffffff 10px);
|
2011-11-08 17:40:44 +01:00
|
|
|
background-position: bottom;
|
2012-08-14 16:59:10 +02:00
|
|
|
border: 1px solid #759dc0;
|
2011-11-08 17:40:44 +01:00
|
|
|
padding: 6px 8px;
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
border-radius: 4px;
|
|
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
|
|
|
|
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
|
|
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
|
|
|
|
font-size: 1em;
|
2012-08-14 16:59:10 +02:00
|
|
|
color: #000000;
|
2011-11-08 17:40:44 +01:00
|
|
|
}
|
2010-11-15 08:39:52 +01:00
|
|
|
.claro .dijitTooltipConnector {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* the arrow piece */
|
|
|
|
|
|
|
|
border: 0;
|
|
|
|
z-index: 2;
|
|
|
|
background-image: url("images/tooltip.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
width: 16px;
|
|
|
|
height: 14px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.dj_ie6 .claro .dijitTooltipConnector {
|
2011-11-08 17:40:44 +01:00
|
|
|
background-image: url("images/tooltip8bit.png");
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitTooltipABRight .dijitTooltipConnector {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* 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;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitTooltipBelow .dijitTooltipConnector {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* the arrow piece for tooltips below an element */
|
|
|
|
|
|
|
|
top: 0;
|
|
|
|
left: 3px;
|
|
|
|
background-position: -31px 0;
|
|
|
|
width: 16px;
|
|
|
|
height: 14px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitTooltipAbove .dijitTooltipConnector {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* the arrow piece for tooltips above an element */
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
left: 3px;
|
|
|
|
background-position: -15px 0;
|
|
|
|
width: 16px;
|
|
|
|
height: 14px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
.dj_ie7 .claro .dijitTooltipAbove .dijitTooltipConnector, .dj_ie6 .claro .dijitTooltipAbove .dijitTooltipConnector {
|
|
|
|
bottom: -1px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitTooltipLeft {
|
2011-11-08 17:40:44 +01:00
|
|
|
padding-right: 14px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitTooltipLeft .dijitTooltipConnector {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* the arrow piece for tooltips to the left of an element, bottom borders aligned */
|
|
|
|
|
|
|
|
right: 0;
|
|
|
|
background-position: 0 0;
|
|
|
|
width: 16px;
|
|
|
|
height: 14px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitTooltipRight {
|
2011-11-08 17:40:44 +01:00
|
|
|
padding-left: 14px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitTooltipRight .dijitTooltipConnector {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* the arrow piece for tooltips to the right of an element, bottom borders aligned */
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
background-position: -48px 0;
|
|
|
|
width: 16px;
|
|
|
|
height: 14px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
|
|
|
.claro .dijitDialogUnderlay {
|
2011-11-08 17:40:44 +01:00
|
|
|
background: #ffffff;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|