mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 09:57:38 +01:00
Some RTL changes for the plugin information box.
props JDTrower, SergeyBiryukov, ocean90, ramiy. fixes #22897. git-svn-id: http://core.svn.wordpress.org/trunk@24633 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
129b592b58
commit
939ba6619a
@ -2495,27 +2495,17 @@ div.star-holder .star-rating {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#plugin-information .wrap {
|
||||
margin: 4px 15px 0 0;
|
||||
}
|
||||
|
||||
#plugin-information ul#sidemenu {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#plugin-information h2 {
|
||||
margin-right: 0;
|
||||
margin-left: 200px;
|
||||
}
|
||||
|
||||
#plugin-information .fyi {
|
||||
margin-left: 5px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
#plugin-information .fyi h2 {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#plugin-information .fyi ul {
|
||||
padding: 10px 7px 10px 5px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#plugin-information #section-screenshots li p {
|
||||
@ -2523,13 +2513,6 @@ div.star-holder .star-rating {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
#plugin-information #section-screenshots ol,
|
||||
#plugin-information .updated,
|
||||
#plugin-information pre {
|
||||
margin-right: 0;
|
||||
margin-left: 215px;
|
||||
}
|
||||
|
||||
#plugin-information .updated,
|
||||
#plugin-information .error {
|
||||
clear: none;
|
||||
@ -2618,6 +2601,14 @@ h3.tb {
|
||||
left: 25px;
|
||||
}
|
||||
|
||||
#TB_closeAjaxWindow {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#TB_ajaxWindowTitle {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#post_status {
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user