Use display:inline-block for special character buttons

This allows them to use the natural text direction which will
be right-to-left for right-to-left alphabets.

Also fix bottom padding to match top padding.

Bug: T56310
Change-Id: I7b2ebf9d1682fe827517fc959618531c904c94ca
This commit is contained in:
Amire80 2018-02-27 09:56:59 +02:00 committed by Ed Sanders
parent c56b21bdad
commit 2592dc0e4c

View file

@ -284,6 +284,7 @@
/* Characters Pages */
.page-characters {
padding-bottom: 5px;
div {
span {
border: 1px solid #c8ccd1;
@ -293,8 +294,7 @@
margin-left: 5px;
margin-top: 5px;
height: 1em;
float: left;
display: block;
display: inline-block;
color: #000;
text-decoration: none;
cursor: pointer;