Ticket #6296: wp-admin-rtl-edit2.patch
| File wp-admin-rtl-edit2.patch, 3.3 KB (added by , 18 years ago) |
|---|
-
css/colors-classic-rtl.css
1 #poststuff .closed .togbox, #poststuff .togbox { 2 background-image: url(../images/toggle-arrow-rtl.gif) !important; 3 } 4 No newline at end of file -
css/ie-rtl.css
1 /* dashboard */2 div#dashboard-widgets {3 margin-left:0;4 }5 div.dashboard-widget-holder {6 width:49%;7 }8 1 /* footer */ 9 2 #footer { 10 3 padding-left:50px; -
css/upload-rtl.css
1 html { 2 direction: ltr; 3 } 4 #uploadoptions, table { 5 direction: rtl; 6 } 7 td { 8 padding: 1px 6px 0; 9 } 10 .submit { 11 text-align: left; 12 } 13 No newline at end of file -
rtl.css
1 html,#edit-slug-box,#trackback,#category_nicename,#slug,#dbuser,#dbpass,#dbname,#dbhost,#dbprefix,#dccharset,input[name=gmpath],input[name=archivespath],input[name=lastentry],input[name=email],input[name=url],input[name=aim],input[name=yim],input[name=jabber],#newcontent,#email,#newcomment_author_url,#pass1,#pass2,#siteurl,#home,#admin_email,#date_format,#time_format,#mailserver_url,#mailserver_login,#mailserver_pass,#ping_sites,#blog_charset,#moderation_keys,#blacklist_keys,#permalink_structure,#category_base,#tag_base,#upload_path,#upload_url_path,#insertonly[src],#insertonly[href] 1 html,#edit-slug-box,#trackback,#category_nicename,#slug,#dbuser,#dbpass,#dbname,#dbhost,#dbprefix,#dccharset,input[name=gmpath],input[name=archivespath],input[name=lastentry],input[name=email],input[name=url],input[name=aim],input[name=yim],input[name=jabber],#newcontent,#email,#newcomment_author_url,#pass1,#pass2,#siteurl,#home,#admin_email,#date_format,#time_format,#mailserver_url,#mailserver_login,#mailserver_pass,#ping_sites,#blog_charset,#moderation_keys,#blacklist_keys,#permalink_structure,#category_base,#tag_base,#upload_path,#upload_url_path,#insertonly[src],#insertonly[href],#mailserver_port,#thumbnail_size_w,#thumbnail_size_h,#medium_size_w,#medium_size_h,#posts_per_page,#posts_per_rss,#comment_max_links,#insertonly[src],#link_url,#link_image,#rss_uri,#user_login 2 2 { 3 3 direction:ltr; 4 4 text-align:left … … 128 128 float:left 129 129 } 130 130 131 .form-table input.tog 132 { 133 float:right; 134 margin-right:0; 135 margin-left:2px; 136 } 137 138 .curtime 139 { 140 background-position:right 2px; 141 padding-left:0; 142 padding-right:18px; 143 } 144 131 145 #poststuff #edButtonPreview,#poststuff #edButtonHTML 132 146 { 133 147 float:left; … … 195 209 196 210 .tablenav .tablenav-pages 197 211 { 198 float:left !important;212 float:left !important; 199 213 width:200px 200 214 } 201 215 … … 211 225 padding-right:18px 212 226 } 213 227 228 .form-table table.color-palette { 229 float:right; 230 } 231 232 #pass-strength-result 233 { 234 float:right; 235 margin-right:0; 236 margin-left:5px; 237 } 238 239 td.comment p.comment-author img.avatar 240 { 241 float:right !important; 242 margin-right:0 !important; 243 margin-left:8px !important; 244 } 245 214 246 #footer 215 247 { 216 248 padding:10px 0 0