Skip to content

Commit

Permalink
Redisign view box
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Aug 26, 2015
1 parent 163bcfb commit aef3fb5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
11 changes: 8 additions & 3 deletions src/views/account/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,16 @@
]);

?>


<div class="row">
<div class="col-md-3">
<?php Box::begin(); ?>
<?php Box::begin([
'options' => [
'class' => 'box-solid',
],
'bodyOptions' => [
'class' => 'no-padding'
]
]); ?>
<div class="profile-user-img text-center">
<i class="fa fa-user fa-5x"></i>
</div>
Expand Down
9 changes: 8 additions & 1 deletion src/views/db/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@

<div class="row">
<div class="col-md-3">
<?php Box::begin(); ?>
<?php Box::begin([
'options' => [
'class' => 'box-solid',
],
'bodyOptions' => [
'class' => 'no-padding'
]
]); ?>
<div class="profile-user-img text-center">
<i class="fa fa-database fa-5x"></i>
</div>
Expand Down
9 changes: 8 additions & 1 deletion src/views/hdomain/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@

<div class="row">
<div class="col-md-3">
<?php Box::begin(); ?>
<?php Box::begin([
'options' => [
'class' => 'box-solid',
],
'bodyOptions' => [
'class' => 'no-padding'
]
]); ?>
<div class="profile-user-img text-center">
<img class="img-thumbnail" src="//mini.s-shot.ru/1024x768/PNG/200/Z100/?<?= $model->domain ?>"/>
</div>
Expand Down

0 comments on commit aef3fb5

Please sign in to comment.