2011-11-08 17:40:44 +01:00
|
|
|
/* Dialog */
|
2010-11-15 08:39:52 +01:00
|
|
|
|
|
|
|
.nihilo .dijitDialog {
|
|
|
|
background: #eee;
|
|
|
|
border: 1px solid #d3d3d3;
|
2011-11-08 17:40:44 +01:00
|
|
|
-webkit-box-shadow: 0 5px 10px #adadad;
|
|
|
|
padding: 0;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitDialog .dijitDialogTitle {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* typography and styling of the dialog title */
|
2010-11-15 08:39:52 +01:00
|
|
|
font-size: 0.9em;
|
2011-11-08 17:40:44 +01:00
|
|
|
color: #243C5F;
|
2010-11-15 08:39:52 +01:00
|
|
|
font-weight: bold;
|
2011-11-08 17:40:44 +01:00
|
|
|
padding: 0 4px;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitDialog .dijitDialogPaneContent {
|
|
|
|
background: #ffffff;
|
|
|
|
border-top: 1px solid #d3d3d3;
|
|
|
|
padding:10px;
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitDialogTitleBar {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* outer container for the titlebar of the dialog */
|
2010-11-15 08:39:52 +01:00
|
|
|
background: #fafafa url("images/titleBar.png") repeat-x top left;
|
|
|
|
padding: 5px 6px 3px 6px;
|
2011-11-08 17:40:44 +01:00
|
|
|
outline:0; /* remove this line if keyboard focus on dialog startup is an issue. tab still takes you to first focusable element */
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitDialogCloseIcon {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* the default close icon for the dialog */
|
2010-11-15 08:39:52 +01:00
|
|
|
background-image: url("images/spriteRoundedIconsSmall.png");
|
|
|
|
background-repeat: no-repeat;
|
2011-11-08 17:40:44 +01:00
|
|
|
background-position: -60px 0;
|
2010-11-15 08:39:52 +01:00
|
|
|
position: absolute;
|
|
|
|
vertical-align: middle;
|
|
|
|
right: 6px;
|
|
|
|
top: 4px;
|
|
|
|
height: 15px;
|
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
.dj_ie6 .nihilo .dijitDialogCloseIcon {
|
|
|
|
background-image: url("images/spriteRoundedIconsSmall.gif");
|
|
|
|
}
|
|
|
|
.nihilo .dijitDialogCloseIconHover {
|
|
|
|
background-position: -60px -15px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
|
|
|
/* Tooltip and TooltipDialog */
|
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTooltip,
|
|
|
|
.nihilo .dijitTooltipDialog {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* 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
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.dijitTooltipBelow {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* leave room for arrow above content */
|
2010-11-15 08:39:52 +01:00
|
|
|
padding-top: 10px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.dijitTooltipAbove {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* leave room for arrow below content */
|
2010-11-15 08:39:52 +01:00
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTooltipContainer {
|
2011-11-08 17:40:44 +01:00
|
|
|
/*
|
|
|
|
The part with the text.
|
|
|
|
|
|
|
|
NOTE:
|
|
|
|
FF doesn't clip images used as CSS bgs if you specify a border
|
|
|
|
radius. If you use a solid color, it does. Webkit gets it right.
|
|
|
|
Sigh.
|
|
|
|
background: #ffffff url("images/popupMenuBg.gif") repeat-x bottom left;
|
|
|
|
*/
|
2010-11-15 08:39:52 +01:00
|
|
|
background-color: #fff;
|
|
|
|
border:1px solid #d3d3d3;
|
|
|
|
padding:0.45em;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTooltipConnector {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* the arrow piece */
|
|
|
|
border:0;
|
2010-11-15 08:39:52 +01:00
|
|
|
z-index: 2;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .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 */
|
2010-11-15 08:39:52 +01:00
|
|
|
left: auto !important;
|
|
|
|
right: 6px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTooltipBelow .dijitTooltipConnector {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* the arrow piece for tooltips below an element */
|
|
|
|
top: 0;
|
2010-11-15 08:39:52 +01:00
|
|
|
left: 6px;
|
|
|
|
background:url("images/tooltipConnectorUp.png") no-repeat top left;
|
|
|
|
width:17px;
|
|
|
|
height:11px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.dj_ie .nihilo .dijitTooltipBelow .dijitTooltipConnector {
|
|
|
|
background-image: url("images/tooltipConnectorUp.gif");
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTooltipAbove .dijitTooltipConnector {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* the arrow piece for tooltips above an element */
|
|
|
|
bottom: 0;
|
2010-11-15 08:39:52 +01:00
|
|
|
left: 6px;
|
|
|
|
background:url("images/tooltipConnectorDown.png") no-repeat top left;
|
|
|
|
width:17px;
|
|
|
|
height:11px;
|
|
|
|
}
|
|
|
|
.dj_ie .nihilo .dijitTooltipAbove .dijitTooltipConnector {
|
|
|
|
background-image: url("images/tooltipConnectorDown.gif");
|
|
|
|
}
|
|
|
|
.dj_ie6 .nihilo .dijitTooltipAbove .dijitTooltipConnector {
|
|
|
|
bottom: -5px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTooltipLeft {
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
.nihilo .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;
|
2010-11-15 08:39:52 +01:00
|
|
|
background:url("images/tooltipConnectorRight.png") no-repeat top left;
|
|
|
|
width:11px;
|
|
|
|
height:17px;
|
|
|
|
}
|
|
|
|
.dj_ie .nihilo .dijitTooltipLeft .dijitTooltipConnector {
|
|
|
|
background-image: url("images/tooltipConnectorRight.gif");
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.nihilo .dijitTooltipRight {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
.nihilo .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;
|
2010-11-15 08:39:52 +01:00
|
|
|
background:url("images/tooltipConnectorLeft.png") no-repeat top left;
|
|
|
|
width:11px;
|
|
|
|
height:17px;
|
|
|
|
}
|
|
|
|
.dj_ie .nihilo .dijitTooltipRight .dijitTooltipConnector {
|
|
|
|
background-image: url("images/tooltipConnectorLeft.gif");
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|