Skip to content

Commit 3f6745e

Browse files
authored
Merge pull request #30 from topcoder-platform/issues-490
Issues-490: Move edit to comment block
2 parents b48bc4a + 7878f9e commit 3f6745e

File tree

6 files changed

+39
-5
lines changed

6 files changed

+39
-5
lines changed

design/custom.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

design/custom.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/base/_button.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@
1717
border: 1px solid $global-color_primary;
1818
color: white;
1919
width: 100%;
20+
}
21+
22+
23+
.ReactButton.Quote {
24+
vertical-align: inherit;
25+
margin: 0 0;
2026
}

src/scss/base/_lists.scss

Whitespace-only changes.

src/scss/base/_messageList.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
.MessageList.DataList.Comments {
158158
li.Item {
159159
.PhotoWrap {
160-
left: 0;
160+
// left: 0;
161161
}
162162

163163
.AuthorWrap {

src/scss/components/_lists.scss

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,32 @@
22
.ItemContent {
33
margin-left: #{$component-horizontal_padding};
44
}
5-
}
5+
}
6+
7+
.MessageList {
8+
.ItemDiscussion , .ItemComment {
9+
.Item-Body {
10+
.Controls {
11+
a {
12+
color: $global-blue;
13+
}
14+
.MiddleDot{
15+
margin: 0px 8px;
16+
font-weight: bold;
17+
}
18+
.left {
19+
text-align: left;
20+
}
21+
.center {
22+
text-align: center;
23+
}
24+
25+
.right {
26+
text-align: right;
27+
}
28+
}
29+
30+
}
31+
}
32+
33+
}

0 commit comments

Comments
 (0)