RTL CSS from mani_monaj. see #6296

git-svn-id: https://develop.svn.wordpress.org/trunk@7476 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-22 17:59:55 +00:00
parent f0142f35b3
commit c59d28145f
4 changed files with 49 additions and 9 deletions

View File

@ -0,0 +1,3 @@
#poststuff .closed .togbox, #poststuff .togbox {
background-image: url(../images/toggle-arrow-rtl.gif) !important;
}

View File

@ -1,10 +1,3 @@
/* dashboard */
div#dashboard-widgets {
margin-left:0;
}
div.dashboard-widget-holder {
width:49%;
}
/* footer */
#footer {
padding-left:50px;

View File

@ -0,0 +1,12 @@
html {
direction: ltr;
}
#uploadoptions, table {
direction: rtl;
}
td {
padding: 1px 6px 0;
}
.submit {
text-align: left;
}

View File

@ -1,4 +1,4 @@
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]
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
{
direction:ltr;
text-align:left
@ -128,6 +128,20 @@ form#themeselector
float:left
}
.form-table input.tog
{
float:right;
margin-right:0;
margin-left:2px;
}
.curtime
{
background-position:right 2px;
padding-left:0;
padding-right:18px;
}
#poststuff #edButtonPreview,#poststuff #edButtonHTML
{
float:left;
@ -195,7 +209,7 @@ div.ui-tabs-panel
.tablenav .tablenav-pages
{
float:left!important;
float:left !important;
width:200px
}
@ -211,6 +225,24 @@ div.ui-tabs-panel
padding-right:18px
}
.form-table table.color-palette {
float:right;
}
#pass-strength-result
{
float:right;
margin-right:0;
margin-left:5px;
}
td.comment p.comment-author img.avatar
{
float:right !important;
margin-right:0 !important;
margin-left:8px !important;
}
#footer
{
padding:10px 0 0