Beispiel #1
0
<?php

use yii\bootstrap\Nav;
use yii\bootstrap\NavBar;
use yii\helpers\Html;
use yii\widgets\DetailView;
use yii\db\Query;
use app\models\Company;
use app\models\Setting;
/* @var $this yii\web\View */
/* @var $model app\models\Job */
// print_r($model);exit;
$this->title = 'Invoice-' . $invoice->invoice_no;
$company = Company::FindOne($model->company_id);
?>
<style>
    .navbar { margin-bottom:10px;; }
    .job-view label{ width:150px; }
    .job-view h2,.job-view h3,.job-view h4{ padding-bottom:5px; margin-top:0px; color:#000000;}
    .terms{ color:#333333; font-size:12px !important;}
    .sign-col{ position: relative;margin:auto; text-align: center;   }
    .sign-col img{ width:80%; margin-bottom:30px;}
    .sign-line{ position: absolute; bottom: 0px; border-top:1px solid #000000; width:96%; padding-top:1%;}
    .col-xs-6,.col-xs-4,.col-xs-12{ padding-left:0px; display: block !important  }
    .job-view hr{  border: 0; height: 1px; background: #333333; }
    .navbar-brand{ height:auto; }
    .table{ padding:10px !important; }
    .table td{padding:10px !important; }
    .collapse{ display: block !important }
</style>