diff ape.css @ 1750:1365362c12d5

Merge from 156:402bb0f56dc4
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 01 Jun 2015 12:56:15 +0100
parents 9771f65eec66
children 4a0bfa7bef24
line wrap: on
line diff
--- a/ape.css	Mon Jun 01 08:55:53 2015 +0100
+++ b/ape.css	Mon Jun 01 12:56:15 2015 +0100
@@ -72,44 +72,11 @@
 	background-color: rgb(100,200,100);
 }
 
-div.comment-div {
-	border:#444444;
-	border-style:solid;
-	border-width:1px;
-	width: 624px;
-	float: left;
-	margin: 5px;
+div.track-slider-playing {
+	background-color: #FF0000;
 }
 
-div.comment-div span {
-	margin-left: 15px;
+div.comment-box-playing {
+	background-color: #FFDDDD;
 }
 
-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;
-}