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

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

Issue 192453005: Merge MediaControlsAndroid into MediaControls (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert simplification Created 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/mediaControls.css ('k') | Source/core/html/shadow/MediaControls.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 20 matching lines...) Expand all
31 } 31 }
32 32
33 audio::-webkit-media-controls-enclosure { 33 audio::-webkit-media-controls-enclosure {
34 height: 35px; 34 height: 35px;
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-overlay-enclosure {
42 display: none;
43 }
44
45 video::-webkit-media-controls-overlay-enclosure { 41 video::-webkit-media-controls-overlay-enclosure {
46 display: flex; 42 display: flex;
47 position: relative; 43 position: relative;
48 flex-direction: column; 44 flex-direction: column;
49 justify-content: flex-end; 45 justify-content: flex-end;
50 align-items: center; 46 align-items: center;
51 flex: 1 1; 47 flex: 1 1;
52 width: 100%; 48 width: 100%;
53 max-width: 800px; 49 max-width: 800px;
54 text-indent: 0; 50 text-indent: 0;
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 101
106 audio::-webkit-media-controls-fullscreen-button { 102 audio::-webkit-media-controls-fullscreen-button {
107 display: none; 103 display: none;
108 } 104 }
109 105
110 video::-webkit-media-controls-toggle-closed-captions-button { 106 video::-webkit-media-controls-toggle-closed-captions-button {
111 width: 35px; 107 width: 35px;
112 height: 35px; 108 height: 35px;
113 line-height: 35px; 109 line-height: 35px;
114 } 110 }
OLDNEW
« no previous file with comments | « Source/core/css/mediaControls.css ('k') | Source/core/html/shadow/MediaControls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698