blob: ec978877ae4c51c5c5ce09ef14b48c9ccf633a0d [file] [log] [blame]
@external 'cw-*' sc-FixedWidthButton;
/**
* Applied to buttons that should have a fixed width.
*/
.sc-FixedWidthButton {
width: 10em;
}
/**
* Applied to specific components in Content Widgets.
*/
.cw-BasicPopup-thumb {
cursor: pointer;
/* @alternate */ cursor: hand;
}
.cw-DictionaryExample-header {
color: #7aa5d6;
text-decoration: underline;
font-weight: bold;
/* @noflip */padding-right: 20px;
}
.cw-DictionaryExample-data {
/* @noflip */padding-right: 20px;
}
.cw-DockPanel td {
border: 1px solid #BBBBBB;
padding: 3px;
}
.cw-FlexTable td {
border: 1px solid #BBBBBB;
padding: 3px;
}
.cw-FlexTable-buttonPanel td {
border: 0px;
}
.cw-FlowPanel-checkBox {
margin-right: 20px;
}
.cw-RedText {
color: red;
}
.cw-RichText {
border: 1px solid #BBBBBB;
border-spacing: 0px;
}
.cw-StackPanelHeader {
padding-left: 7px;
font-weight: bold;
font-size: 1.4em;
}