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

Side by Side Diff: chrome/renderer/resources/extensions/platform_app.css

Issue 12463015: Enable <adview> tag for packaged apps. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Merge fix. Created 7 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) 2012 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 * 5 *
6 * A style sheet for Chrome apps. 6 * A style sheet for Chrome apps.
7 */ 7 */
8 8
9 @namespace "http://www.w3.org/1999/xhtml"; 9 @namespace "http://www.w3.org/1999/xhtml";
10 10
11 body { 11 body {
12 -webkit-user-select: none; 12 -webkit-user-select: none;
13 cursor: default; 13 cursor: default;
14 } 14 }
15 15
16 webview { 16 webview, adview {
17 display: inline-block; 17 display: inline-block;
18 width: 300px; 18 width: 300px;
19 height: 300px; 19 height: 300px;
20 } 20 }
21 21
22 html, body { 22 html, body {
23 overflow: hidden; 23 overflow: hidden;
24 } 24 }
25 25
26 img, a { 26 img, a {
27 -webkit-user-drag: none; 27 -webkit-user-drag: none;
28 } 28 }
OLDNEW
« no previous file with comments | « chrome/renderer/resources/extensions/ad_view_deny.js ('k') | chrome/renderer/resources/renderer_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698