Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Move discussion indent to udata and fix border styling on threads #251

Merged
merged 1 commit into from
Jan 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

- Add the homologation of CC-BY-SA for SHOM [#244](https://github.com/etalab/udata-gouvfr/pull/244/files)
- Dataset recommendations [#243](https://github.com/etalab/udata-gouvfr/pull/243)
- Move some discussions style into `udata` core [#251](https://github.com/etalab/udata-gouvfr/pull/251)

## 1.2.2 (2017-12-14)

Expand Down
8 changes: 8 additions & 0 deletions theme/less/gouvfr/community.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@
background-color: lighten(#d9534f, 20%);
}


&.expanded {
border-bottom-color: @color-body;
}

&.body-only {
border-top-color: @color-body;
}
}

.list-group-item-text, .list-group-item-heading {
Expand Down
14 changes: 0 additions & 14 deletions theme/less/gouvfr/resources.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,6 @@
}
}

.list-group-form {
height: inherit;

form {
padding: 1em;
}
}

.list-group-indent {
margin-left: 54px;
height: inherit;
min-height: 54px;
}

.list-group-item-text {
margin-left: 60px;
font-size: 12px;
Expand Down