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

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

Issue 7714026: Fixed continue window bugs and added 60s auto-shutdown timeout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated comments froms sergeyu@ Created 9 years, 3 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 | « remoting/host/desktop_environment.cc ('k') | remoting/webapp/me2mom/client_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 /* Elements */ 6 /* Elements */
7 a { 7 a {
8 color: rgb(0, 102, 204); 8 color: rgb(0, 102, 204);
9 text-decoration: none; 9 text-decoration: none;
10 } 10 }
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 .icon-label { 133 .icon-label {
134 display: inline-block; 134 display: inline-block;
135 vertical-align: top; 135 vertical-align: top;
136 } 136 }
137 137
138 .message { 138 .message {
139 text-align:center; 139 text-align:center;
140 margin-bottom: 10px; 140 margin-bottom: 10px;
141 } 141 }
142 142
143 .hide-scrollbars {
144 overflow-y: hidden;
145 }
146
143 .top-primary { 147 .top-primary {
144 font-size: 14px; 148 font-size: 14px;
145 position: absolute; 149 position: absolute;
146 top: 0.5em; 150 top: 0.5em;
147 __MSG_@@bidi_start_edge__: 0.5em; 151 __MSG_@@bidi_start_edge__: 0.5em;
148 } 152 }
149 153
150 .top-secondary { 154 .top-secondary {
151 font-size: 14px; 155 font-size: 14px;
152 position: absolute; 156 position: absolute;
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 */ 238 */
235 clear: both; 239 clear: both;
236 font-family: monospace; 240 font-family: monospace;
237 font-size: small; 241 font-size: small;
238 margin: 5px; 242 margin: 5px;
239 } 243 }
240 244
241 #server-response { 245 #server-response {
242 font-weight: bolder; 246 font-weight: bolder;
243 } 247 }
OLDNEW
« no previous file with comments | « remoting/host/desktop_environment.cc ('k') | remoting/webapp/me2mom/client_session.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698