Mercurial > hg > webaudioevaluationtool
changeset 2012:f2ef4be20d7f
Moved global css options into core.css
author | Nicholas Jillings <nickjillings@users.noreply.github.com> |
---|---|
date | Mon, 01 Jun 2015 09:26:59 +0100 |
parents | bc178ec0e3b1 |
children | 57045ee30b64 |
files | ape.css index.html |
diffstat | 2 files changed, 1 insertions(+), 43 deletions(-) [+] |
line wrap: on
line diff
--- a/ape.css Mon Jun 01 09:18:02 2015 +0100 +++ b/ape.css Mon Jun 01 09:26:59 2015 +0100 @@ -72,44 +72,3 @@ background-color: rgb(100,200,100); } -div.comment-div { - border:#444444; - border-style:solid; - border-width:1px; - width: 624px; - float: left; - margin: 5px; -} - -div.comment-div span { - margin-left: 15px; -} - -div.popupHolder { - width: 500px; - height: 250px; - background-color: #fff; - border-radius: 10px; - box-shadow: 0px 0px 50px #000; - z-index: 2; -} - -button.popupButton { - /* Button for popup window - */ - width: 50px; - height: 25px; - position: absolute; - left: 440px; - top: 215px; - border-radius: 5px; - border: #444; - border-width: 1px; - border-style: solid; - background-color: #fff; -} - -textarea.trackComment { - width: 618px; - margin-right:15px; -}
--- a/index.html Mon Jun 01 09:18:02 2015 +0100 +++ b/index.html Mon Jun 01 09:26:59 2015 +0100 @@ -13,8 +13,7 @@ <meta name="author" content="" /> <!-- Load up the default core JS and CSS files--> - <link rel='stylesheet' type='text/css' href='graphics.css'> - <link rel='stylesheet' type='text/css' href='structure.css'> + <link rel='stylesheet' type='text/css' href='core.css'> <!-- Use jQuery hosted from Google CDN --> <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>--> <script src="jquery-2.1.4.js"></script>