mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
Fix toggle text alignment
This commit is contained in:
parent
c880187461
commit
2fe824f2c8
@ -11,6 +11,7 @@
|
|||||||
width: 10%;
|
width: 10%;
|
||||||
margin: 40px 0 20px 0;
|
margin: 40px 0 20px 0;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
text-align: right;
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
|
|
||||||
.bulkEditingFieldHolder {
|
.bulkEditingFieldHolder {
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
margin: 40px 0 20px 0;
|
margin: 40px 0 20px 0;
|
||||||
|
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
text-align: right;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user