Mercurial > hg > webaudioevaluationtool
diff core.css @ 509:e3ff10a1ebc5 Dev_main
Bug #1569: Comment boxes cannot be resized, they support scrolling text. Styling of comment boxes. Styling of AB selectors.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Thu, 11 Feb 2016 14:37:26 +0000 |
parents | 4658074c6191 |
children | ea97b12c1f1e |
line wrap: on
line diff
--- a/core.css Thu Feb 11 14:22:30 2016 +0000 +++ b/core.css Thu Feb 11 14:37:26 2016 +0000 @@ -21,14 +21,13 @@ } div.comment-div { - border:#444444; - border-style:solid; - border-width:1px; + border:1px solid #444444; max-width: 600px; min-width: 400px; float: left; - margin: 5px; + margin: 5px 10px 5px 5px; height: 90px; + border-radius: 10px; } div.comment-div span { @@ -83,8 +82,8 @@ textarea.trackComment { max-width: 594px; min-width: 350px; - margin-right:15px; max-height: 60px; + resize: none; } div.playhead {