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
|
||||
*/
|
||||
.media-frame > .media-toolbar {
|
||||
.media-frame-toolbar > .media-toolbar {
|
||||
left: 0;
|
||||
right: 200px;
|
||||
border-width: 1px 0 0 0;
|
||||
|
@ -95,7 +95,6 @@
|
|||
padding-left: 1px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Menu
|
||||
*/
|
||||
|
@ -107,6 +106,14 @@
|
|||
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
|
||||
*/
|
||||
|
@ -144,30 +151,21 @@
|
|||
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 .thumbnail {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.attachment .insert {
|
||||
left: auto;
|
||||
right: 7px;
|
||||
}
|
||||
|
||||
.attachment .close {
|
||||
right: auto;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
.attachment .check {
|
||||
right: auto;
|
||||
left: -7px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Progress Bar
|
||||
|
@ -212,7 +210,6 @@
|
|||
background-image: linear-gradient(to right, rgba( 255, 255, 255, 1 ) , rgba( 255, 255, 255, 0 ) );
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Selection Preview
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/**
|
||||
* Base Styles
|
||||
*/
|
||||
|
||||
.media-frame input,
|
||||
.media-frame textarea {
|
||||
padding: 6px 8px;
|
||||
|
@ -632,7 +631,6 @@
|
|||
border-radius: 0;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Attachments Browser
|
||||
*/
|
||||
|
@ -644,7 +642,6 @@
|
|||
height: 50px;
|
||||
}
|
||||
|
||||
|
||||
.attachments-browser .media-toolbar-primary > .media-button,
|
||||
.attachments-browser .media-toolbar-primary > .media-button-group,
|
||||
.attachments-browser .media-toolbar-secondary > .media-button,
|
||||
|
@ -669,7 +666,6 @@
|
|||
color: #999;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Progress Bar
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue