Wordpress/wp-admin/upload-rtl.css
Ryan Boren fffebc338b RTL fixes from Sewar. #3217
git-svn-id: https://develop.svn.wordpress.org/trunk@4420 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-25 21:32:20 +00:00

41 lines
616 B
CSS

table { float: right; }
#upload-file th, #the-attachment-links textarea { text-align: left; }
h2 { margin: 0 0 0 .2em; }
#upload-files li { margin: 0 15px 15px 0; }
#upload-file-view { padding: 0 75px 0 0; }
#upload-menu li {
margin: 0 .75em 0 0;
display: block;
float: right;
}
#upload-menu .current div {
border-right: 0;
border-left: 2px solid #448abd;
}
#upload-file {
left: auto;
right: 0;
}
#file-title {
margin: 0 75px .2em 0;
font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
}
.back {
left: auto;
right: 14px;
}
#uploadoptions td {
padding-left: 0;
padding-right: 1em;
}