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

Side by Side Diff: chrome/browser/resources/snippets_internals.css

Issue 2893933002: [NTP] Mobile friendly buttons on snippets internals. (Closed)
Patch Set: clean rebase. Created 3 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
« no previous file with comments | « no previous file | chrome/browser/resources/snippets_internals.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2016 The Chromium Authors. All rights reserved. 1 /* Copyright 2016 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 { 5 html {
6 font-size: 20px; 6 font-size: 20px;
7 } 7 }
8 8
9 #info > div { 9 #info > div {
10 width: 100%; 10 width: 100%;
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 margin-bottom: 0.5em; 71 margin-bottom: 0.5em;
72 } 72 }
73 73
74 #last-json-text { 74 #last-json-text {
75 border: 1px solid black; 75 border: 1px solid black;
76 color: gray; 76 color: gray;
77 font-size: 90%; 77 font-size: 90%;
78 padding: 4px; 78 padding: 4px;
79 word-break: break-all; 79 word-break: break-all;
80 } 80 }
81
82 button {
83 min-height: 30px;
84 }
85
86 .vertical-buttons > button {
87 float: left;
88 margin-right: 5px;
89 max-width: 100px;
90 min-height: 40px;
91 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/snippets_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698