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 body.uber-frame > .page.big-topbar-page { | 9 body.uber-frame > .page.big-topbar-page { |
10 padding-top: 78px; | 10 padding-top: 78px; |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 | 292 |
293 html[dir='rtl'] .site-results { | 293 html[dir='rtl'] .site-results { |
294 clear: both; | 294 clear: both; |
295 } | 295 } |
296 | 296 |
297 h2.timeframe { | 297 h2.timeframe { |
298 font-size: 1.5em; | 298 font-size: 1.5em; |
299 } | 299 } |
300 | 300 |
301 .entry .domain { | 301 .entry .domain { |
| 302 -webkit-padding-end: 6px; |
| 303 -webkit-padding-start: 2px; |
302 color: rgb(151, 156, 160); | 304 color: rgb(151, 156, 160); |
303 min-width: -webkit-min-content; | 305 min-width: -webkit-min-content; |
304 overflow: hidden; | 306 overflow: hidden; |
305 padding-left: 6px; | |
306 padding-right: 6px; | |
307 white-space: nowrap; | 307 white-space: nowrap; |
308 } | 308 } |
309 | 309 |
310 .site-results .domain { | 310 .site-results .domain { |
311 display: none; | 311 display: none; |
312 } | 312 } |
313 | 313 |
314 html[dir='rtl'] .number-visits { | 314 html[dir='rtl'] .number-visits { |
315 /* This element contains parentheses, which without the unicode-bidi: embed | 315 /* This element contains parentheses, which without the unicode-bidi: embed |
316 * directive would show up incorrectly (e.g. '(www.google.com (5'). Using | 316 * directive would show up incorrectly (e.g. '(www.google.com (5'). Using |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 .entry .title { | 440 .entry .title { |
441 min-width: 0; | 441 min-width: 0; |
442 overflow: hidden; | 442 overflow: hidden; |
443 text-overflow: ellipsis; | 443 text-overflow: ellipsis; |
444 white-space: nowrap; | 444 white-space: nowrap; |
445 } | 445 } |
446 | 446 |
447 .entry .visit-entry, | 447 .entry .visit-entry, |
448 .site-domain { | 448 .site-domain { |
449 /* Make room for the favicon. */ | 449 /* Make room for the favicon. */ |
450 -webkit-padding-start: 20px; | 450 -webkit-padding-start: 16px; |
451 | 451 |
452 /* Control the favicon appearance. */ | 452 /* Control the favicon appearance. */ |
453 background-position-y: center; | 453 background-position-y: center; |
454 background-repeat: no-repeat; | 454 background-repeat: no-repeat; |
455 background-size: 16px; | 455 background-size: 16px; |
456 } | 456 } |
457 | 457 |
458 html[dir='rtl'] .entry .visit-entry, | 458 html[dir='rtl'] .entry .visit-entry, |
459 html[dir='rtl'] .site-domain { | 459 html[dir='rtl'] .site-domain { |
460 background-position-x: right; | 460 background-position-x: right; |
(...skipping 24 matching lines...) Expand all Loading... |
485 -webkit-transform: rotate(180deg); | 485 -webkit-transform: rotate(180deg); |
486 } | 486 } |
487 | 487 |
488 html .expand .site-domain-arrow { | 488 html .expand .site-domain-arrow { |
489 -webkit-transform: rotate(90deg); | 489 -webkit-transform: rotate(90deg); |
490 } | 490 } |
491 | 491 |
492 .entry .bookmark-section { | 492 .entry .bookmark-section { |
493 -webkit-margin-end: 3px; | 493 -webkit-margin-end: 3px; |
494 -webkit-margin-start: 8px; | 494 -webkit-margin-start: 8px; |
495 background: | 495 background: no-repeat center |
496 url(../../../../ui/webui/resources/images/star_small.png) no-repeat; | 496 url(../../../../ui/webui/resources/images/star_small.png); |
497 border: none; | 497 border: none; |
498 display: inline-block; | 498 display: inline-block; |
499 height: 11px; | 499 height: 15px; |
500 min-width: 15px; | 500 min-width: 15px; |
501 visibility: hidden; | 501 visibility: hidden; |
502 } | 502 } |
503 | 503 |
504 .entry .starred { | 504 .entry .starred { |
505 visibility: visible; | 505 visibility: visible; |
506 } | 506 } |
507 | 507 |
508 .entry .title > a { | 508 .entry .title > a { |
509 color: rgb(48, 57, 66); | 509 color: rgb(48, 57, 66); |
| 510 margin: 2px; |
| 511 padding: 2px; |
510 text-decoration: none; | 512 text-decoration: none; |
511 } | 513 } |
512 | 514 |
513 .entry .title > a.to-be-removed { | 515 .entry .title > a.to-be-removed { |
514 text-decoration: line-through; | 516 text-decoration: line-through; |
515 } | 517 } |
516 | 518 |
517 .entry .title > a:hover { | 519 .entry .title > a:hover { |
518 text-decoration: underline; | 520 text-decoration: underline; |
519 } | 521 } |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
611 background-image: url(../../../../ui/webui/resources/images/phone_small.png); | 613 background-image: url(../../../../ui/webui/resources/images/phone_small.png); |
612 background-position: 14px center; | 614 background-position: 14px center; |
613 padding-left: 43px; | 615 padding-left: 43px; |
614 } | 616 } |
615 | 617 |
616 #action-menu[data-devicetype='tablet']::before { | 618 #action-menu[data-devicetype='tablet']::before { |
617 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); | 619 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); |
618 background-position: 17px center; | 620 background-position: 17px center; |
619 padding-left: 49px; | 621 padding-left: 49px; |
620 } | 622 } |
OLD | NEW |