Merge remote-tracking branch 'origin/master'

main
psychobunny 10 years ago
commit d4605fdee0

@ -27,12 +27,13 @@
height: 46px;
}
h1 {
h2 {
font-size: 20px;
line-height: 22px;
margin: 0;
margin-left: 62px;
width: 85%;
word-break: break-all;
strong {
color: @gray-dark;
@ -45,7 +46,7 @@
height: 32px;
margin-right: 8px;
}
h1 {
h2 {
margin-left: 40px;
}
}
@ -169,4 +170,4 @@
font-weight: 300;
font-size: 12px;
}
}
}

@ -8,7 +8,7 @@
border-color: lighten(@gray-light, 20%) !important;
}
h1 a {
h2 a {
color: @gray !important;
}
}
@ -34,7 +34,7 @@
border-radius: 50%;
position: absolute;
font-size: 15px;
opacity: 0;
opacity: 0;
top: 0px;
&:before {
@ -91,4 +91,20 @@
text-transform: uppercase;
color: @gray-light;
}
h2.title p {
font-size: 65%;
font-weight: normal;
line-height: 1;
color: @gray-light;
}
}
.categories-title {
text-transform: uppercase;
color: @gray-light;
margin: 0 0 10px;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
}

@ -6,7 +6,6 @@
padding: 0;
li {
font-size: 12px;
width: 300px;
text-align: left;
margin-bottom: 5px;
@ -80,7 +79,6 @@
li {
.pointer;
width: 200px;
font-size: 16px;
a {
white-space: nowrap;

@ -2,6 +2,7 @@
h1 {
line-height: 24px;
margin-bottom: 30px;
word-break: break-all;
.topic-title {
font-size: 28px;
@ -345,4 +346,4 @@
position: relative;
text-align: center;
}
}
}

@ -1,6 +1,6 @@
{
"name": "nodebb-theme-persona",
"version": "2.1.12",
"version": "2.1.15",
"nbbpm": {
"compatibility": "^0.8.0"
},

@ -1,6 +1,5 @@
<h1 class="categories-title">[[category:categories]]</h1>
<ul class="categories" itemscope itemtype="http://www.schema.org/ItemList">
<p>[[category:categories]]</p>
<!-- BEGIN categories -->
<!-- IMPORT partials/categories/item.tpl -->
<!-- END categories -->

@ -6,7 +6,7 @@
<div class="well well-lg">
<div class="alert alert-danger" id="login-error-notify" <!-- IF error -->style="display:block"<!-- ELSE -->style="display: none;"<!-- ENDIF error -->>
<button type="button" class="close" data-dismiss="alert">&times;</button>
<strong>[[login:failed_login_attempt]]</strong>
[[login:failed_login_attempt]]
<p>{error}</p>
</div>

@ -6,10 +6,10 @@
<i class="fa fa-fw {../icon}"></i>
</div>
<h1 class="title">
<h2 class="title">
<!-- IMPORT partials/categories/link.tpl --><br />
<small>{../descriptionParsed}</small>
</h1>
{../descriptionParsed}
</h2>
</div>
<!-- IF !../link -->

@ -14,7 +14,7 @@
<!-- ENDIF notifications.image -->
<div class="pull-right mark-read" aria-label="Mark Read"></div>
<a href="{notifications.path}">
<a href="{config.relative_path}{notifications.path}">
<span class="pull-right relTime">{notifications.timeago}</span>
<span class="text">{notifications.bodyShort}</span>
</a>

@ -18,7 +18,7 @@
<!-- ENDIF showSelect -->
</div>
<h1 component="topic/header" class="title">
<h2 component="topic/header" class="title">
<i component="topic/pinned" class="fa fa-thumb-tack <!-- IF !topics.pinned -->hide<!-- ENDIF !topics.pinned -->"></i>
<i component="topic/locked" class="fa fa-lock <!-- IF !topics.locked -->hide<!-- ENDIF !topics.locked -->"></i>
<a href="{config.relative_path}/topic/{topics.slug}" itemprop="url">{topics.title}</a><br />
@ -37,7 +37,7 @@
</span>
<small>[[global:posted_ago, <span class="timeago" title="{topics.relativeTime}"></span>]]</small>
</h1>
</h2>
</div>
<div class="col-md-1 hidden-sm hidden-xs stats">

@ -12,9 +12,7 @@
<div class="category">
<!-- IF !topics.length -->
<div class="alert alert-warning" id="category-no-topics">
<strong>[[recent:no_popular_topics]]</strong>
</div>
<div class="alert alert-warning" id="category-no-topics">[[recent:no_popular_topics]]</div>
<!-- ENDIF !topics.length -->
<!-- IMPORT partials/topics_list.tpl -->

@ -17,9 +17,7 @@
<div class="category">
<!-- IF !topics.length -->
<div class="alert alert-warning" id="category-no-topics">
<strong>[[recent:no_recent_topics]]</strong>
</div>
<div class="alert alert-warning" id="category-no-topics">[[recent:no_recent_topics]]</div>
<!-- ENDIF !topics.length -->
<a href="{config.relative_path}/recent">

@ -5,7 +5,7 @@
<div class="well well-lg">
<div class="alert alert-danger" id="register-error-notify" <!-- IF error -->style="display:block"<!-- ELSE -->style="display: none;"<!-- ENDIF error -->>
<button type="button" class="close" data-dismiss="alert">&times;</button>
<strong>[[error:registration-error]]</strong>
[[error:registration-error]]
<p>{error}</p>
</div>
<form class="form-horizontal" role="form" action="{config.relative_path}/register" method="post">

@ -8,11 +8,11 @@
<div class="well">
<div class="alert alert-success hidden" id="success">
<button type="button" class="close" data-dismiss="alert">&times;</button>
<strong>[[reset_password:password_reset_sent]]</strong>
[[reset_password:password_reset_sent]]
</div>
<div class="alert alert-danger hidden" id="error">
<button type="button" class="close" data-dismiss="alert">&times;</button>
<strong>[[reset_password:invalid_email]]</strong>
[[reset_password:invalid_email]]
</div>
<form onsubmit="return false;">
<input type="text" class="form-control input-block input-lg" placeholder="[[reset_password:enter_email_address]]" id="email" />

@ -2,9 +2,7 @@
<!-- IMPORT partials/breadcrumbs.tpl -->
<!-- IF !topics.length -->
<div class="alert alert-warning">
<strong>[[tags:no_tag_topics]]</strong>
</div>
<div class="alert alert-warning">[[tags:no_tag_topics]]</div>
<!-- ENDIF !topics.length -->
<div class="category">

@ -2,9 +2,7 @@
<!-- IMPORT partials/breadcrumbs.tpl -->
<!-- IF !tags.length -->
<div class="alert alert-warning">
<strong>[[tags:no_tags]]</strong>
</div>
<div class="alert alert-warning">[[tags:no_tags]]</div>
<!-- ENDIF !tags.length -->
<input class="form-control" type="text" id="tag-search" placeholder="[[global:search]]"/>

@ -48,9 +48,7 @@
<hr />
<div class="category">
<div id="category-no-topics" class="alert alert-warning <!-- IF topics.length -->hidden<!-- ENDIF topics.length -->">
<strong>[[unread:no_unread_topics]]</strong>
</div>
<div id="category-no-topics" class="alert alert-warning <!-- IF topics.length -->hidden<!-- ENDIF topics.length -->">[[unread:no_unread_topics]]</div>
<a href="{config.relative_path}/unread">
<div class="alert alert-warning hide" id="new-topics-alert"></div>

Loading…
Cancel
Save