[ticket/12155] Reposition the button icons to the left side while we're at it.

PHPBB3-12155
This commit is contained in:
Cesar G 2014-05-27 06:36:11 -07:00
parent aad195aaa8
commit ee9b99cc31

View file

@ -554,13 +554,27 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
/* Rollover buttons /* Rollover buttons
Based on: http://wellstyled.com/css-nopreload-rollovers.html Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/ ----------------------------------------*/
.rtl .buttons { .rtl .icon-button.dropdown-select {
float: right; padding-left: 26px;
padding-right: 8px;
} }
/* Rollover state */ .rtl .icon-button:before {
.rtl .buttons div { float: left;
margin: 0 1px 0 5px; 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 /* Icon images
@ -574,9 +588,8 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
padding-right: 0; padding-right: 0;
} }
/* Poster profile icons /* Post control buttons
----------------------------------------*/ --------------------------------------------- */
/* Positioning of moderator icons */
.rtl .post-buttons { .rtl .post-buttons {
float: left; float: left;
} }
@ -585,6 +598,10 @@ ul.linklist li.small-icon > a, ul.linklist li.breadcrumbs span:first-child > a {
float: right; float: right;
} }
.post-buttons .icon-button:before {
margin-right: 0;
}
/** /**
* cp.css * cp.css
*/ */