Signed-off-by: Adrian Hinz <ahinz@voicetelecom.pl>
This commit is contained in:
parent
a5e543d298
commit
9f515eb9d1
|
|
@ -351,6 +351,13 @@
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel-def > .panel-heading {
|
||||||
|
background-image: -webkit-linear-gradient(top, #aaaaaa 0%, #eeeeee 100%);
|
||||||
|
background-image: linear-gradient(to bottom, #aaaaaa 0%, #eeeeee 100%);
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
|
||||||
|
}
|
||||||
|
|
||||||
.panel-primary > .panel-heading {
|
.panel-primary > .panel-heading {
|
||||||
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
|
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
|
||||||
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
|
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,12 @@
|
||||||
<div class="col-md-12">
|
<div class="col-md-12 panel-default">
|
||||||
<div class="content-box-large">
|
<div class="content-box-header panel-heading">
|
||||||
<div class="panel-heading">
|
|
||||||
<div class="panel-title">Klienci</div>
|
<div class="panel-title">Klienci</div>
|
||||||
|
|
||||||
<div class="panel-options">
|
<div class="panel-options">
|
||||||
<%= link_to raw('<i class="glyphicon glyphicon-file"></i> Nowy klient'), new_customer_path %><br/>
|
<%= link_to raw('<i class="glyphicon glyphicon-file text-success"></i> Nowy klient'), new_customer_path, class: "text-primary" %><br/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="content-box-large box-with-header">
|
||||||
<table class="table table-striped table-bordered">
|
<table class="table table-striped table-bordered">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Nazwa</th>
|
<th>Nazwa</th>
|
||||||
|
|
|
||||||
|
|
@ -1,30 +1,25 @@
|
||||||
<div class="col-md-6">
|
<div class="col-md-6 panel-primary">
|
||||||
<div class="content-box-large">
|
<div class="content-box-header panel-heading">
|
||||||
<div class="panel-heading">
|
|
||||||
<div class="panel-title">Welcome</div>
|
<div class="panel-title">Ostatnie faktury</div>
|
||||||
|
|
||||||
<div class="panel-options">
|
<div class="panel-options">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="content-box-large box-with-header">
|
||||||
|
Pellentesque luctus quam quis consequat vulputate. Sed sit amet diam ipsum. <br>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6 panel-info">
|
||||||
<div class="content-box-large">
|
<div class="content-box-header panel-heading">
|
||||||
<div class="panel-heading">
|
<div class="panel-title ">Dane firmowe</div>
|
||||||
<div class="panel-title">Welcome</div>
|
|
||||||
|
|
||||||
<div class="panel-options">
|
<div class="panel-options">
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="content-box-large box-with-header">
|
||||||
|
Pellentesque luctus quam quis consequat vulputate. Sed sit amet diam ipsum. <br>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue