comparison ape.css @ 1011:2df5ba8845b3

Merge from 156:402bb0f56dc4
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 01 Jun 2015 12:56:15 +0100
parents eefdac420017
children 4a0bfa7bef24
comparison
equal deleted inserted replaced
931:6157acacd082 1011:2df5ba8845b3
70 width: 12px; 70 width: 12px;
71 float: left; 71 float: left;
72 background-color: rgb(100,200,100); 72 background-color: rgb(100,200,100);
73 } 73 }
74 74
75 div.comment-div { 75 div.track-slider-playing {
76 border:#444444; 76 background-color: #FF0000;
77 border-style:solid;
78 border-width:1px;
79 width: 624px;
80 float: left;
81 margin: 5px;
82 } 77 }
83 78
84 div.comment-div span { 79 div.comment-box-playing {
85 margin-left: 15px; 80 background-color: #FFDDDD;
86 } 81 }
87 82
88 div.popupHolder {
89 width: 500px;
90 height: 250px;
91 background-color: #fff;
92 border-radius: 10px;
93 box-shadow: 0px 0px 50px #000;
94 z-index: 2;
95 }
96
97 button.popupButton {
98 /* Button for popup window
99 */
100 width: 50px;
101 height: 25px;
102 position: absolute;
103 left: 440px;
104 top: 215px;
105 border-radius: 5px;
106 border: #444;
107 border-width: 1px;
108 border-style: solid;
109 background-color: #fff;
110 }
111
112 textarea.trackComment {
113 width: 618px;
114 margin-right:15px;
115 }