This commit is contained in:
Fabien Potencier 2013-03-01 11:46:19 +01:00
parent c67072a34a
commit e047ac898b
2 changed files with 2 additions and 2 deletions

View File

@ -284,7 +284,7 @@
background-image: -webkit-gradient(linear, 100% 0%, 0% 0%, from(#e4e4e4), to(#ffffff));
background-image: -o-linear-gradient(135deg, #e4e4e4, #ffffff);
background: linear-gradient(225deg, #e4e4e4, #ffffff);
border-radius: 0 0 0 16px;
}

View File

@ -15,4 +15,4 @@ class FormRendererTest extends \PHPUnit_Framework_TestCase
$this->assertEquals('Is active', $renderer->humanize('is_active'));
$this->assertEquals('Is active', $renderer->humanize('isActive'));
}
}
}