mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Revisions UI: RTL support. (And inline docs.)
props DrewAPicture, adamsilverstein. fixes #23897. git-svn-id: https://develop.svn.wordpress.org/trunk@24205 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -955,8 +955,58 @@ th.sorted a span {
|
||||
11.2 - Post Revisions
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
table.diff td, table.diff th {
|
||||
font-family: Consolas, Monaco, monospace;
|
||||
#toggle-revision-compare-mode {
|
||||
right: auto;
|
||||
left: 0;
|
||||
padding: 9px 0 0 9px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
#diff-next-revision {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#diff-previous-revision {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.diff-title {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.diff-title strong {
|
||||
text-align: left;
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#restore-revision {
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.diff-col-title-added,
|
||||
.diff-col-title-removed {
|
||||
text-align: right;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.diff-col-title-added {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.ui-tooltip-content img {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#diff-slider .ui-slider-tooltip,
|
||||
#diff-slider-ticks .ui-slider-tooltip {
|
||||
margin-left: 0;
|
||||
margin-right: -78px;
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
|
||||
@@ -3761,8 +3761,7 @@ table.diff .diff-addedline ins {
|
||||
|
||||
.diff-loading .spinner {
|
||||
clear: both;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
float: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user