Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2014 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 body { | 5 body { |
| 6 -webkit-user-select: none; | 6 -webkit-user-select: none; |
| 7 font-size: 84%; | 7 font-size: 84%; |
| 8 margin: 0; | 8 margin: 0; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 183 } | 183 } |
| 184 | 184 |
| 185 .gallery[tools]:not([slideshow]) > .header, | 185 .gallery[tools]:not([slideshow]) > .header, |
| 186 .gallery[tools]:not([slideshow]) > .toolbar { | 186 .gallery[tools]:not([slideshow]) > .toolbar { |
| 187 opacity: 1; | 187 opacity: 1; |
| 188 pointer-events: auto; | 188 pointer-events: auto; |
| 189 } | 189 } |
| 190 | 190 |
| 191 /* Hide immediately when entering the slideshow. */ | 191 /* Hide immediately when entering the slideshow. */ |
| 192 .gallery[tools][slideshow] > .toolbar { | 192 .gallery[tools][slideshow] > .toolbar { |
| 193 transition-duration: 0; | 193 transition-duration: 0ms; |
| 194 } | 194 } |
| 195 | 195 |
| 196 .gallery[tools][locked] > .toolbar { | 196 .gallery[tools][locked] > .toolbar { |
| 197 pointer-events: none; | 197 pointer-events: none; |
| 198 } | 198 } |
| 199 | 199 |
| 200 .gallery .arrow-box { | 200 .gallery .arrow-box { |
| 201 -webkit-box-align: center; | 201 -webkit-box-align: center; |
| 202 -webkit-box-orient: horizontal; | 202 -webkit-box-orient: horizontal; |
| 203 -webkit-box-pack: center; | 203 -webkit-box-pack: center; |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 287 min-width: 140px; | 287 min-width: 140px; |
| 288 overflow: hidden; | 288 overflow: hidden; |
| 289 position: relative; | 289 position: relative; |
| 290 width: 252px; | 290 width: 252px; |
| 291 } | 291 } |
| 292 | 292 |
| 293 .gallery .filename-spacer > * { | 293 .gallery .filename-spacer > * { |
| 294 background-color: transparent; | 294 background-color: transparent; |
| 295 overflow: hidden; | 295 overflow: hidden; |
| 296 position: absolute; | 296 position: absolute; |
| 297 transition: visibility 0 linear 180ms, all 180ms linear; | 297 transition: visibility 0ms linear 180ms, all 180ms linear; |
|
Dan Beam
2015/02/04 18:09:27
ambiguous
arv (Not doing code reviews)
2015/02/04 20:37:37
same
| |
| 298 width: 260px; | 298 width: 260px; |
| 299 } | 299 } |
| 300 | 300 |
| 301 .gallery .filename-spacer * { | 301 .gallery .filename-spacer * { |
| 302 color: white; | 302 color: white; |
| 303 } | 303 } |
| 304 | 304 |
| 305 .gallery .filename-spacer .namebox { | 305 .gallery .filename-spacer .namebox { |
| 306 height: 22px; | 306 height: 22px; |
| 307 top: 15px; | 307 top: 15px; |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 433 /* Thumbnails */ | 433 /* Thumbnails */ |
| 434 | 434 |
| 435 .gallery .ribbon-spacer { | 435 .gallery .ribbon-spacer { |
| 436 height: 55px; | 436 height: 55px; |
| 437 margin-bottom: -55px; | 437 margin-bottom: -55px; |
| 438 } | 438 } |
| 439 | 439 |
| 440 .gallery .toolbar .ribbon { | 440 .gallery .toolbar .ribbon { |
| 441 height: 100%; | 441 height: 100%; |
| 442 overflow: hidden; | 442 overflow: hidden; |
| 443 transition: opacity 180ms linear, visibility 0 linear; | 443 transition: opacity 180ms linear, visibility 0ms linear; |
|
Dan Beam
2015/02/04 18:09:27
ambiguous
| |
| 444 z-index: 0; | 444 z-index: 0; |
| 445 } | 445 } |
| 446 | 446 |
| 447 .gallery[editing] .toolbar .ribbon { | 447 .gallery[editing] .toolbar .ribbon { |
| 448 opacity: 0; | 448 opacity: 0; |
| 449 transition-delay: 0, 180ms; | 449 transition-delay: 0ms, 180ms; |
| 450 visibility: hidden; | 450 visibility: hidden; |
| 451 } | 451 } |
| 452 | 452 |
| 453 .gallery .ribbon-image { | 453 .gallery .ribbon-image { |
| 454 border: 2px solid rgba(255, 255, 255, 0); /* transparent white */ | 454 border: 2px solid rgba(255, 255, 255, 0); /* transparent white */ |
| 455 cursor: pointer; | 455 cursor: pointer; |
| 456 display: inline-block; | 456 display: inline-block; |
| 457 height: 47px; | 457 height: 47px; |
| 458 margin: 2px; | 458 margin: 2px; |
| 459 overflow: hidden; | 459 overflow: hidden; |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 511 | 511 |
| 512 .gallery .edit-bar-spacer { | 512 .gallery .edit-bar-spacer { |
| 513 -webkit-box-align: center; | 513 -webkit-box-align: center; |
| 514 -webkit-box-orient: horizontal; | 514 -webkit-box-orient: horizontal; |
| 515 -webkit-box-pack: center; | 515 -webkit-box-pack: center; |
| 516 display: -webkit-box; | 516 display: -webkit-box; |
| 517 height: 100%; | 517 height: 100%; |
| 518 left: 280px; | 518 left: 280px; |
| 519 opacity: 0; | 519 opacity: 0; |
| 520 right: 280px; | 520 right: 280px; |
| 521 transition: opacity 180ms linear, visibility 0 linear 180ms; | 521 transition: opacity 180ms linear, visibility 0ms linear 180ms; |
|
Dan Beam
2015/02/04 18:09:27
ambiguous
arv (Not doing code reviews)
2015/02/04 20:37:37
same
| |
| 522 visibility: hidden; | 522 visibility: hidden; |
| 523 margin-bottom: -55px; | 523 margin-bottom: -55px; |
| 524 } | 524 } |
| 525 | 525 |
| 526 .gallery .toolbar .edit-main { | 526 .gallery .toolbar .edit-main { |
| 527 -webkit-box-orient: horizontal; | 527 -webkit-box-orient: horizontal; |
| 528 -webkit-box-pack: center; | 528 -webkit-box-pack: center; |
| 529 color: white; | 529 color: white; |
| 530 display: -webkit-box; | 530 display: -webkit-box; |
| 531 height: 55px; | 531 height: 55px; |
| (...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1356 background-color: rgba(255, 0, 0, 0.3); | 1356 background-color: rgba(255, 0, 0, 0.3); |
| 1357 } | 1357 } |
| 1358 | 1358 |
| 1359 .debug-me .load-target-external-metadata::before { | 1359 .debug-me .load-target-external-metadata::before { |
| 1360 background-color: rgba(0, 255, 0, 0.3); | 1360 background-color: rgba(0, 255, 0, 0.3); |
| 1361 } | 1361 } |
| 1362 | 1362 |
| 1363 .debug-me .load-target-file-entry::before { | 1363 .debug-me .load-target-file-entry::before { |
| 1364 background-color: rgba(0, 0, 255, 0.3); | 1364 background-color: rgba(0, 0, 255, 0.3); |
| 1365 } | 1365 } |
| OLD | NEW |