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

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

Issue 8587050: Implement rename and delete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 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 | Annotate | Revision Log
« no previous file with comments | « remoting/resources/icon_pencil.png ('k') | remoting/webapp/me2mom/choice.html » ('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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 103
104 .choice-footer { 104 .choice-footer {
105 font-size: 14px; 105 font-size: 14px;
106 } 106 }
107 107
108 .choice-panel { 108 .choice-panel {
109 margin-top: 17px; 109 margin-top: 17px;
110 padding-bottom: 20px; 110 padding-bottom: 20px;
111 } 111 }
112 112
113 .clickable {
114 cursor: pointer;
115 }
116
113 .description { 117 .description {
114 margin-bottom: 25px; 118 margin-bottom: 25px;
115 } 119 }
116 120
117 .error-state { 121 .error-state {
118 background-image: url('icon_warning.png'); 122 background-image: url('icon_warning.png');
119 background-repeat: no-repeat; 123 background-repeat: no-repeat;
120 background-position: top __MSG_@@bidi_start_edge__; 124 background-position: top __MSG_@@bidi_start_edge__;
121 padding-__MSG_@@bidi_start_edge__: 30px; 125 padding-__MSG_@@bidi_start_edge__: 30px;
122 padding-top: 3px; 126 padding-top: 3px;
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 margin-__MSG_@@bidi_start_edge__: 30px; 198 margin-__MSG_@@bidi_start_edge__: 30px;
195 width: 610px; /* width + margin = body width */ 199 width: 610px; /* width + margin = body width */
196 border-spacing: 0; 200 border-spacing: 0;
197 } 201 }
198 202
199 .host-list-row { 203 .host-list-row {
200 height: 50px; 204 height: 50px;
201 color: black; 205 color: black;
202 } 206 }
203 207
204 .host-list-row, .host-list-row td {
205 -webkit-transition: all 0.5s;
206 }
207
208 .host-list-row td { 208 .host-list-row td {
209 border-bottom: 1px solid transparent; 209 border-bottom: 1px solid transparent;
210 border-top: 1px solid transparent; 210 border-top: 1px solid transparent;
211 } 211 }
212 212
213 .host-list-row:hover { 213 .host-list-row:hover {
214 background-color: #e7eef2; 214 background-color: #e7eef2;
215 } 215 }
216 216
217 .host-list-rename-icon, .host-list-remove-icon {
218 opacity: 0;
219 }
220
221 .host-list-row:hover .host-list-rename-icon {
222 opacity: 0.8;
223 }
224
225 .host-list-row:hover .host-list-remove-icon {
226 opacity: 0.3;
227 }
228
229 .host-list-edit:hover .host-list-rename-icon {
230 opacity: 1;
231 }
232
233 .host-list-edit:hover .host-list-remove-icon {
234 opacity: 0.5;
235 }
236
217 .host-list-row:hover td { 237 .host-list-row:hover td {
218 border-bottom: 1px solid #c6c6c6; 238 border-bottom: 1px solid #c6c6c6;
219 border-top: 1px solid #c6c6c6; 239 border-top: 1px solid #c6c6c6;
220 } 240 }
221 241
222 .host-list-row-end { 242 .host-list-row-end {
223 padding-__MSG_@@bidi_end_edge__: 10px; 243 padding-__MSG_@@bidi_end_edge__: 10px;
224 } 244 }
225 245
226 .host-list-row-start { 246 .host-list-row-start {
227 padding-__MSG_@@bidi_start_edge__: 10px; 247 padding-__MSG_@@bidi_start_edge__: 10px;
228 } 248 }
229 249
230 .host-offline { 250 .host-offline {
231 color: #a9a9a9; 251 color: #a9a9a9;
232 } 252 }
233 253
234 .host-offline img { 254 .host-offline .host-list-main-icon {
235 opacity: 0.5; 255 opacity: 0.5;
236 } 256 }
237 257
238 .small-print { 258 .small-print {
239 font-size: 13px; 259 font-size: 13px;
240 color: #AAA; 260 color: #AAA;
241 } 261 }
242 262
243 .top-primary { 263 .top-primary {
244 font-size: 14px; 264 font-size: 14px;
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 #session-client-plugin { 355 #session-client-plugin {
336 margin: 0 0 -4px 0; 356 margin: 0 0 -4px 0;
337 } 357 }
338 358
339 #toggle-scaling { 359 #toggle-scaling {
340 margin: 1px 0 0 0; 360 margin: 1px 0 0 0;
341 padding: 1px; 361 padding: 1px;
342 min-width: 0; 362 min-width: 0;
343 line-height: 0; 363 line-height: 0;
344 } 364 }
OLDNEW
« no previous file with comments | « remoting/resources/icon_pencil.png ('k') | remoting/webapp/me2mom/choice.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698