* Adjsut page style of install.
This commit is contained in:
@@ -2,6 +2,7 @@ body {background: #f1f1f1;}
|
||||
.container {padding: 0;}
|
||||
.modal-dialog {width: 100%;}
|
||||
.modal-footer {text-align: center; margin-top: 0;}
|
||||
.w-350px {width: 350px;}
|
||||
|
||||
.table,.alert {margin: 0;}
|
||||
.table+.alert {margin-top: 20px;}
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<table class='table table-form mw-400px' style='margin: 0 auto'>
|
||||
<tr>
|
||||
<th class="<?php echo strpos($this->app->getClientLang(), 'zh') === false ? 'w-150px' : 'w-80px';?>"><?php echo $lang->install->company;?></th>
|
||||
<td class='w-300px'><?php echo html::input('company', '', "class='form-control'");?></td>
|
||||
<td class="<?php echo strpos($this->app->getClientLang(), 'zh') === false ? 'w-350px' : 'w-300px';?>"><?php echo html::input('company', '', "class='form-control'");?></td>
|
||||
</tr>
|
||||
<tr class='hidden'>
|
||||
<th><?php echo $lang->install->working;?></th>
|
||||
|
||||
Reference in New Issue
Block a user