pre {
background-color: #F5F5F5;
font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;
- font-size: 100%;
+ font-size: 90%;
margin-bottom: 10px;
overflow: auto;
padding-left: 5px;
padding-top: 5px;
width: 580px;
+ white-space: pre-wrap;
}
code {
font-family: Consolas, Monaco, Liberation Mono, Lucida Console, Monospace;
- font-size: 100%;
+ font-size: 90%;
+ white-space: pre-wrap;
}
blockquote {
#top {
float: right;
- background-color: #FFFFFF;
padding: 3px;
text-align: right;
width: 500px;
font-size: 13px;
line-height: 20px;
min-height: 80px;
+ margin: 0 0 20px 0;
}
.answer-body img {
z-index: 100;
}
+* html .notify {
+ position: absolute;
+}
+
.notify p {
font-size: 16px;
margin-bottom: 5px;
margin-left: 4px;
}
-a.comment-like, a.comment-delete, a.comment-edit, a.comment-convert {
+a.comment-like, a.comment-delete, a.comment-edit, a.comment-convert, a.comment-convert-to-question {
margin-left: 2px;
width: 18px;
}
background: url("../images/convert-hover.png") no-repeat scroll center center transparent;
}
+a.comment-convert-to-question {
+ background: url("../images/convert-to-question-off.png") no-repeat scroll center center transparent;
+}
+
+a.comment-convert-to-question:hover {
+ background: url("../images/convert-to-question-hover.png") no-repeat scroll center center transparent;
+}
+
a.comment-edit {
background: url("../images/comment-edit.png") no-repeat scroll center center transparent;
}
}
div.dialog.prompt {
- width: 300px;
+ width: 355px;
}
div.dialog.prompt .dialog-content select, div.dialog.prompt .dialog-content textarea, div.dialog.prompt .dialog-content input[type=text] {