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

Side by Side Diff: chrome/browser/resources/print_preview/search/provisional_destination_resolver.css

Issue 1144983002: Introduce concept of provisional destinations to print preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 6 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
OLDNEW
(Empty)
1
2 .usb-permission-ok-button {
3 }
4
5 .usb-permission-cancel-button {
6 }
7
8 .usb-permission-prompt {
9 padding: 30px;
10 width: 340px;
11 }
12
13 .usb-permission-extension-desc {
14 display: flex;
15 }
16
17 .usb-permission-extension-icon {
18 background-position: center;
19 background-repeat: none;
20 height: 24px;
21 width: 24px;
22 }
23
24 .usb-permission-extension-name {
25 flex: 1;
26 line-height: 24px;
27 overflow-wrap: break-word;
28 }
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698