rtl.scss (2242B)
1 html[dir="rtl"] 2 .redux-container { 3 .redux-action_bar { 4 float: left; 5 } 6 } 7 8 .redux-container .expand_options, 9 .redux-sidebar, 10 .cb-enable, 11 .cb-disable, 12 .cb-enable span, 13 .cb-disable span, 14 #redux-footer #redux-share { 15 float: right; 16 } 17 18 .redux-main { 19 border-left: 0px; 20 margin-left: 0px; 21 border-right: 1px solid #d8d8d8; 22 margin-right: 201px; 23 24 .redux-typography-container .typography-preview { 25 text-align: center !important; 26 direction: ltr !important; 27 } 28 } 29 30 .redux-group-tab-link-a { 31 padding-left: 0px; 32 padding-right: 30px; 33 34 i { 35 padding-left: 10px; 36 padding-right: 5px; 37 } 38 39 span.group_title { 40 padding-left: 0px; 41 padding-right: 30px; 42 } 43 } 44 45 .redux_slider { 46 margin-left: 0px; 47 margin-right: 15px; 48 } 49 50 .redux-action_bar { 51 float: left !important; 52 } 53 54 .expand_options { 55 float: right !important; 56 border: 1px solid #f00; 57 } 58 59 .redux_field_th { 60 padding: 20px 0 20px 10px !important; 61 } 62 63 .field-desc { 64 text-align: right; 65 } 66 67 .redux-container-ace_editor, 68 .redux-container-border, 69 .redux-container-spacing, 70 .redux-container-dimensions { 71 direction: ltr !important; 72 } 73 74 .redux-container-border .field-border-input, 75 .redux-container-border .redux-color-init, 76 .redux-container-border .redux-border-style, 77 .redux-container-sorter, 78 .redux-container-border, 79 .redux-container-spacing, 80 .redux-container-spacing .field-spacing-input, 81 .redux-container-dimensions .redux-dimensions-container, 82 .redux-container-text label, 83 .redux-container-checkbox input, 84 .typography-font-bar, 85 .typography-style-bar, 86 .redux-color.redux-typography-color, 87 .redux-typography-subsets { 88 float: right !important; 89 } 90 91 .input-append { 92 margin-right: 10px; 93 direction: ltr !important; 94 } 95 96 .redux-container-slider, 97 .redux-container-spinner, 98 .redux-container-switch { 99 direction: ltr !important; 100 float: right; 101 margin: 0; 102 } 103 104 .redux-info-field { 105 .redux-info-icon { 106 margin-left: 15px; 107 } 108 } 109 110 #redux-share { 111 float: right !important; 112 } 113 114 .redux-sidebar { 115 .redux-menu-warning, 116 .redux-menu-error, 117 .hasSubSections .extraIconSubsections { 118 float: left; 119 } 120 } 121 122 .select2-search-choice-close { 123 left: 23px !important; 124 }