mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
Fix header/toggle length
This commit is contained in:
parent
bfd73ffb2e
commit
06b077772c
@ -1,6 +1,6 @@
|
||||
#bulkEditHeader {
|
||||
float: left;
|
||||
width: 85%;
|
||||
width: 70%;
|
||||
margin: 40px 0 20px 0;
|
||||
font-size: 30px;
|
||||
font-weight: bold; }
|
||||
@ -8,7 +8,7 @@
|
||||
#bulkEditToggle {
|
||||
float: right;
|
||||
clear: right;
|
||||
width: 10%;
|
||||
width: 25%;
|
||||
margin: 40px 0 20px 0;
|
||||
text-decoration: underline;
|
||||
text-align: right;
|
||||
|
@ -2,7 +2,7 @@
|
||||
#bulkEditHeader
|
||||
{
|
||||
float: left;
|
||||
width: 85%;
|
||||
width: 70%;
|
||||
|
||||
margin: 40px 0 20px 0;
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
{
|
||||
float: right;
|
||||
clear: right;
|
||||
width: 10%;
|
||||
width: 25%;
|
||||
|
||||
margin: 40px 0 20px 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user