Styled the un-answered question sharing prompt

This commit is contained in:
Reda Lemeden
2012-02-22 15:01:45 -05:00
parent a9fbf270a2
commit 629509739e
2 changed files with 23 additions and 3 deletions

View File

@@ -74,11 +74,21 @@ div.answer-block {
}
}
div.accepted-answer {
p {
color:#000;
}
}
div.deleted {
p {
color: $mit-red;
}
}
img.answer-img-accept {
opacity: 0.7;
}
}
div.paginator {
@@ -141,3 +151,4 @@ div.answer-actions {
}
}

View File

@@ -138,7 +138,6 @@ div.question-header {
}
span.user-badges {
// display: block;
}
}
}
@@ -155,7 +154,7 @@ div.question-header {
font-size: 13px;
background: #efefef;
div.block {
.block {
border-top: 1px solid #ddd;
padding: 15px;
display: block;
@@ -283,7 +282,8 @@ div.question-header {
div.controls {
// padding: 15px 0;
background: #efefef ;
// background: #efefef ;
border-top: 1px dashed #ddd;
text-align: right;
a {
display: inline-block;
@@ -310,3 +310,12 @@ div.question-status {
color: #eee;
}
}
div.share-question {
padding: 10px 0 10px 7.5%;
p {
padding: 0;
margin: 0;
}
}