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

Unified Diff: chrome/browser/resources/certificate_viewer.css

Issue 8461015: UI polish for certificate viewer. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Nit Created 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/certificate_viewer.css
diff --git a/chrome/browser/resources/certificate_viewer.css b/chrome/browser/resources/certificate_viewer.css
index e61eddd200eb5efbdf4030cd1394e1c50db83d38..63019f2f9d913e40aa405b32fc4a8fb2d05798f4 100644
--- a/chrome/browser/resources/certificate_viewer.css
+++ b/chrome/browser/resources/certificate_viewer.css
@@ -2,6 +2,7 @@
body {
bottom: 0;
left: 0;
+ margin: 8px 0 0 0;
position: absolute;
right: 0;
top: 0;
@@ -54,10 +55,6 @@ body {
white-space: pre-wrap;
}
-.controls {
- text-align: end;
-}
-
/* Used so that 100% width within tabpanel will correspond to usable space. */
tabpanel {
position: relative;
@@ -90,7 +87,13 @@ tabpanel {
.section-contents {
-webkit-box-flex: 1;
- border: 1px solid black;
+ border: 1px solid #9e9e9e;
/* Scrolling should be enabled on all tree views and value field. */
overflow: auto;
}
+
+#export {
+ -webkit-margin-start: 1px;
+ margin-bottom: 10px;
+ margin-top: 5px;
+}
« no previous file with comments | « chrome/browser/chromeos/frame/bubble_frame_view.cc ('k') | chrome/browser/resources/certificate_viewer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698