Changeset 22640
- Timestamp:
- 11/18/2012 04:19:37 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/wp-admin-rtl.css
r22638 r22640 23 23 11.1 - Custom Fields 24 24 11.2 - Post Revisions 25 11.3 - Featured Images 25 26 12.0 - Categories 26 27 13.0 - Tags … … 140 141 #publishing-action { 141 142 float: left; 143 text-align: left; 144 } 145 146 #publishing-action .spinner { 147 float: right; 142 148 } 143 149 144 150 #post-body .misc-pub-section { 145 border-right: 0;151 border-right: 0; 146 152 border-left-width: 1px; 147 153 border-left-style: solid; … … 548 554 } 549 555 550 .widefat td p {551 margin: 2px 0 0.8em;552 }553 554 556 .postbox-container { 555 557 float: right; 558 } 559 560 #post-body-content { 561 float: right; 562 } 563 564 #poststuff #post-body.columns-2 { 565 margin-left: 300px; 566 margin-right: 0; 567 } 568 569 #post-body.columns-2 #postbox-container-1 { 570 float: left; 571 margin-left: -300px; 572 margin-right: 0; 573 } 574 575 @media only screen and (max-width: 850px) { 576 #wpbody-content #post-body.columns-2 #postbox-container-1 { 577 margin-left: 0; 578 } 556 579 } 557 580 … … 801 824 11.0 - Write/Edit Post Screen 802 825 ------------------------------------------------------------------------------*/ 803 /* structural/layout */ 804 #post-body-content { 805 float: right; 806 } 807 808 #poststuff #post-body.columns-2 { 809 margin-left: 300px; 810 margin-right: 0; 811 } 812 813 #post-body.columns-2 #postbox-container-1 { 814 float: left; 815 margin-left: -300px; 816 margin-right: 0; 817 } 818 819 @media only screen and (max-width: 850px) { 820 #wpbody-content #post-body.columns-2 #postbox-container-1 { 821 margin-left: 0; 822 } 826 827 #save-action .spinner, 828 #show-comments a, 829 #show-comments .spinner { 830 float: right; 823 831 } 824 832 825 833 #titlediv #title-prompt-text, 826 834 #wp-fullscreen-title-prompt-text { 827 right: 0;835 right: 0; 828 836 } 829 837 830 838 #sample-permalink { 831 direction: ltr;839 direction: ltr; 832 840 } 833 841 834 842 #sample-permalink #editable-post-name { 835 unicode-bidi:embed; 836 } 843 unicode-bidi: embed; 844 } 845 837 846 #wp-fullscreen-title-prompt-text { 838 847 left: auto; 839 848 right: 0; 849 } 850 851 #wp-fullscreen-save .spinner, 852 #wp-fullscreen-save .fs-saved { 853 float: left; 854 } 855 856 #edit-slug-box .cancel { 857 margin-right: 0; 858 margin-left: 10px; 840 859 } 841 860 … … 916 935 table.diff td, table.diff th { 917 936 font-family: Consolas, Monaco, monospace; 937 } 938 939 /*------------------------------------------------------------------------------ 940 11.3 - Featured Images 941 ------------------------------------------------------------------------------*/ 942 943 #select-featured-image a { 944 float: right; 918 945 } 919 946 … … 1079 1106 ------------------------------------------------------------------------------*/ 1080 1107 1108 .wp_attachment_image .button, 1109 .A1B1 .button { 1110 float: right; 1111 } 1112 1113 .wp_attachment_image .spinner, 1114 .A1B1 .spinner { 1115 float: right; 1116 } 1117 1081 1118 .imgedit-menu div { 1082 1119 float: right; 1120 } 1121 1122 .imgedit-crop { 1123 margin: 0; 1124 } 1125 1126 .imgedit-rleft, 1127 .imgedit-flipv, 1128 .imgedit-undo { 1129 margin: 0 8px 0 3px; 1130 } 1131 1132 .imgedit-rright, 1133 .imgedit-fliph, 1134 .imgedit-redo { 1135 margin: 0 3px; 1136 } 1137 1138 .imgedit-applyto img { 1139 margin: 0 0 0 8px; 1083 1140 } 1084 1141 … … 2030 2087 margin-left: 0; 2031 2088 margin-right: 20px; 2089 } 2090 2091 .button.right, .button-secondary.right, .button-primary.right { 2092 float: left; 2032 2093 } 2033 2094 … … 2337 2398 } 2338 2399 2339 .feature-filter .feature-name {2340 float: right;2341 text-align: left;2342 }2343 2344 2400 .feature-filter .feature-group li { 2345 float: right;2346 2401 padding-right: 0; 2347 2402 padding-left: 25px; -
trunk/wp-admin/css/wp-admin.css
r22638 r22640 4147 4147 } 4148 4148 4149 .wp_attachment_image, .A1B1 { 4149 .wp_attachment_image, 4150 .A1B1 { 4150 4151 overflow: hidden; 4151 4152 } 4152 4153 4153 .wp_attachment_image .button, .A1B1 .button { 4154 .wp_attachment_image .button, 4155 .A1B1 .button { 4154 4156 float: left; 4155 4157 } 4156 4158 4157 .wp_attachment_image .spinner, .A1B1 .spinner { 4159 .wp_attachment_image .spinner, 4160 .A1B1 .spinner { 4158 4161 float: left; 4159 4162 padding: 0 4px 4px; … … 7878 7881 7879 7882 .feature-container { 7880 width: 100%;7881 overflow: auto;7882 margin-bottom: 10px;7883 width: 100%; 7884 overflow: auto; 7885 margin-bottom: 10px; 7883 7886 } 7884 7887 -
trunk/wp-includes/css/editor.css
r22629 r22640 971 971 } 972 972 973 .rtl .wp-editor-tools { 974 padding: 0 0 0 10px; 975 } 976 973 977 .wp-editor-container { 974 978 border-width: 1px; … … 1048 1052 } 1049 1053 1054 .rtl .wp-media-buttons .button { 1055 margin-right: 0; 1056 margin-left: 5px; 1057 } 1058 1050 1059 .wp-media-buttons .insert-media { 1051 1060 padding-left: 0.4em; 1061 } 1062 1063 .rtl .wp-media-buttons .insert-media { 1064 padding-left: 10px; 1065 padding-right: 0.4em; 1052 1066 } 1053 1067
Note: See TracChangeset
for help on using the changeset viewer.