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

Side by Side Diff: chrome/test/data/chromeproxy/extension/popup.css

Issue 1438043006: Check in Data Saver extension into Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make all lines<80 characters, fixed remaining presubmit warnings Created 5 years, 1 month 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
(Empty)
1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5 body {
6 margin: 20px 20px 8px 20px;
7 width: 278px;
8 direction: __MSG_@@bidi_dir__;
9 }
10
11 #ext_name {
12 font-size: 14px;
13 font-weight: bold;
14 }
15
16 #data_savings_heading, #graph_start_date, #graph_end_date {
17 font-size: 14px;
18 }
19
20 #original_data_size, #compressed_data_size {
21 text-align: __MSG_@@bidi_end_edge__;
22 font-size: 12px;
23 }
24
25 #data_savings_graph {
26 margin-bottom: 8px;
27 }
28
29 #data_savings_percent {
30 font-size: 36px;
31 float: __MSG_@@bidi_start_edge__;
32 margin-__MSG_@@bidi_end_edge__: 10px;
33 }
34
35 #original_data_size {
36 margin: 4px 0 4px 0;
37 }
38
39 #learn_more, #help_feedback {
40 display: block;
41 padding: 8px 0;
42 outline: 0;
43 margin-top: 16px;
44 }
45
46 #proxy_off {
47 margin-top: 8px;
48 }
49
50 #proxy_on {
51 margin-top: 24px;
52 }
53
54 #graph_start_date {
55 float: left;
56 }
57
58 #graph_end_date {
59 float: right;
60 }
61
62 #info2 {
63 margin: 8px 0 24px 0;
64 }
65
66 .data_savings_sizes {
67 float: __MSG_@@bidi_end_edge__;
68 }
69
70 .data_savings_numbers {
71 margin: 20px 0 12px 0;
72 }
73
74 .alert {
75 margin-__MSG_@@bidi_end_edge__: 5px;
76 }
77
78 #enable_proxy{
79 font-size: 12px;
80 font-weight: bold;
81 color: #FFF;
82 border-radius: 2px;
83 padding: 8px;
84 display: inline-block;
85 margin-top: 9px;
86 outline: 0;
87 text-decoration: initial;
88 }
89
90 #chrome_incompatible_message, #incognito_message, #info1, #info2, #learn_more {
91 font-size: 12px;
92 }
93
94 a#enable_proxy:link, a#enable_proxy:visited, a#enable_proxy:hover {
95 background: #4285F4;
96 }
97
98 a#enable_proxy:hover {
99 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
100 }
101
102 a#enable_proxy:active {
103 background: #3a7ce9;
104 }
105
106 #disable_proxy {
107 font-size: 12px;
108 padding: 8px 0;
109 display: inline-block;
110 margin-top: 9px;
111 outline: 0;
112 }
113
114 a#disable_proxy:link, a#disable_proxy:visited, a#disable_proxy:hover {
115 color: #0000EE;
116 }
117
118 a#disable_proxy:active {
119 color: #052577;
120 }
121
OLDNEW
« no previous file with comments | « chrome/test/data/chromeproxy/extension/manifest.json ('k') | chrome/test/data/chromeproxy/extension/popup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698