theme changes
This commit is contained in:
@@ -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>
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user