You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
423 B
18 lines
423 B
/* dojox.mobile.ToolBarButton Rtl */ |
|
.mblHeading .mblToolBarButtonRtl { |
|
float: right; |
|
} |
|
.mblToolBarButtonTextRtl .mblToolBarButtonIcon { |
|
padding-right: 10px; |
|
padding-left: 0px; |
|
} |
|
.mblToolBarButtonTextRtl .mblToolBarButtonLabel { |
|
padding-left: 10px; |
|
padding-right: 0px; |
|
} |
|
.mblToolBarButtonHasRightArrow .mblToolBarButtonArrow { |
|
right: 1px; |
|
} |
|
.mblToolBarButtonHasLeftArrow .mblToolBarButtonArrow { |
|
left: 0px; |
|
}
|
|
|