Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Side by Side Diff: chrome/browser/resources/file_manager/css/media_controls.css

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file. */
4 */
5 4
6 .media-button { 5 .media-button {
7 background-position: center center; 6 background-position: center center;
8 background-repeat: no-repeat; 7 background-repeat: no-repeat;
9 height: 28px; 8 height: 28px;
10 position: relative; 9 position: relative;
11 width: 28px; 10 width: 28px;
12 } 11 }
13 12
14 .media-button > div { 13 .media-button > div {
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 opacity: 0; 467 opacity: 0;
469 } 468 }
470 469
471 .playback-state-icon[state='play'] { 470 .playback-state-icon[state='play'] {
472 background-image: url(../images/media/media_play.png); 471 background-image: url(../images/media/media_play.png);
473 } 472 }
474 473
475 .playback-state-icon[state='pause'] { 474 .playback-state-icon[state='pause'] {
476 background-image: url(../images/media/media_pause.png); 475 background-image: url(../images/media/media_pause.png);
477 } 476 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/css/gallery.css ('k') | chrome/browser/resources/flags.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698