added outgoing.less, fixed modern.less theme, fixed #316

v1.18.x
psychobunny 12 years ago
parent 36d2f74887
commit 607ee8bbc1

@ -1,20 +1,22 @@
<ol class="breadcrumb">
<li itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="/" itemprop="url"><span itemprop="title">Home</span></a>
</li>
<li class="active" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
<span itemprop="title">Outgoing Link</span>
</li>
</ol>
<div class="outgoing">
<ol class="breadcrumb">
<li itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
<a href="/" itemprop="url"><span itemprop="title">Home</span></a>
</li>
<li class="active" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
<span itemprop="title">Outgoing Link</span>
</li>
</ol>
<div class="well">
<h3>
You are now leaving NodeBB.
</h3>
<p>
<a href="{url}" rel="nofollow" class="btn btn-primary btn-lg">Continue to {url}</a>
<a id="return-btn" href="#" class="btn btn-lg btn-warning">Return to NodeBB</a>
</p>
<div class="well">
<h3>
You are now leaving NodeBB.
</h3>
<p>
<a href="{url}" rel="nofollow" class="btn btn-primary btn-lg">Continue to {url}</a>
<a id="return-btn" href="#" class="btn btn-lg btn-warning">Return to NodeBB</a>
</p>
</div>
</div>
<script>

@ -12,6 +12,7 @@
@import "unread";
@import "admin";
@import "users";
@import "outgoing";
@import "footer";
@import "../vanilla/modules.less";

@ -0,0 +1 @@
@import "../vanilla/outgoing";

@ -11,6 +11,7 @@
@import "search";
@import "unread";
@import "admin";
@import "outgoing";
@import "users";
@import "footer";

@ -0,0 +1 @@
@import "../vanilla/outgoing";

@ -0,0 +1,7 @@
.outgoing {
.btn-primary {
max-width: 100%;
overflow: hidden;
text-overflow: ellipse;
}
}

@ -10,6 +10,7 @@
@import "unread";
@import "admin";
@import "users";
@import "outgoing";
@import "footer";
@import "modules";
Loading…
Cancel
Save