Compare commits
1 Commits
e94743b0a9
...
a302a45506
Author | SHA1 | Date | |
---|---|---|---|
a302a45506 |
|
@ -38,48 +38,10 @@ img {
|
||||||
|
|
||||||
.questPostMeta {
|
.questPostMeta {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
padding-right: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#QMPostPane {
|
.questPostData {
|
||||||
display: flex;
|
padding-left: 20px;
|
||||||
}
|
|
||||||
|
|
||||||
#QMPostTabs {
|
|
||||||
display: inline-block;
|
|
||||||
list-style-type: none;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
background-color: #f1f1f1;
|
|
||||||
height: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.QMPostTab {
|
|
||||||
display: block;
|
|
||||||
padding: 8px 16px;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.QMPostTab:hover {
|
|
||||||
background-color: #555;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.QMPostTab.active {
|
|
||||||
background-color: #555;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.QMPostTabContent {
|
|
||||||
flex: auto;
|
|
||||||
padding: 0px 12px;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
border-left: none;
|
|
||||||
width: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#postTextArea {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#chatPane {
|
#chatPane {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user