Style changes to comments: increase font size, width. Improved scrolling between spans and discussions.

This commit is contained in:
Arthur Barrett
2013-02-14 12:43:11 -05:00
parent 010593be6f
commit 2848df8282
2 changed files with 21 additions and 9 deletions

View File

@@ -100,7 +100,7 @@
}
.ui-tooltip.qtip.ui-tooltip-annotatable {
max-width: 350px;
max-width: 375px;
.ui-tooltip-title:before {
font-weight: normal;
content: "Guided Discussion: ";
@@ -110,8 +110,8 @@
.annotatable-comment {
display: block;
margin: 0px 0px 10px 0;
max-height: 175px;
overflow: hidden;
max-height: 225px; // truncate the text via JS so we can get an ellipsis
overflow: auto;
}
.annotatable-reply {
display: block;