Skip to content

Commit

Permalink
Dev : installer display
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Dec 1, 2015
1 parent f5053b5 commit f29bbdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions application/views/installer/welcome_view.php
Expand Up @@ -13,11 +13,13 @@
<?php
echo CHtml::label(gT('Please select your preferred language:'), 'installerLang');
?>
<br/><br/>
</div>
<div class="col-md-3">
<?php
echo CHtml::dropDownList('installerLang', 'en', $languages, array('id' => 'installerLang', 'class'=>'form-control', 'encode' => false));
?>
<br/><br/>
</div>
</div>
<?php
Expand Down
5 changes: 3 additions & 2 deletions installer/css/main.css
Expand Up @@ -106,7 +106,7 @@ table td + td {
table td, table th {
width: 33%;
padding: 1px;
}
}
table th {
text-align: center;
}
Expand All @@ -126,8 +126,9 @@ div.navigator > div:last-child {

.form-horizontal .controls {
margin-left: 220px;
margin-top: -1.5em;
}

.form-horizontal .control-label {
width: 200px;
}
}

0 comments on commit f29bbdf

Please sign in to comment.