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

Unified Diff: chrome/browser/resources/quota_internals/main.css

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/certificate_viewer.js ('k') | chrome/browser/resources/shared/css/tabs.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/quota_internals/main.css
diff --git a/chrome/browser/resources/quota_internals/main.css b/chrome/browser/resources/quota_internals/main.css
index 575340613f940158e5809e926bbe0c7682cb5592..7e568ce7bff9552e85ebf8cf75bc550f096cb4d8 100644
--- a/chrome/browser/resources/quota_internals/main.css
+++ b/chrome/browser/resources/quota_internals/main.css
@@ -4,6 +4,11 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
*/
+body {
+ /* Remove body margin as the general tabpanels do not have outer border. */
+ margin: 0;
+}
+
th, td {
padding-left: 0.5em;
padding-right: 0.5em;
« no previous file with comments | « chrome/browser/resources/certificate_viewer.js ('k') | chrome/browser/resources/shared/css/tabs.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698