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

Side by Side Diff: chrome/browser/resources/net_internals/export_view.html

Issue 2544263002: Disable save-to-file button until there is some text (Closed)
Patch Set: Created 4 years 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/net_internals/export_view.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <style> 1 <style>
2 2
3 .export-view-explanation-warning {
4 border: 2px solid #e00;
5 }
6
7 #export-view-privacy-warning { 3 #export-view-privacy-warning {
4 border: 1px solid rgb(238, 0, 0);
5 color: rgb(238, 0, 0);
8 padding: 5px; 6 padding: 5px;
9 color: #e00;
10 border: 1px solid #e00;
11 } 7 }
12 8
13 #export-view-save-log-file { 9 #export-view-save-log-file {
14 font-size: 100%; 10 font-size: 100%;
15 font-weight: bold; 11 font-weight: bold;
16 } 12 }
17 13
18 #export-view-user-comments { 14 #export-view-user-comments {
19 max-width: 100%; 15 max-width: 100%;
20 } 16 }
(...skipping 22 matching lines...) Expand all
43 <a href="https://sites.google.com/a/chromium.org/dev/for-testers/providing -network-details" target="_blank"> 39 <a href="https://sites.google.com/a/chromium.org/dev/for-testers/providing -network-details" target="_blank">
44 How to provide data for bug reports 40 How to provide data for bug reports
45 </a> 41 </a>
46 </div> 42 </div>
47 43
48 </div> 44 </div>
49 45
50 <a style="display: none" id=export-view-download-anchor download="net-internal s-log.json"></a> 46 <a style="display: none" id=export-view-download-anchor download="net-internal s-log.json"></a>
51 47
52 </div> 48 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/export_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698