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

Side by Side Diff: remoting/webapp/me2mom/main.css

Issue 7008020: Fix up flicker, and parsing by Xcode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | « no previous file | remoting/webapp/me2mom/remoting_session.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 body { 6 body {
7 font-family: Helvetica, sans-serif; 7 font-family: Helvetica, sans-serif;
8 cursor: default; 8 cursor: default;
9 font-size: 13px; 9 font-size: 13px;
10 } 10 }
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 83
84 .scale_to_fit_toggle { 84 .scale_to_fit_toggle {
85 line-height: 0.8em; 85 line-height: 0.8em;
86 float: right; 86 float: right;
87 } 87 }
88 88
89 .plugin-scroll-panel { 89 .plugin-scroll-panel {
90 -webkit-user-select: none; 90 -webkit-user-select: none;
91 overflow: auto; 91 overflow: auto;
92 width: 100%; 92 width: 100%;
93 height: 100%;
94 } 93 }
95 94
96 .gaia_font { 95 .gaia_font {
97 font-family: Arial, Helvetica, sans-serif; 96 font-family: Arial, Helvetica, sans-serif;
98 } 97 }
99 98
100 .page h1 { 99 .page h1 {
101 -webkit-padding-end: 24px; 100 -webkit-padding-end: 24px;
102 -webkit-user-select: none; 101 -webkit-user-select: none;
103 border-bottom: 1px solid #eeeeee; 102 border-bottom: 1px solid #eeeeee;
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc); 158 background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
160 color: #333; 159 color: #333;
161 } 160 }
162 161
163 button[disabled], button[disabled]:hover { 162 button[disabled], button[disabled]:hover {
164 -webkit-box-shadow: none; 163 -webkit-box-shadow: none;
165 background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5); 164 background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
166 border-color: #aaa; 165 border-color: #aaa;
167 color: #888; 166 color: #888;
168 } 167 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/me2mom/remoting_session.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698