OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 html[dir='rtl'] body.uber-frame > .page { | 5 html[dir='rtl'] body.uber-frame > .page { |
6 -webkit-margin-end: 0; | 6 -webkit-margin-end: 0; |
7 } | 7 } |
8 | 8 |
9 #top-container { | 9 #top-container { |
10 margin-top: 16px; | 10 margin-top: 16px; |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 | 321 |
322 .in-content-pack-passive { | 322 .in-content-pack-passive { |
323 border: 1px solid rgb(155, 224, 163); | 323 border: 1px solid rgb(155, 224, 163); |
324 background-color: rgb(225, 255, 205); | 324 background-color: rgb(225, 255, 205); |
325 color: rgb(148, 148, 148); | 325 color: rgb(148, 148, 148); |
326 } | 326 } |
327 | 327 |
328 /* TODO(sergiu): If this is the final icon replace it with a separate resource. | 328 /* TODO(sergiu): If this is the final icon replace it with a separate resource. |
329 */ | 329 */ |
330 .blocked-indicator { | 330 .blocked-indicator { |
331 background: url(../ssl_roadblock_icon.png) no-repeat; | 331 background: url(../ssl/roadblock_icon.png) no-repeat; |
332 background-size: 30%; | 332 background-size: 30%; |
333 } | 333 } |
334 | 334 |
335 .blocked-indicator .title { | 335 .blocked-indicator .title { |
336 color: rgb(151, 156, 160); | 336 color: rgb(151, 156, 160); |
337 } | 337 } |
338 </if> | 338 </if> |
339 | 339 |
340 #range-previous img { | 340 #range-previous img { |
341 -webkit-transform: scaleX(-1); | 341 -webkit-transform: scaleX(-1); |
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
534 background-image: url(../../../../ui/webui/resources/images/phone_small.png); | 534 background-image: url(../../../../ui/webui/resources/images/phone_small.png); |
535 background-position: 14px center; | 535 background-position: 14px center; |
536 padding-left: 43px; | 536 padding-left: 43px; |
537 } | 537 } |
538 | 538 |
539 #action-menu[data-devicetype='tablet']::before { | 539 #action-menu[data-devicetype='tablet']::before { |
540 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); | 540 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); |
541 background-position: 17px center; | 541 background-position: 17px center; |
542 padding-left: 49px; | 542 padding-left: 49px; |
543 } | 543 } |
OLD | NEW |