You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
591 B
CSS
22 lines
591 B
CSS
.flat .dijitTextBoxRtl .dijitValidationContainer,
|
|
.flat .dijitTextBoxRtl .dijitSpinnerButtonContainer {
|
|
border-right-width: 1px !important;
|
|
border-left-width: 0 !important;
|
|
}
|
|
.flat .dijitTextBoxRtlError .dijitValidationContainer {
|
|
border-left-width: 0;
|
|
border-right-width: 1px;
|
|
}
|
|
.flat .dijitRtl .dijitPlaceHolder {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
.flat .dijitTextBoxRtl .dijitSpinnerButtonContainer,
|
|
.flat .dijitValidationTextBoxRtl .dijitValidationContainer,
|
|
.flat .dijitTextBoxRtl .dijitArrowButtonContainer {
|
|
float: left;
|
|
}
|
|
.flat div.dijitNumberTextBoxRtl {
|
|
text-align: right;
|
|
}
|