mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/12155] Reposition the button icons to the left side while we're at it.
PHPBB3-12155
This commit is contained in:
parent
aad195aaa8
commit
ee9b99cc31
@ -554,13 +554,27 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
||||
/* Rollover buttons
|
||||
Based on: http://wellstyled.com/css-nopreload-rollovers.html
|
||||
----------------------------------------*/
|
||||
.rtl .buttons {
|
||||
float: right;
|
||||
.rtl .icon-button.dropdown-select {
|
||||
padding-left: 26px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
/* Rollover state */
|
||||
.rtl .buttons div {
|
||||
margin: 0 1px 0 5px;
|
||||
.rtl .icon-button:before {
|
||||
float: left;
|
||||
margin-left: 0;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.dropdown-select:after {
|
||||
border-left: 0;
|
||||
border-right-style: solid;
|
||||
border-right-width: 1px;
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.rtl .buttons, .rtl .buttons .button {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Icon images
|
||||
@ -574,9 +588,8 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
/* Poster profile icons
|
||||
----------------------------------------*/
|
||||
/* Positioning of moderator icons */
|
||||
/* Post control buttons
|
||||
--------------------------------------------- */
|
||||
.rtl .post-buttons {
|
||||
float: left;
|
||||
}
|
||||
@ -585,6 +598,10 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.post-buttons .icon-button:before {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* cp.css
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user