Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Write mode polish #361

Merged
merged 3 commits into from
Jun 8, 2016
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 34 additions & 19 deletions notice_and_comment/static/regulations/css/less/comment-custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,6 @@ a.comment-index-review {
}
}

.comment-header {
& > a {
color: @black;
border-bottom: 2px solid @link_blue;
}
}

.comment-index {

li {
background: @gray;
color: @black;

&:hover {
background: lighten(@gray, 10%);;
}
}
}

.preamble-header {

.read-proposal,
Expand Down Expand Up @@ -101,6 +82,40 @@ a.comment-index-review {
}
}

#preamble-write {

.comment-wrapper {
.comment-header {
.comment-header-link a {
color: @black;
border-bottom: 2px solid @link_blue;
}
}

a.comment-context-toggle {
.comment-context-text {
color: @link_blue;
}
}

.comment-attachment-count,
.comment-attachment-limit {
color: @citation_gray;
}

}
}

.comment-index {
li {
background: @gray;
color: @black;

&:hover {
background: lighten(@gray, 10%);;
}
}
}

#comment-review {
.statement {
Expand Down
2 changes: 2 additions & 0 deletions notice_and_comment/static/regulations/css/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ variables.less contains all theme variable / variable overrides
@gray: #D6D7D9;
@dark_gray: #D8D8D8;

@citation_gray: #767676;

@light_orange: #FFF1D2;
@orange: #FDB81E;