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

Side by Side Diff: chrome/browser/resources/certificate_viewer.html

Issue 8479042: UI polish for certificate viewer (Closed) Base URL: /usr/local/google/home/bshe/NoTouchChromium/../TouchChromium/src/@trunk
Patch Set: Edit comments. Created 9 years, 1 month 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 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title id="title"></title> 5 <title id="title"></title>
6 <link rel="stylesheet" href="certificate_viewer.css"> 6 <link rel="stylesheet" href="certificate_viewer.css">
7 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 7 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
8 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 8 <link rel="stylesheet" href="chrome://resources/css/tree.css">
9 <script src="strings.js"></script> 9 <script src="strings.js"></script>
10 <script src="chrome://resources/css/tree.css.js"></script> 10 <script src="chrome://resources/css/tree.css.js"></script>
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 icon-visibility='hidden'></tree> 103 icon-visibility='hidden'></tree>
104 </div> 104 </div>
105 <div id="cert-field-value-section" class="vertical-box"> 105 <div id="cert-field-value-section" class="vertical-box">
106 <span class="title" i18n-content="certFieldVal"></span> 106 <span class="title" i18n-content="certFieldVal"></span>
107 <div id="cert-field-value" class="section-contents"></div> 107 <div id="cert-field-value" class="section-contents"></div>
108 <button id="export" i18n-content="export"></button> 108 <button id="export" i18n-content="export"></button>
109 </div> 109 </div>
110 </tabpanel> 110 </tabpanel>
111 </tabpanels> 111 </tabpanels>
112 </tabbox> 112 </tabbox>
113 <div class="controls">
114 <button id="close" i18n-content="close"></button>
115 </div>
116 </div> 113 </div>
117 </body> 114 </body>
118 </html> 115 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/certificate_viewer.css ('k') | chrome/browser/resources/certificate_viewer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698