Fix toggle text alignment

This commit is contained in:
Thierry Francois 2014-05-10 14:19:49 +03:00
parent c880187461
commit 2fe824f2c8
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
width: 10%;
margin: 40px 0 20px 0;
text-decoration: underline;
text-align: right;
cursor: pointer; }
.bulkEditingFieldHolder {

View File

@ -19,6 +19,7 @@
margin: 40px 0 20px 0;
text-decoration: underline;
text-align: right;
cursor: pointer;
}