mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12553] Move Place inline and Delete buttons left of the file name.
PHPBB3-12553
This commit is contained in:
parent
b242a15af6
commit
55ffcca591
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue