Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Commit

Permalink
Issue 1276 5 (#1300)
Browse files Browse the repository at this point in the history
* Issue #1276: Bugfix display of author and date, extra link to blog, border of last accepted answer, line breaks

* Patched devel_krumo.js (source: https://www.drupal.org/project/devel/issues/2962943\#comment-12589932)
  • Loading branch information
avakorin authored Mar 1, 2019
1 parent e8ab669 commit eba02e0
Show file tree
Hide file tree
Showing 15 changed files with 140 additions and 511 deletions.
152 changes: 85 additions & 67 deletions profiles/drupalru/themes/druru/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
&__links > * {
.border(0, 0, 1, 0, @color-divider);
}

#comments > &:last-child &__links > * {
.border(none);
}
}

&__links {
Expand Down
26 changes: 15 additions & 11 deletions profiles/drupalru/themes/druru/less/drupal/modules/_forum.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @todo Refactor forum to hub directory
#forum {

.forum {
margin-bottom: @line-height-computed * 2;
}
Expand All @@ -8,19 +8,19 @@
color: @brand-primary;
}

.parent,
.child {
.row-container {
padding-top: @padding-base-horizontal;
border-top: none;
.make-row();
padding-top: @gap;
padding-bottom: @gap;
}

@media @tablet {
margin-top: @padding-base-horizontal;
border-top: 1px solid @gray-lighter;
}
}
.parent:first-child {
padding-top: 0;
}

.child {
&:first-of-type .row-container {
border-top: none;
padding-top: 0;
margin-top: 0;
}
Expand All @@ -32,15 +32,17 @@

h3 {
margin: @padding-large-vertical 0 0 0;
clear: both;

@media @tablet {
margin: 0;
}
clear: both;
}

.details {
font-weight: 300;
text-align: left;
font-size: @font-size-aux;

.detail {
margin-right: @padding-base-horizontal;
Expand All @@ -64,10 +66,12 @@
display: inline-block;
margin-right: 5px;
}

> .btn {
float: right;
margin-left: -1px;
}

> .btn-group {
float: right;
}
Expand Down
Loading

0 comments on commit eba02e0

Please sign in to comment.