RTL media-views fixes. props ocean90. fixes #22453.
git-svn-id: http://core.svn.wordpress.org/trunk@22720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7e0061375a
commit
e11afb7c07
|
@ -16,7 +16,7 @@
|
||||||
/**
|
/**
|
||||||
* Toolbar
|
* Toolbar
|
||||||
*/
|
*/
|
||||||
.media-frame > .media-toolbar {
|
.media-frame-toolbar > .media-toolbar {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 200px;
|
right: 200px;
|
||||||
border-width: 1px 0 0 0;
|
border-width: 1px 0 0 0;
|
||||||
|
@ -95,7 +95,6 @@
|
||||||
padding-left: 1px;
|
padding-left: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Menu
|
* Menu
|
||||||
*/
|
*/
|
||||||
|
@ -107,6 +106,14 @@
|
||||||
box-shadow: inset 6px 0 6px -6px rgba( 0, 0, 0, 0.2 )
|
box-shadow: inset 6px 0 6px -6px rgba( 0, 0, 0, 0.2 )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Attachment Browser Filters
|
||||||
|
*/
|
||||||
|
.media-frame select.attachment-filters {
|
||||||
|
margin-right: 0;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Frame
|
* Frame
|
||||||
*/
|
*/
|
||||||
|
@ -144,30 +151,21 @@
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment.library.selected:after {
|
|
||||||
right: auto;
|
|
||||||
left: -1px;
|
|
||||||
border-width: 0 1px 1px 0;
|
|
||||||
|
|
||||||
box-shadow: 1px 1px 0 rgba( 0, 0, 0, 0.1 );
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment .icon,
|
.attachment .icon,
|
||||||
.attachment .thumbnail {
|
.attachment .thumbnail {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment .insert {
|
|
||||||
left: auto;
|
|
||||||
right: 7px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attachment .close {
|
.attachment .close {
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 5px;
|
left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.attachment .check {
|
||||||
|
right: auto;
|
||||||
|
left: -7px;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Progress Bar
|
* Progress Bar
|
||||||
|
@ -212,7 +210,6 @@
|
||||||
background-image: linear-gradient(to right, rgba( 255, 255, 255, 1 ) , rgba( 255, 255, 255, 0 ) );
|
background-image: linear-gradient(to right, rgba( 255, 255, 255, 1 ) , rgba( 255, 255, 255, 0 ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Selection Preview
|
* Selection Preview
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* Base Styles
|
* Base Styles
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.media-frame input,
|
.media-frame input,
|
||||||
.media-frame textarea {
|
.media-frame textarea {
|
||||||
padding: 6px 8px;
|
padding: 6px 8px;
|
||||||
|
@ -632,7 +631,6 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Attachments Browser
|
* Attachments Browser
|
||||||
*/
|
*/
|
||||||
|
@ -644,7 +642,6 @@
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.attachments-browser .media-toolbar-primary > .media-button,
|
.attachments-browser .media-toolbar-primary > .media-button,
|
||||||
.attachments-browser .media-toolbar-primary > .media-button-group,
|
.attachments-browser .media-toolbar-primary > .media-button-group,
|
||||||
.attachments-browser .media-toolbar-secondary > .media-button,
|
.attachments-browser .media-toolbar-secondary > .media-button,
|
||||||
|
@ -669,7 +666,6 @@
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Progress Bar
|
* Progress Bar
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue