Fixed Disqus css + Added Admin-Linklist
This commit is contained in:
parent
9cffea9ec3
commit
293b198726
@ -642,6 +642,10 @@ ul.nav li.dropdown-append:hover > ul.dropdown-menu {
|
|||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.progview_maincol {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.progview_maincol > .tabbable > .tab-content {
|
.progview_maincol > .tabbable > .tab-content {
|
||||||
background-color: #ECF0F1;
|
background-color: #ECF0F1;
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$this->pageTitle = 'Manage - ' . Yii::app()->name;
|
$this->pageTitle = 'Admin Panel - ' . Yii::app()->name;
|
||||||
|
|
||||||
$this->breadcrumbs =
|
$this->breadcrumbs =
|
||||||
[
|
[
|
||||||
@ -87,6 +87,18 @@ $this->breadcrumbs =
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="well well-small">
|
||||||
|
<h2>Linklist</h2>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://mikescher-de.disqus.com">Disqus Admin Panel</a></li>
|
||||||
|
<li><a href="https://www.strato.de/apps/CustomerService">Strato Customer Service</a></li>
|
||||||
|
<li><a href="http://v1.mikescher.de">Mikescher.de Wayback (v1)</a></li>
|
||||||
|
<li><a href="http://v2.mikescher.de">Mikescher.de Wayback (v2)</a></li>
|
||||||
|
<li><a href="http://v3.mikescher.de">Mikescher.de Wayback (v3)</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
<div class="well well-small">
|
<div class="well well-small">
|
||||||
|
|
||||||
<h2>Program of the day</h2>
|
<h2>Program of the day</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user