Mercurial > hg > webaudioevaluationtool
diff test_create/style.css @ 1170:2cd9f09455a5
New test creator tool. Still WIP, but much more dynamic. Based on XSD and external lists so far easier to modify.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Wed, 10 Feb 2016 12:02:25 +0000 |
parents | |
children | f8920367ec32 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test_create/style.css Wed Feb 10 12:02:25 2016 +0000 @@ -0,0 +1,85 @@ +div#blanket { + z-index: 2; + background-color: rgba(0,0,0,0.5); + width: 100%; + height: 100%; + position: absolute; + left: 0px; + top: 0px; +} + +div#popupHolder { + z-index: 3; + background-color: rgba(255,255,255,1); + width: 730px; + height: 480px; + position: absolute; + border-radius: 10px; + box-shadow: 0px 0px 50px #000; + padding: 10px; +} + +div#popup-title-holder { + width: 100%; + height: 50px; + font-size: 2em; +} + +button#popup-proceed { + width: 60px; + height: 27px; + padding: 5px; + position: absolute; + right: 10px; + bottom: 10px; +} + +div.popup-checkbox { + padding: 5px; +} + +div.popup-checkbox input { + margin: 0px 5px; +} + +div.disabled{ + color: rgb(100,100,100); +} + +div.node { + float: left; + padding: 10px; + border: black 2px solid; + border-radius: 10px; + margin: 25px; + min-width: 92%; +} +div.node-title { + float: left; + width: 100%; + font-size: 2em; + margin: 5px 0px; +} +div.node-attributes { + width: auto; + float: left; + padding: 10px; + border: black 2px dashed; +} +div.attribute { + float: left; + margin-right: 10px; +} +div.node-children { + float: left; +} +div.node-buttons { + float: left; +} +div.attribute input { + max-width: 100px; + margin-right: 10px; +} +div.attribute input[type=number] { + width: 80px; +} \ No newline at end of file