1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-28 18:49:52 +02:00

[ticket/12506] Reposition post-buttons for compact layout

PHPBB3-12506
This commit is contained in:
PayBas
2014-07-16 16:54:02 +02:00
parent 9b36b5283c
commit 64dfb3fba9
8 changed files with 49 additions and 4 deletions

View File

@@ -177,6 +177,14 @@ ul.linklist.bulletin > li.small-icon:before {
margin-top: 2px;
}
.has-profile .post-buttons {
float: none;
position: absolute;
margin: 0;
right: 0;
top: 5px;
}
.post-buttons > li {
float: left;
margin-right: 3px;