Signed-off-by: Adrian Hinz <ahinz@voicetelecom.pl>

This commit is contained in:
Adrian Hinz 2016-10-04 11:18:08 +02:00
parent a5e543d298
commit 9f515eb9d1
3 changed files with 25 additions and 24 deletions

View File

@ -351,6 +351,13 @@
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 {
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
@ -394,4 +401,4 @@
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
}

View File

@ -1,13 +1,12 @@
<div class="col-md-12">
<div class="content-box-large">
<div class="panel-heading">
<div class="col-md-12 panel-default">
<div class="content-box-header panel-heading">
<div class="panel-title">Klienci</div>
<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 class="panel-body">
<div class="content-box-large box-with-header">
<table class="table table-striped table-bordered">
<tr>
<th>Nazwa</th>

View File

@ -1,30 +1,25 @@
<div class="col-md-6">
<div class="content-box-large">
<div class="panel-heading">
<div class="panel-title">Welcome</div>
<div class="col-md-6 panel-primary">
<div class="content-box-header panel-heading">
<div class="panel-title">Ostatnie faktury</div>
<div class="panel-options">
</div>
</div>
<div class="panel-body">
</div>
<div class="content-box-large box-with-header">
Pellentesque luctus quam quis consequat vulputate. Sed sit amet diam ipsum. <br>
</div>
</div>
<div class="col-md-6">
<div class="content-box-large">
<div class="panel-heading">
<div class="panel-title">Welcome</div>
<div class="col-md-6 panel-info">
<div class="content-box-header panel-heading">
<div class="panel-title ">Dane firmowe</div>
<div class="panel-options">
<div class="panel-options">
</div>
</div>
<div class="panel-body">
</div>
</div>
<div class="content-box-large box-with-header">
Pellentesque luctus quam quis consequat vulputate. Sed sit amet diam ipsum. <br>
</div>
</div>