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

Unified Diff: chrome/browser/resources/extensions_ui.html

Issue 339073: A bit of polish for the extensions page.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions_ui.html
===================================================================
--- chrome/browser/resources/extensions_ui.html (revision 30386)
+++ chrome/browser/resources/extensions_ui.html (working copy)
@@ -17,7 +17,7 @@
}
div#header {
- margin-bottom: 0.75em;
+ margin-bottom: 1.05em;
overflow: hidden;
padding-bottom: 1.5em;
padding-left: 0;
@@ -49,8 +49,8 @@
background: #ebeff9;
border-top: 1px solid #b5c7de;
font-size: 95%;
- padding-bottom: 3px;
- padding-left: 10px;
+ padding-bottom: 2px;
+ padding-left: 5px;
padding-top: 3px;
width: 100%;
}
@@ -101,7 +101,7 @@
.developer-tools-link {
font-size: 100%;
- margin-right: 9px;
+ margin-right: 3px;
white-space: nowrap;
}
@@ -573,7 +573,7 @@
<div id="extensionTemplate">
<div id="container" class="vbox-container">
- <div id="top" class="wbox" style="padding-right: 10px">
+ <div id="top" class="wbox" style="padding-right: 5px">
<div class="section-header">
<table cellpadding="0" cellspacing="0" width="100%">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698