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

Side by Side Diff: third_party/WebKit/Source/core/css/mediaControlsAndroid.css

Issue 2701433003: Hide overlay play button if it can't be shown without clipping (Closed)
Patch Set: Add comments for dependent constants Created 3 years, 9 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2015 Google Inc. 2 * Copyright (C) 2015 Google Inc.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 17 matching lines...) Expand all
28 28
29 audio { 29 audio {
30 height: 48px; 30 height: 48px;
31 } 31 }
32 32
33 audio::-webkit-media-controls-enclosure, video::-webkit-media-controls-enclosure { 33 audio::-webkit-media-controls-enclosure, video::-webkit-media-controls-enclosure {
34 height: 48px; 34 height: 48px;
35 } 35 }
36 36
37 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel { 37 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
38 /* If this changes, it must also be changed in
39 * core/html/shadow/MediaControls.cpp. */
38 height: 48px; 40 height: 48px;
39 min-width: 48px; 41 min-width: 48px;
40 line-height: 48px; 42 line-height: 48px;
41 font-size: 14px; 43 font-size: 14px;
42 } 44 }
43 45
44 video::-internal-media-controls-overlay-cast-button { 46 video::-internal-media-controls-overlay-cast-button {
45 width: 48px; 47 width: 48px;
46 height: 48px; 48 height: 48px;
47 } 49 }
(...skipping 14 matching lines...) Expand all
62 audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-bu tton, 64 audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-bu tton,
63 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-f ullscreen-button, 65 audio::-webkit-media-controls-fullscreen-button, video::-webkit-media-controls-f ullscreen-button,
64 audio::-internal-media-controls-cast-button, video::-internal-media-controls-cas t-button, 66 audio::-internal-media-controls-cast-button, video::-internal-media-controls-cas t-button,
65 audio::-internal-media-controls-download-button, video::-internal-media-controls -download-button, 67 audio::-internal-media-controls-download-button, video::-internal-media-controls -download-button,
66 audio::-internal-media-controls-overflow-button, video::-internal-media-controls -overflow-button, 68 audio::-internal-media-controls-overflow-button, video::-internal-media-controls -overflow-button,
67 video::-webkit-media-controls-toggle-closed-captions-button { 69 video::-webkit-media-controls-toggle-closed-captions-button {
68 padding: 8px; 70 padding: 8px;
69 width: 48px; 71 width: 48px;
70 height: 48px; 72 height: 48px;
71 } 73 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/mediaControls.css ('k') | third_party/WebKit/Source/core/html/shadow/MediaControls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698