mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-02 12:50:00 +01:00
added outgoing.less, fixed modern.less theme, fixed #316
This commit is contained in:
@@ -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";
|
||||
1
public/themes/cerulean/outgoing.less
Normal file
1
public/themes/cerulean/outgoing.less
Normal file
@@ -0,0 +1 @@
|
||||
@import "../vanilla/outgoing";
|
||||
@@ -11,6 +11,7 @@
|
||||
@import "search";
|
||||
@import "unread";
|
||||
@import "admin";
|
||||
@import "outgoing";
|
||||
@import "users";
|
||||
@import "footer";
|
||||
|
||||
1
public/themes/modern/outgoing.less
Normal file
1
public/themes/modern/outgoing.less
Normal file
@@ -0,0 +1 @@
|
||||
@import "../vanilla/outgoing";
|
||||
7
public/themes/vanilla/outgoing.less
Normal file
7
public/themes/vanilla/outgoing.less
Normal file
@@ -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";
|
||||
Reference in New Issue
Block a user