1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 01:22:49 +00:00

client - admin update thread/reply for locked/hidden/sticky

This commit is contained in:
2018-01-25 22:43:56 -06:00
parent 605e4ba94b
commit ce151bc0c0
8 changed files with 171 additions and 86 deletions

View File

@@ -8,11 +8,6 @@ $grey2: #161616;
justify-content: space-between;
}
.forum-body {
min-height: 500px;
margin-bottom: 100px;
}
.forum-menu-search-bg {
background-image: url('../../assets/forum-menu-search-bg.gif');
@@ -36,6 +31,7 @@ $grey2: #161616;
.forum-table {
width: 100%;
border-spacing: 0;
border: 1px solid;
border-color: #575757;
color: #E2D9B0;
@@ -46,47 +42,69 @@ $grey2: #161616;
}
}
.forum-table__header {
background-image: url('../../assets/thread-topic-bg2.gif') !important;
background-repeat: repeat-x !important;
}
.forum-row {
display: flex;
align-items: center;
height: 24px;
background: $grey1;
&--header {
background-image: url('../../assets/thread-topic-bg2.gif');
background-repeat: repeat-x;
&__body {
height: 24px;
}
&--dark {
&:nth-child(even) {
background: $grey2;
}
}
.forum-cell {
height: 100%;
display: flex;
align-items: center;
padding: 0 2px;
padding: 2px;
&--header {
border: 1px solid;
border-color: #8F8F8F #8F8F8F #171511 #171511;
white-space: nowrap;
padding-right: 5px;
padding-left: 5px;
}
&--body {
border: 1px solid;
border-color: #000000 #000000 #252525 #252525;
border-color: #000000 #000000 #161616 #161616;
position: relative;
}
&--center {
justify-content: center;
text-align: center;
}
&--header-footer {
justify-content: space-between;
padding-right: 10px;
}
&__mod-controls {
display: none;
position: absolute;
top: -10px;
right: 5px;
background: #161616;
padding: 5px;
border: 1px solid $grey1;
a + a {
padding-left: 10px;
}
}
&:hover {
.forum-cell__mod-controls {
display: block;
}
}
}
.thread__title {