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

Side by Side Diff: chrome/browser/resources/md_history/shared_style.html

Issue 1952283002: [MD History] Move Clear Browsing Data button to sidebar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_cbd
Patch Set: address comments Created 4 years, 7 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
1 <dom-module id="shared-style"> 1 <dom-module id="shared-style">
2 <template> 2 <template>
3 <style> 3 <style>
4 :root { 4 :root {
5 --card-border-color: rgba(0, 0, 0, 0.14); 5 --card-border-color: rgba(0, 0, 0, 0.14);
6 --card-max-width: 960px; 6 --card-max-width: 960px;
7 --card-min-width: 500px; 7 --card-min-width: 500px;
8 --card-padding-side: 24px; 8 --card-padding-side: 24px;
9 --first-card-padding-top: 40px; 9 --first-card-padding-top: 40px;
10 --side-bar-width: 200px; 10 --side-bar-width: 256px;
11 } 11 }
12 12
13 [hidden] { 13 [hidden] {
14 display: none !important; 14 display: none !important;
15 } 15 }
16 16
17 .card-title { 17 .card-title {
18 @apply(--layout-center); 18 @apply(--layout-center);
19 @apply(--layout-horizontal); 19 @apply(--layout-horizontal);
20 -webkit-padding-start: 20px; 20 -webkit-padding-start: 20px;
(...skipping 29 matching lines...) Expand all
50 text-overflow: ellipsis; 50 text-overflow: ellipsis;
51 white-space: nowrap; 51 white-space: nowrap;
52 } 52 }
53 53
54 .website-title:hover { 54 .website-title:hover {
55 text-decoration: underline; 55 text-decoration: underline;
56 } 56 }
57 </style> 57 </style>
58 </template> 58 </template>
59 </dom-module> 59 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/history_toolbar.js ('k') | chrome/browser/resources/md_history/side_bar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698