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/main.css

Issue 7045020: Add body css for remoting session page (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 | no next file » | 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 28 matching lines...) Expand all
39 background-color: lightgray; 39 background-color: lightgray;
40 display: inline-block; 40 display: inline-block;
41 } 41 }
42 42
43 .hostlist { 43 .hostlist {
44 margin: 0; 44 margin: 0;
45 border: #D9D9D9 1px solid; 45 border: #D9D9D9 1px solid;
46 border-radius: 2px; 46 border-radius: 2px;
47 } 47 }
48 48
49 .remoting_body {
50 -webkit-user-select: none;
51 margin: 0;
52 padding: 0;
53 overflow: auto;
54 }
55
49 .status_msg { 56 .status_msg {
50 margin: 5px; 57 margin: 5px;
51 } 58 }
52 59
53 .debug_log { 60 .debug_log {
54 -webkit-user-select: text; 61 -webkit-user-select: text;
55 padding: 0px; 62 padding: 0px;
56 margin: 0px; 63 margin: 0px;
57 position: fixed; 64 position: fixed;
58 bottom: 0px; 65 bottom: 0px;
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc); 172 background: #ebebeb -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc);
166 color: #333; 173 color: #333;
167 } 174 }
168 175
169 button[disabled], button[disabled]:hover { 176 button[disabled], button[disabled]:hover {
170 -webkit-box-shadow: none; 177 -webkit-box-shadow: none;
171 background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5); 178 background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
172 border-color: #aaa; 179 border-color: #aaa;
173 color: #888; 180 color: #888;
174 } 181 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698