equal
deleted
inserted
replaced
147 float:left; |
147 float:left; |
148 } |
148 } |
149 |
149 |
150 .Ldt-RightPlayerControls { |
150 .Ldt-RightPlayerControls { |
151 float: right; |
151 float: right; |
152 padding: 4px; |
|
153 } |
152 } |
154 |
153 |
155 .Ldt-CtrlPlay { |
154 .Ldt-CtrlPlay { |
156 background:url('imgs/play.png') no-repeat scroll 0 0 transparent ; |
155 background:url('imgs/play.png') no-repeat scroll 0 0 transparent ; |
157 background-position: center; |
156 background-position: center; |
181 float: left; |
180 float: left; |
182 } |
181 } |
183 |
182 |
184 .Ldt-Time { |
183 .Ldt-Time { |
185 float: left; |
184 float: left; |
186 padding: 4px; |
|
187 border-right: 1px solid #b6b8b8; |
185 border-right: 1px solid #b6b8b8; |
188 height: 25px; |
186 top: 15px; |
189 overflow: auto; |
187 left: 2px; |
190 } |
188 } |
191 |
189 |
192 .Ldt-ElapsedTime { |
190 .Ldt-ElapsedTime { |
|
191 float: left; |
193 color: #4a4a4a; |
192 color: #4a4a4a; |
194 } |
193 } |
195 |
194 |
196 .Ldt-TotalTime { |
195 .Ldt-TotalTime { |
|
196 float: right; |
197 color: #b2b2b2; |
197 color: #b2b2b2; |
198 } |
198 } |
199 |
199 |
200 .Ldt-CtrlSound { |
200 .Ldt-CtrlSound { |
201 float: right; |
201 float: right; |
202 padding: 4px; |
|
203 } |
202 } |
204 .Ldt-cleaner { |
203 .Ldt-cleaner { |
205 clear:both; |
204 clear:both; |
206 } |
205 } |
207 |
206 |