mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Whoops, forgot widgets-rtl.css.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
007a086bcd
commit
8d6b81e175
39
wp-admin/widgets-rtl.css
Normal file
39
wp-admin/widgets-rtl.css
Normal 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;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user