1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- /* dojox.mobile.RoundRect */
- .mblRoundRect {
- -moz-border-radius: 5px;
- -o-border-radius: 5px;
- -ms-border-radius: 5px;
- border-radius: 5px;
- }
- /* Round Corner */
- .mblRoundCorner {
- background-color: white;
- height: 1px;
- font-size: 1px;
- overflow: hidden;
- border-style: solid;
- border-color: #ADAAAD;
- border-width: 0px 1px;
- }
- .mblRoundRectContainer {
- margin: 0px;
- padding: 0px;
- background-color: white;
- border-style: solid;
- border-color: #ADAAAD;
- border-width: 0px 1px;
- }
- .mblRoundRect .mblRoundRectContainer {
- padding: 3px 8px;
- }
- .mblRoundCorner0T {
- height: 0px;
- }
- .mblRoundCorner1T {
- background-color: #ADAAAD;
- margin: 0px 5px;
- }
- .mblRoundCorner2T {
- margin: 0px 2px;
- border-width: 0px 3px;
- }
- .mblRoundCorner3T {
- margin: 0px 1px;
- border-width: 0px 2px;
- }
- .mblRoundCorner4T {
- margin: 0px 1px;
- }
- .mblRoundCorner5T {
- margin: 0px 1px;
- }
- .mblRoundCorner0B {
- height: 0px;
- }
- .mblRoundCorner1B {
- margin: 0px 1px;
- }
- .mblRoundCorner2B {
- margin: 0px 1px;
- }
- .mblRoundCorner3B {
- margin: 0px 1px;
- border-width: 0px 2px;
- }
- .mblRoundCorner4B {
- margin: 0px 2px;
- border-width: 0px 3px;
- }
- .mblRoundCorner5B {
- background-color: #ADAAAD;
- margin: 0px 5px;
- }
|