Mercurial > hg > webaudioevaluationtool
diff ape.css @ 1458:562e5fe33c0b
Feature #1270 completed. Outside reference works as designed
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Mon, 23 Nov 2015 10:47:02 +0000 |
parents | 04e8a9c07c7e |
children | 1b6fa37d46a4 |
line wrap: on
line diff
--- a/ape.css Mon Nov 23 09:13:12 2015 +0000 +++ b/ape.css Mon Nov 23 10:47:02 2015 +0000 @@ -56,6 +56,15 @@ background-color: rgb(100,200,100); } +div#outside-reference { + width:120px; + padding-left: 55px; + margin-left: 100px; + height:20px; + margin-bottom:5px; + background-color: rgb(100,200,100); +} + div.track-slider-disabled { background-color: rgb(100,100,100); } @@ -67,11 +76,3 @@ div.comment-box-playing { background-color: #FFDDDD; } - -div#outside-reference { - width:250px; - margin-left: 100px; - height:20px; - margin-bottom:5px; - background-color: rgb(100,200,100); -}