Whoops, forgot widgets-rtl.css.

git-svn-id: https://develop.svn.wordpress.org/trunk@5327 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-04-27 02:39:22 +00:00
parent 5ca855b43a
commit 6e54a62f24
1 changed files with 39 additions and 0 deletions

39
wp-admin/widgets-rtl.css Normal file
View File

@ -0,0 +1,39 @@
#sbreset, #lastmodule, #palettediv .module, .dropzone, .dropzone ul { float: right; }
* .module, #lastmodule { text-align: right; }
* html #palettediv ul { padding: 0 10px 0 0; }
#palettediv ul { padding: 0 10px 0 0; }
* .handle, #lastmodule span {
border-right: 1px solid #f2f2f2;
border-left: 1px solid #e8e8e8;
}
#sbadmin p.submit {
padding-right: 0;
padding-left: 10px;
clear: right;
}
#palettediv .module, #lastmodule, .dropzone {
margin-right: auto;
margin-left: 10px;
}
* .popper {
right: auto;
left: 3px;
background-position: 5px 0;
}
.controlcloser {
right: auto;
left: 8px;
}
#shadow {
left: auto;
right: 0px;
}