OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2012 Google Inc. | 2 * Copyright (C) 2012 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 24 matching lines...) Expand all Loading... |
35 } | 35 } |
36 | 36 |
37 video::-webkit-media-controls-enclosure { | 37 video::-webkit-media-controls-enclosure { |
38 height: 40px; | 38 height: 40px; |
39 } | 39 } |
40 | 40 |
41 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel { | 41 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel { |
42 height: 35px; | 42 height: 35px; |
43 } | 43 } |
44 | 44 |
45 audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-bu
tton { | |
46 display: none; | |
47 } | |
48 | |
49 audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-bu
tton { | 45 audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-bu
tton { |
50 width: 35px; | 46 width: 35px; |
51 height: 35px; | 47 height: 35px; |
52 line-height: 35px; | 48 line-height: 35px; |
53 } | 49 } |
54 | 50 |
55 audio::-webkit-media-controls-current-time-display, video::-webkit-media-control
s-current-time-display, | 51 audio::-webkit-media-controls-current-time-display, video::-webkit-media-control
s-current-time-display, |
56 audio::-webkit-media-controls-time-remaining-display, video::-webkit-media-contr
ols-time-remaining-display { | 52 audio::-webkit-media-controls-time-remaining-display, video::-webkit-media-contr
ols-time-remaining-display { |
57 height: 35px; | 53 height: 35px; |
58 line-height: 35px; | 54 line-height: 35px; |
(...skipping 18 matching lines...) Expand all Loading... |
77 width: 35px; | 73 width: 35px; |
78 height: 35px; | 74 height: 35px; |
79 line-height: 35px; | 75 line-height: 35px; |
80 } | 76 } |
81 | 77 |
82 video::-webkit-media-controls-toggle-closed-captions-button { | 78 video::-webkit-media-controls-toggle-closed-captions-button { |
83 width: 35px; | 79 width: 35px; |
84 height: 35px; | 80 height: 35px; |
85 line-height: 35px; | 81 line-height: 35px; |
86 } | 82 } |
OLD | NEW |