theme changes

This commit is contained in:
yuri
2017-01-17 15:28:15 +02:00
parent fb4db584c2
commit 4c3c0db2c5
2 changed files with 24 additions and 21 deletions
+21 -20
View File
@@ -1,23 +1,24 @@
<div class="page-header"><h3>{{translate 'Administration' scope='Admin'}}</h3></div>
<div class="row">
<div class="col-md-7">
{{#each links}}
<h4>{{translate label scope='Admin'}}</h4>
<table class="table table-bordered">
{{#each items}}
<tr>
<td width="200">
<a href="{{url}}">{{translate label scope='Admin' category='labels'}}</a>
</td>
<td>{{translate description scope='Admin' category='descriptions'}}</td>
</tr>
{{/each}}
</table>
{{/each}}
<div class="admin-content">
<div class="row">
<div class="col-md-7">
{{#each links}}
<h4>{{translate label scope='Admin'}}</h4>
<table class="table table-bordered">
{{#each items}}
<tr>
<td width="200">
<a href="{{url}}">{{translate label scope='Admin' category='labels'}}</a>
</td>
<td>{{translate description scope='Admin' category='descriptions'}}</td>
</tr>
{{/each}}
</table>
{{/each}}
</div>
<div class="col-md-5">
<iframe src="{{iframeUrl}}" style="width: 100%; height: 840px;" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
<div class="col-md-5">
<iframe src="{{iframeUrl}}" style="width: 100%; height: 840px;" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div>
+3 -1
View File
@@ -80,7 +80,9 @@ table.table {
.panel,
.dashlet-container,
#main > .calendar-container,
.well {
.well,
.admin-content .table.table-bordered,
.admin-content iframe {
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.13);
-moz-box-shadow: 3px 3px 4px rgba(0,0,0,0.13);
box-shadow: 3px 3px 4px rgba(0,0,0,0.13);