diff --git a/www/css/style.css b/www/css/style.css index 1d9f716..966b62f 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -573,4 +573,7 @@ input[type=radio], input[type=checkbox] { margin: 0; padding: 0; vertical-align: /***CUSTOM STYLES***/ .operations > ul {list-style: none;} -.operations > ul > li { display: inline-block; } \ No newline at end of file +.operations > ul > li { display: inline-block; } + + +.row {padding: 5px 5px;} \ No newline at end of file diff --git a/www/protected/views/candidato/_search.php b/www/protected/views/candidato/_search.php index 2c1d047..2cd0012 100644 --- a/www/protected/views/candidato/_search.php +++ b/www/protected/views/candidato/_search.php @@ -4,22 +4,30 @@ 'action'=>Yii::app()->createUrl($this->route), 'method'=>'get', )); ?> - + +
@@ -112,4 +124,6 @@ endWidget(); ?> + + \ No newline at end of file