[ticket/12553] Move Place inline and Delete buttons left of the file name.

PHPBB3-12553
This commit is contained in:
Cesar G 2014-05-20 18:42:03 -07:00
parent b242a15af6
commit 55ffcca591

View file

@ -893,3 +893,11 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
padding-right: 16px;
padding-left: 0;
}
/**
* plupload.css
*/
.rtl .attach-controls {
float: left;
}