1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Rename JS sub-components so that descriptors are before the noun, not after

To be consistent with the naming in PHP world.

e.g. ReplyComposer instead of ComposerReply
This commit is contained in:
Toby Zerner
2015-05-18 18:50:24 +09:30
parent 6bdf36253c
commit 58adcfa3c4
17 changed files with 40 additions and 78 deletions

View File

@@ -329,7 +329,7 @@
.post-icon {
float: left;
}
.post-activity {
.event-post {
&, & a {
color: @fl-body-muted-color;
}
@@ -337,11 +337,11 @@
font-weight: bold;
}
}
.post-activity-info {
.event-post-info {
font-size: 15px;
margin-bottom: 5px;
}
.post-discussion-renamed {
.discussion-renamed-post {
& .old-title, & .new-title {
font-weight: normal;
font-style: italic;
@@ -439,7 +439,7 @@
}
}
}
.post-activity {
.event-post {
padding-left: 30px;
}
.post-icon {

View File

@@ -162,7 +162,7 @@
}
}
}
.activity-post {
.post-activity {
overflow: hidden;
& .title {