Mercurial > hg > webaudioevaluationtool
comparison core.css @ 854:3d13f019c3e6
Bug #1300: Boxes are automatically scaled on load. Will add to 'resize' commands in the future.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 14 Sep 2015 16:25:13 +0100 |
parents | 71fd099e9fd2 |
children | 1dc56cb86152 |
comparison
equal
deleted
inserted
replaced
853:be9e15805532 | 854:3d13f019c3e6 |
---|---|
22 | 22 |
23 div.comment-div { | 23 div.comment-div { |
24 border:#444444; | 24 border:#444444; |
25 border-style:solid; | 25 border-style:solid; |
26 border-width:1px; | 26 border-width:1px; |
27 width: 624px; | 27 max-width: 624px; |
28 min-width: 400px; | |
28 float: left; | 29 float: left; |
29 margin: 5px; | 30 margin: 5px; |
30 height: 90px; | 31 height: 90px; |
31 } | 32 } |
32 | 33 |
55 border-style: solid; | 56 border-style: solid; |
56 background-color: #fff; | 57 background-color: #fff; |
57 } | 58 } |
58 | 59 |
59 textarea.trackComment { | 60 textarea.trackComment { |
60 width: 618px; | 61 max-width: 618px; |
62 min-width: 350px; | |
61 margin-right:15px; | 63 margin-right:15px; |
62 } | 64 } |
63 | 65 |
64 div.playhead { | 66 div.playhead { |
65 width: 500px; | 67 width: 500px; |