2015-07-14 16:18:56 +10:00
|
|
|
.solved-panel, .post-controls .accepted, .fa.accepted, .accepted-text {
|
2015-05-19 15:45:19 +10:00
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
2015-07-08 15:12:25 +10:00
|
|
|
.post-controls .accepted-text {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: inherit;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 35px;
|
|
|
|
margin-right: -5px;
|
|
|
|
z-index: 999;
|
|
|
|
}
|
|
|
|
|
2015-06-10 18:31:49 +10:00
|
|
|
// you can style accepted answers however your want
|
2015-05-19 15:45:19 +10:00
|
|
|
.topic-post.accepted-answer .topic-body {
|
2015-06-10 18:31:49 +10:00
|
|
|
// background-color: #E9FFE0;
|
2015-05-19 15:45:19 +10:00
|
|
|
}
|
|
|
|
|
2015-07-08 15:12:25 +10:00
|
|
|
.mobile-view .post-controls .accepted-text {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2015-07-14 16:18:56 +10:00
|
|
|
.mobile-view .solved-panel {
|
2015-06-15 17:06:49 +10:00
|
|
|
margin-bottom: 15px;
|
2015-06-15 14:24:49 +10:00
|
|
|
}
|
|
|
|
|
2015-07-14 16:18:56 +10:00
|
|
|
.solved-panel {
|
|
|
|
|
|
|
|
.by {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-06-15 17:06:49 +10:00
|
|
|
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
font-size: 13px;
|
2015-06-15 14:24:49 +10:00
|
|
|
// margin-bottom: 0px;
|
|
|
|
// padding: 4px 0px;
|
|
|
|
//border-top: 1px solid #ddd;
|
|
|
|
//background-color: #E9FFE0;
|
2015-05-19 15:45:19 +10:00
|
|
|
}
|
2017-08-06 17:22:30 -04:00
|
|
|
|
|
|
|
aside.quote .title.title-only {
|
|
|
|
padding: 12px;
|
|
|
|
}
|