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

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

Issue 1305793002: Update overlay cast buttons for clank, part 1 of 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: replaced blank line. Created 5 years, 4 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
« no previous file with comments | « no previous file | public/blink_image_resources.grd » ('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) 2009 Apple Inc. All rights reserved. 2 * Copyright (C) 2009 Apple Inc. All rights reserved.
3 * Copyright (C) 2015 Google Inc. 3 * Copyright (C) 2015 Google Inc.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 background-color: transparent; 149 background-color: transparent;
150 width: 100%; 150 width: 100%;
151 height: 100%; 151 height: 100%;
152 padding: 0; 152 padding: 0;
153 } 153 }
154 154
155 video::-internal-media-controls-overlay-cast-button { 155 video::-internal-media-controls-overlay-cast-button {
156 -webkit-appearance: -internal-media-overlay-cast-off-button; 156 -webkit-appearance: -internal-media-overlay-cast-off-button;
157 display: flex; 157 display: flex;
158 position: absolute; 158 position: absolute;
159 top: 5%; 159 top: 8px;
160 left: 5%; 160 left: 8px;
161 margin-left: 0px; 161 margin-left: 0px;
162 margin-top: 0px; 162 margin-top: 0px;
163 border: none; 163 border: none;
164 background-color: transparent; 164 background-color: transparent;
165 width: 48px; 165 width: 48px;
166 height: 48px; 166 height: 48px;
167 padding: 0; 167 padding: 0;
168 transition: opacity 0.3s; 168 transition: opacity 0.3s;
169 } 169 }
170 170
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 font-weight: bold; 435 font-weight: bold;
436 } 436 }
437 437
438 video::-webkit-media-text-track-container u { 438 video::-webkit-media-text-track-container u {
439 text-decoration: underline; 439 text-decoration: underline;
440 } 440 }
441 441
442 video::-webkit-media-text-track-container i { 442 video::-webkit-media-text-track-container i {
443 font-style: italic; 443 font-style: italic;
444 } 444 }
OLDNEW
« no previous file with comments | « no previous file | public/blink_image_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698