Fix header/toggle length

This commit is contained in:
Thierry Francois 2014-05-10 14:36:36 +03:00
parent bfd73ffb2e
commit 06b077772c
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;