Ticket #17324: 3.2-rtl.diff
| File 3.2-rtl.diff, 53.0 KB (added by , 15 years ago) |
|---|
-
wp-admin/css/global-rtl.dev.css
Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes on: wp-admin/images/widgets-arrow-vs-rtl.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes on: wp-admin/images/resize-rtl.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes on: wp-admin/images/menu-shadow-rtl.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes on: wp-admin/images/widgets-arrow-rtl.gif ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes on: wp-admin/images/menu-arrow-frame-rtl.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream
1 1 2 /* 2 column liquid layout */ 3 #wpcontent, 4 #footer { 5 margin-left: 0; 6 margin-right: 160px !important; 7 } 8 9 .folded #wpcontent, 10 .folded #footer { 11 margin-left: 0; 12 margin-right: 52px; 13 } 14 15 #wpbody-content { 16 float: right; 17 } 18 19 #adminmenuwrap { 20 float: right; 21 } 22 2 23 #adminmenu { 3 float: right;4 24 clear: right; 5 margin-right:-160px;6 margin-left: 5px;7 25 } 8 body.folded #adminmenu { 9 margin-left: 0; 10 margin-right: -45px; 11 } 26 12 27 /* inner 2 column liquid layout */ 13 28 .inner-sidebar { 14 29 float: left; … … 16 31 } 17 32 18 33 .has-right-sidebar #post-body { 19 clear:right;20 float:right;21 margin-right: 0;22 margin-left: -340px;34 float: right; 35 clear: right; 36 margin-right: 0; 37 margin-left: -340px; 23 38 } 24 39 25 40 .has-right-sidebar #post-body-content { 41 margin-right: 0; 26 42 margin-left: 300px; 27 margin-right:0;28 43 } 29 44 30 #wpbody {31 margin-left:0;32 margin-right: 175px;33 }34 .folded #wpbody {35 margin-left: 0;36 margin-right: 60px;37 }38 #wpbody-content {39 float: right;40 }41 45 /* 2 columns main area */ 46 42 47 #col-right { 43 48 float: left; 44 49 clear: left; 45 50 } 46 .wrap { 47 margin: 0 5px 0 15px; 48 } 49 /* styles for use by people extending the WordPress interface */ 50 body, td, textarea, input, select { 51 font-family: Tahoma, arial; 52 } 51 52 /* utility classes*/ 53 53 .alignleft { 54 54 float: right; 55 55 } 56 56 57 .alignright { 57 58 float: left; 58 59 } 60 61 .textleft { 62 text-align: right; 63 } 64 65 .textright { 66 text-align: left; 67 } 68 69 /* Hide visually but not from screen readers */ 70 .screen-reader-text, 71 .screen-reader-text span { 72 left: auto 73 right: -1000em; 74 } 75 76 /* styles for use by people extending the WordPress interface */ 77 78 body, 79 td, 80 textarea, 81 input, 82 select { 83 font-family: Tahoma, Arial, sans-serif; 84 } 85 86 ul.ul-disc, 87 ul.ul-square, 88 ol.ol-decimal { 89 margin-left: 0; 90 margin-right: 1.8em; 91 } 92 59 93 .subsubsub { 60 94 float: right; 61 95 } 96 97 .widefat thead th:first-of-type { 98 -moz-border-radius-topleft: 0; 99 -moz-border-radius-topright: 3px; 100 -khtml-border-top-left-radius: 0; 101 -khtml-border-top-right-radius: 3px; 102 -webkit-border-top-left-radius: 0; 103 -webkit-border-top-right-radius: 3px; 104 border-top-left-radius: 0; 105 border-top-right-radius: 3px; 106 } 107 108 .widefat thead th:last-of-type { 109 -moz-border-radius-topright: 0; 110 -moz-border-radius-topleft: 3px; 111 -khtml-border-top-right-radius: 0; 112 -khtml-border-top-left-radius: 3px; 113 -webkit-border-top-right-radius: 0; 114 -webkit-border-top-left-radius: 3px; 115 border-top-right-radius: 0; 116 border-top-left-radius: 3px; 117 } 118 .widefat tfoot th:first-of-type { 119 -moz-border-radius-bottomleft: 0; 120 -moz-border-radius-bottomright: 3px; 121 -khtml-border-bottom-left-radius: 0; 122 -khtml-border-bottom-right-radius: 3px; 123 -webkit-border-bottom-left-radius: 0; 124 -webkit-border-bottom-right-radius: 3px; 125 border-bottom-left-radius: 0; 126 border-bottom-right-radius: 3px; 127 } 128 .widefat tfoot th:last-of-type { 129 -moz-border-radius-bottomright: 0; 130 -moz-border-radius-bottomleft: 3px; 131 -khtml-border-bottom-right-radius: 0; 132 -khtml-border-bottom-left-radius: 3px; 133 -webkit-border-bottom-right-radius: 0; 134 -webkit-border-bottom-left-radius: 3px; 135 border-bottom-right-radius: 0; 136 border-bottom-left-radius: 3px; 137 } 138 62 139 .widefat th { 63 140 text-align: right; 64 141 } 142 65 143 .widefat th input { 66 144 margin: 0 8px 0 0; 67 145 } 146 147 .wrap { 148 margin: 0 0 0 15px; 149 } 150 151 152 .wrap h2, 153 .subtitle { 154 font-family: Tahoma, Arial, sans-serif; 155 } 68 156 .wrap h2 { 69 font-family: arial; 70 padding: 14px 0 3px 15px; 71 font-style: normal; 157 padding: 9px 0 4px 15px; 72 158 } 159 160 .wrap .add-new-h2 { 161 font-family: Tahoma, Arial, sans-serif; 162 margin-left: 0; 163 margin-right: 4px; 164 } 165 73 166 .wrap h2.long-header { 74 167 padding-left: 0; 75 168 } 76 .updated, .error {77 clear: both;78 }79 80 .screen-reader-text, .screen-reader-text span {81 left:auto;82 text-indent:-1000em;83 }84 No newline at end of file -
wp-admin/css/colors-classic-rtl.dev.css
1 .bar {2 border-right-color: transparent;3 border-left-color: #99d;4 }5 6 .plugins .togl {7 border-right-color: transparent;8 border-left-color: #ccc;9 }10 11 1 .post-com-count { 12 2 background-image: url(../images/bubble_bg-rtl.gif); 13 3 } 14 .tablenav .tablenav-pages a {15 background: #eee url(../images/menu-bits-rtl-vs.gif?ver=20101117) repeat-x scroll right -379px;16 }17 #upload-menu li.current {18 border-right-color: transparent;19 border-left-color: #448abd;20 }21 4 22 # adminmenu .wp-submenu .current a.current{23 background: transparent url(../images/ menu-bits-rtl-vs.gif?ver=20101117) no-repeat scroll right -289px;5 #user_info_arrow { 6 background: transparent url(../images/arrows-vs.png) no-repeat 6px 5px; 24 7 } 25 8 26 #adminmenu li.wp-menu-separator { 27 background: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px; 9 #user_info:hover #user_info_arrow, 10 #user_info.active #user_info_arrow { 11 background: transparent url(../images/arrows-dark-vs.png) no-repeat 6px 5px; 28 12 } 29 13 30 .folded #adminmenu li.wp-menu-separator{31 b ackground: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px;14 #titlediv #title { 15 border-color: #bdccd5; 32 16 } 33 17 34 #adminmenu li.wp-has-current-submenu .wp-menu-toggle, 35 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { 36 background: transparent url(../images/menu-bits-rtl-vs.gif?ver=20101117) repeat-x scroll right -207px; 18 #editorcontainer { 19 border-color: #bdccd5 #bdccd5 #d0dfe9; 37 20 } 38 21 39 #adminmenu .wp-has-current-submenu ul li a.current { 40 background: url(../images/menu-dark-rtl-vs.gif) top right no-repeat !important; 22 /* menu */ 23 #adminmenuback, 24 #adminmenuwrap { 25 background-color: #EFF8FF; 26 border-color: #D1E5EE; 41 27 } 42 28 43 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 44 #adminmenu .menu-top .current { 45 background: url(../images/menu-bits-rtl-vs.gif?ver=20101117) top right repeat-x; 29 #adminmenushadow, 30 #adminmenuback { 31 background-image: url(../images/menu-shadow-rtl.png); 32 background-position: top left; 46 33 } 47 34 48 #adminmenu li.wp-has-current-submenu ul li a { 49 background: url(../images/menu-dark-rtl-vs.gif) bottom right no-repeat !important; 50 } 35 /* collapse menu button */ 51 36 52 # adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle{53 background : transparent url(../images/menu-bits-rtl-vs.gif?ver=20101117) no-repeat right -207px;37 #collapse-button div { 38 background-position: 0 -108px; 54 39 } 55 56 #adminmenu .wp-has-submenu:hover .wp-menu-toggle, 57 #adminmenu .wp-menu-open .wp-menu-toggle { 58 background: transparent url(../images/menu-bits-rtl-vs.gif?ver=20101117) repeat-x scroll right -109px; 40 .folded #collapse-button div { 41 background-position: 0 -72px; 59 42 } 43 /* inline editor */ 60 44 61 #adminmenu a.wp-has-submenu{62 background: #e ff8ff url(../images/menu-bits-rtl-vs.gif?ver=20101117) repeat-x scroll right -379px;45 .tablenav .tablenav-pages a { 46 background: #eee url('../images/menu-bits-rtl-vs.gif?ver=20101102') repeat-x scroll right -379px; 63 47 } 64 48 65 #adminmenu .wp-submenu a {66 background: #fff url(../images/menu-bits-rtl-vs.gif?ver=20101117) no-repeat scroll right -99px;67 }68 49 69 #adminmenu li.wp-has-current-submenu a.wp-has-submenu {70 background: #b5b5b5 url(../images/menu-bits-rtl-vs.gif?ver=20101117) repeat-x scroll right top;71 }72 73 .meta-box-sortables .postbox:hover .handlediv {74 background: transparent url(../images/menu-bits-rtl-vs.gif?ver=20101117) no-repeat scroll right -111px;75 }76 50 #favorite-toggle { 77 background: transparent url(../images/fav-arrow-rtl.gif?ver=20100531) no-repeat right -4px; 78 } 51 background: transparent url(,../images/fav-arrow-rtl.gif?ver=20100531,) no-repeat 100% -4px; 52 } 53 No newline at end of file -
wp-admin/css/colors-fresh-rtl.dev.css
1 1 .bar { 2 border-right-color: transparent;2 border-right-color: none; 3 3 border-left-color: #99d; 4 4 } 5 5 6 .plugins .togl {7 border-right-color: transparent;8 border-left-color: #ccc;9 }10 11 6 .post-com-count { 12 7 background-image: url(../images/bubble_bg-rtl.gif); 13 8 } 14 .tablenav .tablenav-pages a {15 background: #eee url('../images/menu-bits-rtl.gif?ver=20100531') repeat-x scroll right -379px;16 }17 #upload-menu li.current {18 border-right-color: transparent;19 border-left-color: #448abd;20 }21 9 22 # adminmenu .wp-submenu .current a.current{23 background: transparent url(../images/ menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -289px;10 #user_info_arrow { 11 background: transparent url(../images/arrows.png) no-repeat 0 5px; 24 12 } 25 13 26 #adminmenu li.wp-menu-separator { 27 background: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px; 14 #user_info:hover #user_info_arrow, 15 #user_info.active #user_info_arrow { 16 background: transparent url(../images/arrows-dark.png) no-repeat 0 5px; 28 17 } 29 18 30 .folded #adminmenu li.wp-menu-separator { 31 background: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px; 19 /* editors */ 20 21 /* menu */ 22 23 #adminmenushadow, 24 #adminmenuback { 25 background-image: url(../images/menu-shadow-rtl.png); 26 background-position: top left; 32 27 } 33 28 34 #adminmenu li.wp-has-current-submenu .wp-menu-toggle,29 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 35 30 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { 36 background: transparent url(../images/ menu-bits-rtl.gif?ver=20100531) repeat-x scroll right -207px;31 background: transparent url(../images/arrows-dark.png) no-repeat 8px 6px; 37 32 } 38 33 39 #adminmenu .wp-has-current-submenu ul li a.current { 40 background: url(../images/menu-dark-rtl.gif) top right no-repeat !important; 34 #adminmenu .wp-has-submenu:hover .wp-menu-toggle, 35 #adminmenu .wp-menu-open .wp-menu-toggle { 36 background: transparent url(../images/arrows.png) no-repeat 8px 6px; 41 37 } 42 38 43 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 44 #adminmenu .menu-top .current { 45 background: url(../images/menu-bits-rtl.gif?ver=20100531) top right repeat-x; 39 40 #adminmenu .wp-submenu .wp-submenu-head { 41 border-right-color: none; 42 border-left-color: #dfdfdf; 46 43 } 47 44 48 #adminmenu li.wp-has-current-submenu ul li a { 49 background: url(../images/menu-dark-rtl.gif) bottom right no-repeat !important; 45 46 /* collapse menu button */ 47 #collapse-button div { 48 background-position: 0 -108px; 50 49 } 50 .folded #collapse-button div { 51 background-position: 0 -72px; 52 } 51 53 52 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { 53 background: transparent url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat right -207px; 54 /* edit image */ 55 56 .meta-box-sortables .postbox:hover .handlediv { 57 background: transparent url(../images/arrows.png) no-repeat 6px 7px; 54 58 } 55 59 56 #adminmenu .wp-has-submenu:hover .wp-menu-toggle, 57 #adminmenu .wp-menu-open .wp-menu-toggle { 58 background: transparent url(../images/menu-bits-rtl.gif?ver=20100531) repeat-x scroll right -109px;60 .tablenav .tablenav-pages a { 61 border-color: #e3e3e3; 62 background: #eee url('../images/menu-bits-rtl.gif?ver=20100610') repeat-x scroll right -379px; 59 63 } 60 64 61 #adminmenu a.wp-has-submenu { 62 background: #f1f1f1 url(../images/menu-bits-rtl.gif?ver=20100531) repeat-x scroll right -379px; 65 #post-body .misc-pub-section { 66 border-right-color: none; 67 border-left-color: #eee; 63 68 } 64 69 65 # adminmenu .wp-submenu a{66 background: #fff url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -310px;70 #favorite-toggle { 71 background: transparent url(../images/arrows.png) no-repeat 4px 2px; 67 72 } 68 73 69 #adminmenu li.wp-has-current-submenu a.wp-has-submenu { 70 background: #b5b5b5 url(../images/menu-bits-rtl.gif?ver=20100531) repeat-x scroll right top; 74 #screen-meta a.show-settings, 75 .toggle-arrow { 76 background: transparent url(../images/arrows.png) no-repeat left 3px; 71 77 } 72 78 73 .meta-box-sortables .postbox:hover .handlediv{74 background: transparent url(../images/ menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -111px;79 #screen-meta .screen-meta-active a.show-settings { 80 background: transparent url(../images/arrows.png) no-repeat left -33px; 75 81 } 76 #favorite-toggle { 77 background: transparent url(../images/fav-arrow-rtl.gif?ver=20100531) no-repeat right -4px; 82 83 .sidebar-name-arrow { 84 background: transparent url(../images/arrows.png) no-repeat 5px 9px; 78 85 } 86 .sidebar-name:hover .sidebar-name-arrow { 87 background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px; 88 } 89 90 91 /* custom header & background pages */ 92 93 /* custom header & background pages */ 94 No newline at end of file -
wp-admin/css/wp-admin-rtl.dev.css
1 /* 0 - 200 2 =================================== */ 3 td.available-theme { 4 text-align: right; 1 /*------------------------------------------------------------------------------ 2 3 4 Hello, this is the RTL version of the main WordPress admin CSS file. 5 All the important stuff is in here. 6 7 8 TABLE OF CONTENTS: 9 ------------------ 10 1.0 - Text Elements 11 2.0 - Forms 12 3.0 - Actions 13 4.0 - Notifications 14 5.0 - TinyMCE 15 6.0 - Admin Header 16 6.1 - Favorites Menu 17 6.2 - Screen Options Tabs 18 7.0 - Main Navigation 19 8.0 - Layout Blocks 20 9.0 - Dashboard 21 10.0 - List Posts 22 10.1 - Inline Editing 23 11.0 - Write/Edit Post Screen 24 11.1 - Custom Fields 25 11.2 - Post Revisions 26 12.0 - Categories 27 13.0 - Tags 28 14.0 - Media Screen 29 14.1 - Media Uploader 30 14.2 - Image Editor 31 15.0 - Comments Screen 32 16.0 - Themes 33 16.1 - Custom Header 34 16.2 - Custom Background 35 16.3 - Tabbed Admin Screen Interface 36 17.0 - Plugins 37 18.0 - Users 38 19.0 - Tools 39 20.0 - Settings 40 21.0 - Admin Footer 41 22.0 - Misc 42 23.0 - Dead 43 44 45 ------------------------------------------------------------------------------*/ 46 47 48 49 50 /*------------------------------------------------------------------------------ 51 1.0 - Text Styles 52 ------------------------------------------------------------------------------*/ 53 54 ol { 55 margin-left: 0; 56 margin-right: 2em; 5 57 } 6 #current-theme img { 58 59 .code, code { 60 font-family: Tahoma, Arial, sans-serif; 61 } 62 63 64 .quicktags, .search { 65 font: 12px Tahoma, Arial, sans-serif; 66 } 67 68 .icon32 { 7 69 float: right; 8 margin-right: 0; 9 margin-left: 1em; 70 margin: 7px 0 0 8px; 10 71 } 11 .quicktags, .search { 72 73 .howto { 74 font-style: normal; 12 75 font-family: Tahoma, Arial, sans-serif; 13 76 } 14 /* 200 - 500 15 =================================== */ 77 78 p.install-help { 79 font-style: normal; 80 } 81 82 83 /*------------------------------------------------------------------------------ 84 2.0 - Forms 85 ------------------------------------------------------------------------------*/ 86 16 87 #doaction, 17 88 #doaction2, 18 89 #post-query-submit { 19 90 margin-right: 0; 20 91 margin-left: 8px; 21 92 } 22 #save-post { 93 94 #timezone_string option { 95 margin-left: 0; 96 margin-right: 1em; 97 } 98 99 #pass-strength-result { 23 100 float: right; 101 margin: 13px 1px 5px 5px; 24 102 } 25 #minor-publishing .ajax-loading { 26 padding: 3px 4px 0 0; 103 104 p.search-box { 105 float: left; 106 } 107 108 109 /*------------------------------------------------------------------------------ 110 3.0 - Actions 111 ------------------------------------------------------------------------------*/ 112 113 #delete-action { 114 text-align: right; 27 115 float: right; 28 116 } 29 .preview { 117 118 #publishing-action { 119 text-align: left; 30 120 float: left; 31 121 } 32 #sticky-span { 33 margin-left: 0; 34 margin-right: 18px; 35 } 122 36 123 #post-body .misc-pub-section { 37 border-right -width:0;124 border-right:0; 38 125 border-left-width: 1px; 39 border-right-style: none;40 126 border-left-style: solid; 41 127 float: right; 42 128 } 129 43 130 #post-body .misc-pub-section-last { 44 131 border-left: 0; 45 132 } 46 #delete-action { 47 text-align: right; 133 134 #minor-publishing-actions { 135 padding: 10px 8px 2px 10px; 136 text-align: left; 137 } 138 139 #save-post { 48 140 float: right; 49 141 } 50 #publishing-action { 51 text-align: left; 142 143 #minor-publishing .ajax-loading { 144 padding: 3px 4px 0 0; 145 float: right; 146 } 147 148 .preview { 52 149 float: left; 53 150 } 151 152 #sticky-span { 153 margin-left: 0; 154 margin-right: 18px; 155 } 156 54 157 .side-info ul { 55 158 padding-left: 0; 56 159 padding-right: 18px; 57 160 } 58 .submit input, 59 .button, 60 .button-primary, 61 .button-secondary, 62 .button-highlighted, 63 #postcustomstuff .submit input { 64 font-family: Tahoma, Arial, sans-serif; 161 162 td.action-links, 163 th.action-links { 164 text-align: left; 65 165 } 66 #wpcontent select { 67 font-family: Tahoma, Arial, sans-serif; 166 167 .describe .del-link { 168 padding-left: 0; 169 padding-right: 5px; 68 170 } 171 172 173 /*------------------------------------------------------------------------------ 174 4.0 - Notifications 175 ------------------------------------------------------------------------------*/ 176 177 .plugin-update .update-message { 178 margin: 0 31px 8px 10px; 179 } 180 181 form.upgrade .hint { 182 font-style: normal; 183 } 184 185 #ajax-response.alignleft { 186 margin-left: 0; 187 margin-right: 2em; 188 } 189 190 191 /*------------------------------------------------------------------------------ 192 5.0 - TinyMCE 193 ------------------------------------------------------------------------------*/ 194 69 195 #quicktags { 70 196 background-position: right top; 71 197 } 72 /* 500 - 700 73 =================================== */ 74 #template div { 75 margin-right: 0; 76 margin-left: 190px; 198 199 #ed_reply_toolbar input { 200 margin: 1px 1px 1px 2px; 77 201 } 78 * html #template div { 79 margin-left: 0; 202 203 /* Distraction Free Writing mode 204 * =Overlay Styles 205 -------------------------------------------------------------- */ 206 207 /* No RTL for now, this space intentionally left blank */ 208 209 /* =Overlay Body 210 -------------------------------------------------------------- */ 211 #wp-fullscreen-body { 212 right: 0; 213 left:auto; 80 214 } 81 215 82 .list-ajax-loading { 216 #wp-fullscreen-tagline { 217 left: 20px; 218 } 219 220 /* =Top bar 221 -------------------------------------------------------------- */ 222 #fullscreen-topbar { 223 left:auto; 224 right: 0; 225 } 226 227 #wp-fullscreen-mode-bar, 228 #wp-fullscreen-button-bar, 229 #wp-fullscreen-close, 230 #wp-fullscreen-count { 231 float: right; 232 } 233 234 #wp-fullscreen-save { 83 235 float: left; 84 margin-right: 0;85 margin-left: 9px;86 236 } 87 237 88 # your-profile legend{89 font-family: Tahoma, Arial, sans-serif;238 #wp-fullscreen-save { 239 padding: 2px 5px 0 2px; 90 240 } 91 #ajax-response.alignleft { 92 margin-left: 0; 93 margin-right: 2em;241 242 #wp-fullscreen-buttons > div { 243 float: right; 94 244 } 95 .page-numbers { 96 margin-right: 0; 97 margin-left: 1px;245 246 #wp-fullscreen-mode-bar { 247 padding: 1px 0 0 14px; 98 248 } 99 .column-author img, .column-username img { 249 250 #wp-fullscreen-modes a { 100 251 float: right; 101 margin-right: 0; 102 margin-left: 10px; 252 border-width: 1px 0 1px 1px; 103 253 } 104 .tablenav a.button-secondary { 105 margin-right: 0; 106 margin-left: 8px; 254 255 #wp-fullscreen-modes a:first-child { 256 border-width: 1px; 257 -moz-border-radius: 3px 3px 0 0; 258 -webkit-border-top-left-radius: 0; 259 -webkit-border-top-right-radius: 3px; 260 -webkit-border-bottom-left-radius: 0; 261 -webkit-border-bottom-right-radius: 3px; 262 -khtml-border-top-left-radius: 0; 263 -khtml-border-top-right-radius: 3px; 264 -khtml-border-bottom-left-radius: 0; 265 -khtml-border-bottom-right-radius: 3px; 266 border-top-left-radius: 0; 267 border-top-right-radius: 3px; 268 border-bottom-right-left: 0; 269 border-bottom-right-radius: 3px; 107 270 } 108 .tablenav .actions { 271 272 #wp-fullscreen-modes a:last-child { 273 -moz-border-radius: 0 0 3px 3px; 274 -webkit-border-top-right-radius: 0; 275 -webkit-border-top-left-radius: 3px; 276 -webkit-border-bottom-right-radius: 0; 277 -webkit-border-bottom-left-radius: 3px; 278 -khtml-border-top-right-radius: 0; 279 -khtml-border-top-left-radius: 3px; 280 -khtml-border-bottom-right-radius: 0; 281 -khtml-border-bottom-left-radius: 3px; 282 border-top-right-radius: 0; 283 border-top-left-radius: 3px; 284 border-bottom-right-radius: 0; 285 border-bottom-left-radius: 3px; 286 } 287 288 #wp-fullscreen-save img, 289 #wp-fullscreen-save span { 109 290 padding-right: 0; 110 padding-left: 8px;291 padding-left: 4px; 111 292 } 112 .tablenav .tablenav-pages { 293 294 /* =Thickbox Adjustments 295 -------------------------------------------------------------- */ 296 /* No RTL for now, this space intentionally left blank */ 297 298 299 /* =TinyMCE Adjustments 300 -------------------------------------------------------------- */ 301 /* No RTL for now, this space intentionally left blank */ 302 303 304 305 /*------------------------------------------------------------------------------ 306 6.0 - Admin Header 307 ------------------------------------------------------------------------------*/ 308 #wphead-info { 309 margin: 0 15px 0 0; 310 } 311 312 #user_info { 113 313 float: left; 314 padding: 0 6px 0 2px; 114 315 } 115 .tablenav .displaying-num { 316 317 #user_info.active { 116 318 margin-right: 0; 117 margin-left: 10px; 118 font-family: Tahoma, Arial, sans-serif; 119 font-style: normal; 319 margin-left: -1px; 120 320 } 121 #postcustomstuff table input, 122 #postcustomstuff table select, 123 #postcustomstuff table textarea { 124 margin: 8px 8px 8px 0; 321 322 #user_info .hide-if-no-js p { 323 margin: 0 0 0 20px; 125 324 } 126 /* 700 - 1000 127 =================================== */ 128 #pass-strength-result { 129 float: right; 130 margin: 12px 1px 5px 5px; 325 326 #user_info_arrow { 327 right: auto; 328 left: 3px; 131 329 } 132 /* Admin Header */ 133 #user_info { 134 float: left; 330 331 #user_info_links_wrap { 332 right: auto; 333 left: 0; 135 334 } 335 336 #wphead { 337 height: 32px; 338 margin-left: 15px; 339 margin-right: 2px; 340 } 341 136 342 #header-logo { 137 343 float: right; 138 margin: 7px 15px 0 0;139 344 } 345 140 346 #wphead h1 { 141 font -family: Tahoma, Arial, sans-serif;347 font: Tahoma, Arial, sans-serif; 142 348 float: right; 143 349 } 144 #wphead h1.long-title { 350 351 /*------------------------------------------------------------------------------ 352 6.1 - Favorites Menu 353 ------------------------------------------------------------------------------*/ 354 355 #favorite-actions { 356 margin: 0 15px 0 12px; 357 } 358 359 #favorite-first a { 360 padding: 2px 12px 2px 0; 361 } 362 363 #favorite-inside a { 364 padding: 3px 10px 3px 5px; 365 } 366 367 #favorite-toggle { 368 right: auto; 369 left: 0; 370 } 371 372 373 /*------------------------------------------------------------------------------ 374 6.2 - Screen Options Tabs 375 ------------------------------------------------------------------------------*/ 376 377 #screen-meta-links { 378 margin: 0 0 0 19px; 379 } 380 381 #screen-meta .screen-reader-text { 382 visibility: hidden; 383 } 384 385 #screen-options-link-wrap, 386 #contextual-help-link-wrap { 387 float: left; 388 margin: 0 6px 0 0; 145 389 font-family: Tahoma, Arial, sans-serif; 146 390 } 391 392 #contextual-help-wrap li { 393 list-style-type: disc; 394 margin-left: auto; 395 margin-right: 18px; 396 } 397 .toggle-arrow { 398 background-position: top right; 399 } 400 .toggle-arrow-active { 401 background-position: bottom right; 402 } 403 #screen-meta a.show-settings { 404 padding: 0 6px 0 16px; 405 } 406 407 #screen-options-wrap, 408 #contextual-help-wrap { 409 margin: 0 0 0 15px; 410 } 411 412 .metabox-prefs label { 413 padding-right: auto; 414 padding-left: 15px; 415 } 416 417 .metabox-prefs label input { 418 margin: 0 2px 0 5px; 419 } 420 421 /*------------------------------------------------------------------------------ 422 7.0 - Main Navigation (Right Menu) (RTL: Left Menu) 423 ------------------------------------------------------------------------------*/ 424 425 #adminmenushadow { 426 right: auto; 427 left: 0; 428 } 429 430 #adminmenu div.wp-menu-image { 431 float: right; 432 } 433 147 434 #adminmenu .wp-submenu a { 148 435 padding-left: 0; 149 436 padding-right: 12px; 150 border-width: 0 0 0 1px;151 border-style: none none none solid;152 font-family: Tahoma, Arial, sans-serif;153 437 } 154 #adminmenu a.menu-top, 155 #adminmenu .wp-submenu-head { 156 font-family: Tahoma, Arial, sans-serif; 438 439 #adminmenu li.wp-has-current-submenu .wp-menu-arrow, 440 #adminmenu li.menu-top.current .wp-menu-arrow { 441 right: auto; 442 left: -9px; 157 443 } 158 #adminmenu img.wp-menu-image { 444 #adminmenu .wp-menu-arrow div { 445 background: url(../images/menu-arrow-frame-rtl.png) top left no-repeat; 446 } 447 448 #adminmenu .wp-menu-image img { 159 449 float: right; 160 450 } 161 .folded #adminmenu img.wp-menu-image { 162 padding: 7px 6px 0 0; 451 452 .folded #adminmenu .wp-submenu { 453 display: block; 454 left: auto; 455 right: 26px; 163 456 } 164 #adminmenu a.separator { 165 cursor: e-resize; 457 458 .folded #adminmenu .wp-submenu.sub-open { 459 padding: 0 0 8px 8px; 166 460 } 167 .folded #adminmenu a.separator { 168 cursor: w-resize; 461 462 #adminmenu .wp-submenu .wp-submenu-head { 463 padding: 6px 10px 5px 4px; 169 464 } 465 170 466 .folded #adminmenu .wp-submenu-wrap { 467 -webkit-border-bottom-right-radius: 0; 171 468 -webkit-border-bottom-left-radius: 3px; 469 -webkit-border-top-right-radius: 0; 172 470 -webkit-border-top-left-radius: 3px; 471 -khtml-border-bottom-right-radius: 0; 173 472 -khtml-border-bottom-left-radius: 3px; 473 -khtml-border-top-left-radius: 0; 174 474 -khtml-border-top-left-radius: 3px; 475 -moz-border-radius-bottomright: 0; 175 476 -moz-border-radius-bottomleft: 3px; 477 -moz-border-radius-topright: 0; 176 478 -moz-border-radius-topleft: 3px; 479 border-bottom-right-radius: 0; 177 480 border-bottom-left-radius: 3px; 481 border-top-right-radius: 0; 178 482 border-top-left-radius: 3px; 179 483 } 180 #adminmenu .wp-submenu .wp-submenu-head { 181 padding: 6px 10px 6px 4px; 484 485 .folded #adminmenu .wp-submenu ul { 486 border-width: 0 1px 0 0; 182 487 } 183 .folded #adminmenu .wp-submenu { 184 margin: -1px 28px 0 0; 185 } 488 186 489 .folded #adminmenu .wp-submenu a { 187 490 padding-left: 0; 188 491 padding-right: 10px; 189 492 } 493 190 494 .folded #adminmenu a.wp-has-submenu { 191 495 margin-left: 0; 192 496 margin-right: 40px; 193 497 } 498 194 499 #adminmenu .wp-menu-toggle { 500 clear: left; 195 501 float: left; 196 502 padding: 1px 0 0 2px; 197 clear: left;198 503 } 199 #adminmenu div.wp-menu-image { 200 float: right; 504 505 #adminmenu .wp-menu-image img { 506 padding: 6px 1px 0 0; 201 507 } 202 #wphead-info { 203 margin: 0 15px 0 0; 204 padding-right:0; 205 padding-left: 15px; 206 } 207 /* end side admin menu */ 208 /* 1000 - 1300 209 =================================== */ 508 210 509 #adminmenu #awaiting-mod, 211 510 #adminmenu span.update-plugins, 212 511 #sidemenu li a span.update-plugins { … … 214 513 margin-left: 0; 215 514 margin-right: 7px; 216 515 } 516 217 517 .post-com-count-wrapper { 218 518 font-family: Tahoma, Arial, sans-serif; 219 519 } 520 220 521 .column-response .post-com-count { 221 522 float: right; 222 523 margin-right: 0; 223 524 margin-left: 5px; 224 525 } 225 /* Tables used on comment.php and option/setting pages */ 226 .form-table th { 526 527 .response-links { 528 float: right; 529 } 530 531 #collapse-button { 532 float: right; 533 } 534 535 /*------------------------------------------------------------------------------ 536 8.0 - Layout Blocks 537 ------------------------------------------------------------------------------*/ 538 539 .widefat th { 540 font-family: Tahoma, Arial, sans-serif; 541 } 542 543 .widefat td p { 544 margin: 2px 0 0.8em; 545 } 546 547 .postbox-container { 548 float: right; 549 padding-right: 0; 550 padding-left: 0.5%; 551 } 552 553 .postbox .handlediv { 554 float: left; 555 } 556 557 /*------------------------------------------------------------------------------ 558 9.0 - Dashboard 559 ------------------------------------------------------------------------------*/ 560 561 #the-comment-list p.comment-author img { 562 float: right; 563 margin-right: 0; 564 margin-left: 8px; 565 } 566 567 /*------------------------------------------------------------------------------ 568 10.0 - List Posts (/Pages/etc) 569 ------------------------------------------------------------------------------*/ 570 571 .fixed .column-comments { 227 572 text-align: right; 228 573 } 229 .form-table input.tog { 230 margin-right: 0; 231 margin-left: 2px; 574 .fixed .column-comments .vers { 575 padding-left: 0; 576 padding-right: 3px; 577 } 578 .fixed .column-comments a { 232 579 float: right; 233 580 } 234 .form-table table.color-palette { 581 .sorting-indicator { 582 margin-left: 0; 583 margin-right: 7px; 584 } 585 th.sortable a span, 586 th.sorted a span { 235 587 float: right; 236 588 } 237 #profile-page .form-table #rich_editing { 589 590 /* Bulk Actions */ 591 592 .tablenav-pages a { 238 593 margin-right: 0; 239 margin-left: 5px;594 margin-left: 1px; 240 595 } 241 /* Post Screen */ 242 /* 1300 - 1500 243 =================================== */ 244 #normal-sortables .postbox .submit { 596 .tablenav-pages .next-page { 597 margin-left: 0; 598 margin-right: 2px; 599 } 600 601 .tablenav a.button-secondary { 602 margin: 3px 0 0 8px; 603 } 604 605 .tablenav .tablenav-pages { 245 606 float: left; 246 607 } 247 #post-body .tagsdiv #newtag { 608 609 .tablenav .displaying-num { 248 610 margin-right: 0; 249 margin-left: 5px; 611 margin-left: 10px; 612 font-family: Tahoma, Arial, sans-serif; 613 font-style: bold; 250 614 } 251 #post-status-info { 252 padding: 0 7px 0 15px; 615 616 .tablenav .actions { 617 padding: 2px 0 0 8px; 253 618 } 254 #comment-status-radio input { 255 margin: 2px 0 5px 3px; 619 620 .tablenav .delete { 621 margin-right: 0; 622 margin-left: 20px; 256 623 } 257 .tagchecklist { 258 margin-left: 0; 259 margin-right: 10px;624 625 .view-switch { 626 float: left; 260 627 } 261 .tagchecklist strong { 628 629 .filter { 630 float: right; 631 margin: -5px 10px 0 0; 632 } 633 634 .filter .subsubsub { 262 635 margin-left: 0; 263 margin-right: - 8px;636 margin-right: -10px; 264 637 } 265 .tagchecklist span { 638 639 #posts-filter fieldset { 266 640 float: right; 641 margin: 0 0 1em 1.5ex; 267 642 } 268 .tagchecklist span a { 269 margin: 6px -9px 0 0; 643 644 #posts-filter fieldset legend { 645 padding: 0 1px .2em 0; 646 } 647 648 /*------------------------------------------------------------------------------ 649 10.1 - Inline Editing 650 ------------------------------------------------------------------------------*/ 651 652 #wpbody-content .inline-edit-row fieldset { 270 653 float: right; 271 654 } 272 .ac_results li { 273 text-align: right; 655 656 #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col { 657 border-width: 0 1px 0 0; 274 658 } 275 #poststuff h2 { 276 clear: right; 659 660 #wpbody-content .bulk-edit-row .inline-edit-col-bottom { 661 float: left; 277 662 } 278 .description, .form-wrap p { 279 font-family: Tahoma, Arial, sans-serif; 663 664 .inline-edit-row fieldset label span.title { 665 float: right; 280 666 } 281 .sorting-indicator { 667 668 .inline-edit-row fieldset label span.input-text-wrap { 282 669 margin-left: 0; 283 margin-right: 7px;670 margin-right: 5em; 284 671 } 285 th.sortable a span, 286 th.sorted a span { 672 673 .quick-edit-row-post fieldset.inline-edit-col-right label span.title { 674 padding-right: 0; 675 padding-left: 0.5em; 676 } 677 678 #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child { 679 margin-right: 0; 680 margin-left: 0.5em 681 } 682 683 /* Styling */ 684 685 .inline-edit-row fieldset span.title, 686 .inline-edit-row fieldset span.checkbox-title { 687 font-family: Tahoma, Arial, sans-serif; 688 font-style: normal; 689 } 690 691 .inline-edit-row fieldset .inline-edit-date { 287 692 float: right; 288 693 } 289 .fixed .column-comments a { 694 695 .inline-edit-row fieldset ul.cat-checklist label, 696 .inline-edit-row .catshow, 697 .inline-edit-row .cathide, 698 .inline-edit-row #bulk-titles div { 699 font-family: Tahoma, Arial, sans-serif; 700 } 701 702 .quick-edit-row-post fieldset label.inline-edit-status { 290 703 float: right; 291 704 } 292 705 293 /* 1500 - 1800 294 =================================== */ 295 .autosave-info { 296 padding: 2px 2px 2px 15px;297 text- align: left;706 #bulk-titles div a { 707 float: right; 708 margin: 3px -2px 0 3px; 709 overflow: hidden; 710 text-indent: -9999px; 298 711 } 299 .meta-box-sortables .postbox .handlediv { 300 float: left; 712 713 714 /*------------------------------------------------------------------------------ 715 11.0 - Write/Edit Post Screen 716 ------------------------------------------------------------------------------*/ 717 718 719 #wp-fullscreen-title-prompt-text { 720 left: auto; 721 right: 0; 301 722 } 302 .howto { 303 font-family: Tahoma, Arial, sans-serif; 304 } 723 305 724 .postarea h3 label { 306 725 float: right; 307 726 } 727 308 728 .postarea #add-media-button { 309 729 float: left; 310 730 right: auto; 311 731 left: 10px; 312 732 } 313 .wp_themeSkin tr.mceFirst td.mceToolbar { 314 background-position: right top; 315 } 316 #poststuff #edButtonPreview, 317 #poststuff #edButtonHTML { 733 734 735 #edButtonPreview, 736 #edButtonHTML { 318 737 margin: 5px 0 0 5px; 319 738 float: left; 320 739 } 740 321 741 #poststuff #edButtonHTML { 322 742 margin-right: 0; 323 743 margin-left: 15px; 324 744 } 745 325 746 #media-buttons a { 326 747 padding: 0 10px 5px 0; 327 748 } 749 328 750 .submitbox .submit { 329 751 text-align: right; 330 752 } … … 332 754 .inside-submitbox #post_status { 333 755 margin: 2px -2px 2px 0; 334 756 } 757 335 758 .submitbox .submit input { 336 759 margin-right: 0; 337 760 margin-left: 4px; 338 761 } 339 /* Categories */ 340 .category-adder { 341 margin-left: 0; 342 margin-right: 120px; 762 763 #normal-sortables .postbox .submit { 764 float: left; 343 765 } 766 767 768 #post-body ul.category-tabs, 769 #post-body ul.add-menu-item-tabs { 770 float: right; 771 text-align: left; 772 /* Negative margin for the sake of those without JS: all tabs display */ 773 margin: 0 5px 0 -120px; 774 } 775 776 344 777 #post-body ul.category-tabs li.tabs, 345 778 #post-body ul.add-menu-item-tabs li.tabs { 346 -moz-border-radius: 0 3px 3px0;779 -moz-border-radius: 3px 3px 0 0; 347 780 -webkit-border-top-left-radius: 0; 348 781 -webkit-border-top-right-radius: 3px; 349 782 -webkit-border-bottom-left-radius: 0; 350 783 -webkit-border-bottom-right-radius: 3px; 784 -khtml-border-top-left-radius: 0; 785 -khtml-border-top-right-radius: 3px; 786 -khtml-border-bottom-left-radius: 0; 787 -khtml-border-bottom-right-radius: 3px; 351 788 border-top-left-radius: 0; 352 789 border-top-right-radius: 3px; 353 790 border-bottom-left-radius: 0; 354 791 border-bottom-right-radius: 3px; 355 792 } 356 #post-body ul.category-tabs, 357 #post-body ul.add-menu-item-tabs { 358 float: right; 359 text-align: left; 360 margin: 0 0 0 -120px; 361 } 793 362 794 #post-body .categorydiv div.tabs-panel, 363 #post-body.taxonomy div.tabs-panel,795 .taxonomy div.tabs-panel, 364 796 #post-body #linkcategorydiv div.tabs-panel { 365 margin: 0 12 0px 0 5px;797 margin: 0 125px 0 5px; 366 798 } 367 /* 1800 - 2000 368 =================================== */ 369 #front-page-warning, 370 #front-static-pages ul, 371 .inline-editor ul.cat-checklist ul, 372 .categorydiv ul.categorychecklist ul, 373 .customlinkdiv ul.categorychecklist ul, 374 .posttypediv ul.categorychecklist ul, 375 .taxonomydiv ul.categorychecklist ul, 376 #linkcategorydiv ul.categorychecklist ul{ 377 margin-left: 0; 378 margin-right: 18px; 799 800 #side-sortables .comments-box thead th, 801 #normal-sortables .comments-box thead th { 802 font-style: normal; 379 803 } 804 805 #commentsdiv img.waiting { 806 padding-left: 0; 807 padding-right: 5px; 808 } 809 810 #post-body .category-tabs li.tabs, 811 #post-body .add-menu-item-tabs li.tabs { 812 border-width: 1px 1px 1px 0; 813 margin-right: 0; 814 margin-left: -1px; 815 } 816 380 817 /* positioning etc. */ 381 p.search-box { 382 float: left; 383 } 818 384 819 #posts-filter fieldset { 385 820 float: right; 386 821 margin: 0 0 1em 1.5ex; 387 822 } 823 388 824 #posts-filter fieldset legend { 389 825 padding: 0 1px .2em 0; 390 826 } 391 .view-switch { 392 float: left; 393 } 394 .filter { 395 float: right; 396 margin: -5px 10px 0 0; 397 } 398 #the-comment-list td.comment p.comment-author { 827 828 /* Global classes */ 829 830 #post-body .tagsdiv #newtag { 399 831 margin-right: 0; 832 margin-left: 5px; 400 833 } 401 #the-comment-list p.comment-author img { 402 float: right; 403 margin-right: 0; 404 margin-left: 8px; 405 } 406 .tablenav .delete { 407 margin-right: 0; 408 margin-left: 20px; 409 } 410 td.action-links, th.action-links { 834 835 .autosave-info { 836 padding: 2px 2px 2px 15px; 411 837 text-align: left; 412 838 } 413 /* 2000 - 2300 414 =================================== */ 415 .filter .subsubsub { 416 margin-left: 0; 417 margin-right: -10px; 839 840 #post-body .wp_themeSkin .mceStatusbar a.mceResize { 841 background: transparent url(../images/resize-rtl.gif) no-repeat scroll right bottom; 842 cursor: sw-resize; 418 843 } 419 #wp-word-count { 420 margin-right: 10px; 421 } 422 .tool-box .title { 423 font-family: Tahoma, Arial, sans-serif; 424 } 425 .settings-toggle { 426 text-align: left; 427 margin: 5px 0 15px 7px; 428 } 844 429 845 .curtime #timestamp { 430 846 background-position: right top; 431 847 padding-left: 0; 432 848 padding-right: 18px; 433 849 } 434 /* media popup 0819 */ 435 #sidemenu { 436 margin: -30px 315px 0 15px; 437 float: left; 438 padding-left: 0; 439 padding-right: 10px; 850 851 /*------------------------------------------------------------------------------ 852 11.1 - Custom Fields 853 ------------------------------------------------------------------------------*/ 854 855 #postcustomstuff table input, 856 #postcustomstuff table select, 857 #postcustomstuff table textarea { 858 margin: 8px 8px 8px 0; 440 859 } 441 #sidemenu a { 442 float: right; 860 861 /*------------------------------------------------------------------------------ 862 11.2 - Post Revisions 863 ------------------------------------------------------------------------------*/ 864 865 table.diff td, table.diff th { 866 font-family: Courier, monospace; 443 867 } 444 #replysubmit .button { 445 margin-right: 0; 446 margin-left: 5px; 868 869 /*------------------------------------------------------------------------------ 870 12.0 - Categories 871 ------------------------------------------------------------------------------*/ 872 873 .category-adder { 874 margin-left: 0; 875 margin-right: 120px; 447 876 } 448 /* 2300 - 2500 449 =================================== */ 450 #edithead .inside { 877 878 879 #post-body ul.category-tabs, 880 #post-body ul.add-menu-item-tabs { 451 881 float: right; 452 margin: 3px 5px 2px 0; 882 text-align: left; 883 /* Negative margin for the sake of those without JS: all tabs display */ 884 margin: 0 5px 0 -120px; 453 885 } 454 #replyrow #ed_reply_toolbar input { 455 margin: 1px 1px 1px 2px; 886 887 #post-body ul.category-tabs li.tabs, 888 #post-body ul.add-menu-item-tabs li.tabs { 889 -moz-border-radius: 3px 3px 0 0; 890 -webkit-border-top-left-radius: 0; 891 -webkit-border-top-right-radius: 3px; 892 -webkit-border-bottom-left-radius: 0; 893 -webkit-border-bottom-right-radius: 3px; 894 -khtml-border-top-left-radius: 0; 895 -khtml-border-top-right-radius: 3px; 896 -khtml-border-bottom-left-radius: 0; 897 -khtml-border-bottom-right-radius: 3px; 898 border-top-left-radius: 0; 899 border-top-right-radius: 3px; 900 border-bottom-left-radius: 0; 901 border-bottom-right-radius: 3px; 456 902 } 457 /* show/hide settings */ 458 #screen-meta-links { 459 margin: 0 0 0 18px; 460 } 461 #screen-options-link-wrap, 462 #contextual-help-link-wrap { 463 float: left; 464 font-family: Tahoma, Arial, sans-serif; 465 margin: 0 0 0 6px; 466 } 467 #contextual-help-wrap li { 903 904 #front-page-warning, 905 #front-static-pages ul, 906 ul.export-filters, 907 .inline-editor ul.cat-checklist ul, 908 .categorydiv ul.categorychecklist ul, 909 .customlinkdiv ul.categorychecklist ul, 910 .posttypediv ul.categorychecklist ul, 911 .taxonomydiv ul.categorychecklist ul, 912 #linkcategorydiv ul.categorychecklist ul { 468 913 margin-left: 0; 469 914 margin-right: 18px; 470 915 } 471 #screen-meta a.show-settings { 472 padding: 0 6px 0 16px; 473 background-position: left top; 474 } 475 .metabox-prefs label { 476 padding-right: 0; 477 padding-left: 15px; 478 } 479 .metabox-prefs label input { 480 margin: 0 2px 0 5px; 481 } 482 .inline-editor .save, 483 .inline-editor .cancel { 916 917 #post-body .category-tabs li.tabs, 918 #post-body .add-menu-item-tabs li.tabs { 919 border-style: solid solid solid none; 920 border-width: 1px 1px 1px 0; 484 921 margin-right: 0; 485 margin-left: 5px;922 margin-left: -1px; 486 923 } 487 #replysubmit img.waiting, 488 .inline-edit-save img.waiting { 489 float: left; 490 } 491 .trash-undo-inside, 492 .spam-undo-inside, 493 .spam-undo-inside .avatar, 494 .trash-undo-inside .avatar { 495 margin-right: 0; 496 margin-left: 8px; 497 } 498 /* 2500 - 2700 499 =================================== */ 500 #bulk-titles div a { 501 float: right; 502 margin: 3px -2px 0 3px; 503 } 504 #wpbody-content .filename { 505 margin-left: 0; 506 margin-right: 10px; 507 } 508 #wpbody-content .inline-edit-row fieldset { 509 float: right; 510 } 511 #wpbody-content .quick-edit-row-page fieldset.inline-edit-col-right .inline-edit-col { 512 border-left: 0 none; 513 border-right: 1px solid; 514 } 515 #wpbody-content .bulk-edit-row .inline-edit-col-bottom { 516 float: left; 517 } 518 .inline-edit-row fieldset label span.title { 519 float: right; 520 } 521 .inline-edit-row fieldset label span.input-text-wrap { 522 margin-left: 0; 523 margin-right: 5em; 524 } 525 .quick-edit-row-post fieldset.inline-edit-col-right label span.title { 526 padding-right: 0; 527 padding-left: 0.5em; 528 } 529 #wpbody-content .quick-edit-row fieldset .inline-edit-group label.alignleft:first-child { 530 margin-right: 0; 531 margin-left: 0.5em; 532 } 533 /* 2700 - 3000 534 =================================== */ 535 .inline-edit-row fieldset span.title, 536 .inline-edit-row fieldset span.checkbox-title { 924 925 p.help, 926 p.description, 927 span.description, 928 .form-wrap p { 929 font-style: normal; 537 930 font-family: Tahoma, Arial, sans-serif; 538 931 } 539 .inline-edit-row fieldset .inline-edit-date { 540 float: right; 932 933 /*------------------------------------------------------------------------------ 934 13.0 - Tags 935 ------------------------------------------------------------------------------*/ 936 937 .taghint { 938 margin: 15px 12px -24px 0; 541 939 } 542 .inline-edit-row fieldset ul.cat-checklist label,543 .inline-edit-row .catshow,544 .inline-edit-row .cathide,545 .inline-edit-row #bulk-titles div {546 font-family: Tahoma, Arial, sans-serif;547 }548 .quick-edit-row-post fieldset label.inline-edit-status {549 float: right;550 }551 .describe-toggle-on, .describe-toggle-off {552 float: left;553 margin-right: 0;554 margin-left: 20px;555 }556 #wpbody-content #media-items .filename {557 float: right;558 margin-left: 0;559 margin-right: 10px;560 }561 .media-item .pinkynail {562 float: right;563 }564 #find-posts-response .found-radio {565 padding: 8px 8px 0 0;566 }567 .find-box-buttons {568 left: auto;569 right: 12px;570 }571 .find-box-search label {572 padding-right: 0;573 padding-left: 6px;574 }575 /* favorite-actions */576 #favorite-actions {577 float: left;578 }579 #favorite-first {580 padding: 3px 12px 4px 30px;581 }582 #favorite-inside {583 }584 #favorite-inside a {585 padding: 3px 10px 3px 5px;586 }587 #favorite-toggle {588 right: auto;589 left: 0;590 background:transparent url(../images/fav-arrow-rtl.gif?ver=20100531) no-repeat 10px -4px;591 }592 #utc-time, #local-time {593 padding-left: 0;594 padding-right: 25px;595 font-family: Tahoma, Arial;596 }597 .icon32 {598 float: right;599 margin: 14px 0 0 6px;600 }601 .subtitle {602 padding-left: 0;603 padding-right: 25px;604 }605 940 606 ol { 607 list-style-type:decimal; 608 margin-left:0; 609 margin-right:2em; 941 #poststuff .tagsdiv .howto { 942 margin: 0 8px 6px 0; 610 943 } 611 944 612 .postbox-container { 613 float: right; 614 padding-left: 0.5%; 615 padding-right: 0; 945 .ac_results li { 946 text-align: right; 616 947 } 617 948 618 /* Media library */ 949 /*------------------------------------------------------------------------------ 950 14.0 - Media Screen 951 ------------------------------------------------------------------------------*/ 952 619 953 #wpbody-content .describe th { 620 954 text-align: right; 955 621 956 } 622 957 623 958 .describe .media-item-info .A1B1 { … … 635 970 } 636 971 637 972 .media-upload-form tr.image-size label { 638 margin: 0 3px 0 0 ;973 margin: 0 3px 0 0; 639 974 } 640 975 641 976 #wpbody-content .describe p.help { 642 padding: 0 5px 0 0 ;977 padding: 0 5px 0 0; 643 978 } 644 979 645 980 .media-item .error-div a.dismiss, … … 650 985 margin-left: 20px; 651 986 } 652 987 653 .describe-toggle-on,654 .describe-toggle-off {655 float: left;656 margin-left: 20px;657 margin-right: 0;658 }659 660 988 .media-item .error-div { 661 989 padding-left: 0; 662 990 padding-right: 10px; … … 668 996 669 997 .crunching { 670 998 text-align: left; 999 margin-right: 0; 671 1000 margin-left: 5px; 672 margin-right: 0;673 1001 } 674 1002 675 1003 .bar { 1004 border-right-width: 0; 676 1005 border-left-width: 3px; 1006 border-right-style: none; 677 1007 border-left-style: solid; 678 border-right: none;679 1008 } 680 1009 1010 /*------------------------------------------------------------------------------ 1011 14.1 - Media Uploader 1012 ------------------------------------------------------------------------------*/ 681 1013 682 /* TinyMCE 683 =================================== */ 684 .clearlooks2 .mceTop .mceLeft { 685 width:100% !important; 1014 #find-posts-response .found-radio { 1015 padding: 5px 8px 0 0; 686 1016 } 687 1017 688 /* tag hints */ 689 .taghint { 690 margin: 15px 12px -24px 0; 1018 1019 .find-box-search label { 1020 padding-right: 0; 1021 padding-left: 6px; 691 1022 } 692 1023 693 #poststuff .tagsdiv .howto { 694 margin: 0 8px 6px 0; 1024 .find-box #resize-se { 1025 right: auto; 1026 left: 1px; 695 1027 } 696 1028 697 #broken-themes { 1029 1030 form.upgrade .hint { 1031 font-style: normal; 1032 } 1033 1034 1035 /*------------------------------------------------------------------------------ 1036 14.2 - Image Editor 1037 ------------------------------------------------------------------------------*/ 1038 1039 .imgedit-menu div { 1040 float: right; 1041 } 1042 1043 .imgedit-help { 1044 font-style: normal; 1045 } 1046 1047 .imgedit-submit-btn { 1048 margin-left: 0; 1049 margin-right: 20px; 1050 } 1051 1052 1053 /*------------------------------------------------------------------------------ 1054 15.0 - Comments Screen 1055 ------------------------------------------------------------------------------*/ 1056 1057 .form-table th { 698 1058 text-align: right; 699 1059 } 700 1060 701 .describe .del-link { 702 padding-right: 5px; 703 padding-left: 0; 1061 .form-table input.tog { 1062 margin-right: 0; 1063 margin-left: 2px; 1064 float: right; 704 1065 } 705 1066 1067 .form-table table.color-palette { 1068 float: right; 1069 } 1070 1071 /* reply to comments */ 1072 1073 #replysubmit img.waiting, 1074 .inline-edit-save img.waiting { 1075 float: left; 1076 } 1077 1078 #replysubmit .button { 1079 margin-right: 0; 1080 margin-left: 5px; 1081 } 1082 1083 #edithead .inside { 1084 float: right; 1085 padding: 3px 5px 2px 0; 1086 } 1087 706 1088 .comment-ays th { 1089 border-right-style: none; 707 1090 border-left-style: solid; 1091 border-right-width: 0; 708 1092 border-left-width: 1px; 709 1093 } 710 1094 711 /* Custom Header */ 712 .appearance_page_custom-header #available-headers .default-header { 1095 .spam-undo-inside .avatar, 1096 .trash-undo-inside .avatar { 1097 margin-left: 8px; 1098 } 1099 1100 #comment-status-radio input { 1101 margin: 2px 0 5px 3px; 1102 } 1103 1104 1105 1106 /*------------------------------------------------------------------------------ 1107 16.0 - Themes 1108 ------------------------------------------------------------------------------*/ 1109 1110 td.available-theme { 1111 text-align: right; 1112 } 1113 1114 #current-theme img { 713 1115 float: right; 1116 margin-right: 0; 1117 margin-left: 1em; 1118 } 1119 1120 #broken-themes { 1121 text-align: right; 1122 } 1123 1124 /*------------------------------------------------------------------------------ 1125 16.1 - Custom Header Screen 1126 ------------------------------------------------------------------------------*/ 1127 1128 .appearance_page_custom-header .available-headers .default-header { 1129 float: right; 714 1130 margin: 0 0 20px 20px; 715 1131 } 716 .appearance_page_custom-header #available-headers label input { 1132 1133 .appearance_page_custom-header .random-header { 1134 margin: 0 0 20px 20px; 1135 } 1136 1137 .appearance_page_custom-header .available-headers label input, 1138 .appearance_page_custom-header .random-header label input { 717 1139 margin-right: 0; 718 1140 margin-left: 10px; 719 1141 } 720 1142 721 #custom-background label { 1143 /*------------------------------------------------------------------------------ 1144 16.2 - Custom Background Screen 1145 ------------------------------------------------------------------------------*/ 1146 1147 /* No RTL for now, this space intentionally left blank */ 1148 1149 1150 /*------------------------------------------------------------------------------ 1151 16.3 - Tabbed Admin Screen Interface (Experimental) 1152 ------------------------------------------------------------------------------*/ 1153 1154 .nav-tab { 1155 margin: 0 0 -1px 6px; 1156 } 1157 1158 h2 .nav-tab { 1159 font-family: Tahoma, Arial, sans-serif; 1160 } 1161 1162 1163 /*------------------------------------------------------------------------------ 1164 17.0 - Plugins 1165 ------------------------------------------------------------------------------*/ 1166 1167 .plugins .desc ul, 1168 .plugins .desc ol { 1169 margin: 0 2em 0 0; 1170 } 1171 1172 #wpbody-content .plugins .plugin-title, #wpbody-content .plugins .theme-title { 722 1173 padding-right: 0; 723 padding-left: 1 5px;1174 padding-left: 12px; 724 1175 } 725 1176 726 /* ltr 727 =================================== */ 728 #author-email, #author-url, #rss-url-1, #edit-slug-box, #post_name, #trackback_url, #metakeyinput, #post_password, #slug, #category_nicename, #link_url, #link_image, #rss_uri, #menu_order, #email, #newcomment_author_url, #pages-exclude, #template textarea, #user_login, #url, #pass1, #pass2, #aim, #yim, #jabber, #siteurl, #home, #admin_email, #gmt_offset, #default_post_edit_rows, #mailserver_url, #mailserver_login, #mailserver_pass, #mailserver_port, #ping_sites, #posts_per_page, #posts_per_rss, #blog_charset, #close_comments_days_old, #comments_per_page, #comment_max_links, #moderation_keys, #blacklist_keys, #thumbnail_size_w, #thumbnail_size_h, #medium_size_w, #medium_size_h, #large_size_w, #large_size_h, #permalink_structure, #category_base, #tag_base, #upload_path, #upload_url_path, #rules { 729 direction: ltr; 1177 1178 /*------------------------------------------------------------------------------ 1179 18.0 - Users 1180 ------------------------------------------------------------------------------*/ 1181 1182 #profile-page .form-table #rich_editing { 1183 margin-right: 0; 1184 margin-left: 5px 730 1185 } 731 1186 732 /* no italic 733 =================================== */ 1187 #your-profile legend { 1188 font-family: Tahoma, Arial, sans-serif; 1189 } 734 1190 735 #quicktags #ed_em, #ed_reply_toolbar #ed_reply_em, .tablenav .displaying-num, #footer, #footer a, p.help, p.description, span.description, .form-wrap p, #side-sortables .comments-box thead th, 736 #normal-sortables .comments-box thead th, .howto, .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title, #utc-time, #local-time, form.upgrade .hint, p.install-help, .imgedit-help { 1191 /*------------------------------------------------------------------------------ 1192 19.0 - Tools 1193 ------------------------------------------------------------------------------*/ 1194 1195 /* Intentionally didn't RTLized the new press-this button; 1196 1197 /*------------------------------------------------------------------------------ 1198 20.0 - Settings 1199 ------------------------------------------------------------------------------*/ 1200 1201 #utc-time, #local-time { 1202 padding-left: 0; 1203 padding-right: 25px; 737 1204 font-style: normal; 1205 font-family: Tahoma, Arial, sans-serif; 738 1206 } 1207 1208 /*------------------------------------------------------------------------------ 1209 21.0 - Admin Footer 1210 ------------------------------------------------------------------------------*/ 1211 1212 #footer { 1213 margin-right: 0; 1214 margin-left: 15px; 1215 } 1216 1217 /*------------------------------------------------------------------------------ 1218 22.0 - Misc 1219 ------------------------------------------------------------------------------*/ 1220 1221 #template div { 1222 margin-right: 0; 1223 margin-left: 190px; 1224 } 1225 1226 .column-author img, .column-username img { 1227 float: right; 1228 margin-right: 0; 1229 margin-left: 10px; 1230 } 1231 1232 .tagchecklist strong { 1233 margin-left: 0; 1234 margin-right: -8px; 1235 } 1236 1237 .tagchecklist span { 1238 margin-right: 0; 1239 margin-left: 25px; 1240 float: right; 1241 1242 } 1243 .tagchecklist span a { 1244 margin: 6px -9px 0pt 0pt; 1245 float: right; 1246 } 1247 1248 #poststuff h2 { 1249 clear: right; 1250 } 1251 1252 #poststuff h3, 1253 .metabox-holder h3 { 1254 font-family: Tahoma, Arial, sans-serif; 1255 } 1256 1257 .tool-box .title { 1258 font-family: Tahoma, Arial, sans-serif; 1259 } 1260 1261 #sidemenu { 1262 margin: -30px 315px 0 15px; 1263 float: left; 1264 padding-left: 0; 1265 padding-right: 10px; 1266 } 1267 #sidemenu a { 1268 float: right; 1269 } 1270 1271 table .vers, 1272 table .column-visible, 1273 table .column-rating { 1274 text-align: right; 1275 } 1276 1277 1278 /*------------------------------------------------------------------------------ 1279 23.0 - Dead 1280 ------------------------------------------------------------------------------*/ 1281 1282 /* - Not used anywhere in WordPress - verify and then deprecate 1283 ------------------------------------------------------------------------------*/ 1284 1285 /* No RTL for now, this space intentionally left blank */ 1286 1287 1288 /* - Only used once or twice in all of WP - deprecate for global style 1289 ------------------------------------------------------------------------------*/ 1290 1291 * html #template div {margin-left: 0;} 1292 1293 .list-ajax-loading { 1294 float: left; 1295 margin-right: 0; 1296 margin-left: 9px; 1297 } 1298 1299 /* - Used - but could/should be deprecated with a CSS reset 1300 ------------------------------------------------------------------------------*/ 1301 /* No RTL for now, this space intentionally left blank */ 1302 -
wp-admin/css/nav-menu-rtl.dev.css
37 37 left: 0; 38 38 right:auto; 39 39 text-align: left; 40 font-family: Tahoma, Arial, sans-serif; 40 41 } 41 42 42 43 #menu-management .nav-tabs { … … 83 84 float:right; 84 85 } 85 86 86 #cancel-save { margin-right: 20px; margin-left: 0; } 87 #cancel-save { 88 margin-left: 0; 89 margin-right: 20px; 90 } 87 91 88 92 /* Button Secondary Actions */ 89 .list-controls { float: right; } 93 .list-controls { 94 float: right; 95 } 90 96 .add-to-menu { 91 97 float: left; 92 98 } … … 150 156 .item-controls .item-order { padding-left: 10px; padding-right: 0;} 151 157 152 158 .item-edit { 153 background-image: url("../images/menu-bits-rtl.gif?ver=20100531");154 background-position: 100% -105px;155 159 left: -20px; 156 160 right:auto; 157 161 -moz-border-radius-bottomright: 3px; -
wp-admin/css/dashboard-rtl.dev.css
14 14 font-family: Tahoma, Arial; 15 15 } 16 16 #dashboard_right_now p.sub { 17 font-style:normal;18 17 left:auto; 19 18 right:15px; 20 19 } … … 41 40 float: left; 42 41 clear: left; 43 42 } 43 #dashboard_plugins .inside span { 44 padding-left: 0; 45 padding-right: 5px; 46 } 44 47 #dashboard-widgets h3 .postbox-title-action { 45 48 right: auto; 46 49 left: 30px;