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

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

Issue 8509033: WebUI TaskManager: small UI fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: to be commited. 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/task_manager/includes.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/task_manager/task_manager.css
diff --git a/chrome/browser/resources/task_manager/task_manager.css b/chrome/browser/resources/task_manager/task_manager.css
index cc8fc04e61588d2f5ae58859c82ac6f1f6d40d30..871ab3288745bb44bc42bb19db351c8c08e3cc24 100644
--- a/chrome/browser/resources/task_manager/task_manager.css
+++ b/chrome/browser/resources/task_manager/task_manager.css
@@ -9,6 +9,10 @@
padding: 0;
}
+html {
+ overflow: hidden;
+}
+
/* Outer frame of the dialog. */
body {
-webkit-box-orient: vertical;
@@ -40,7 +44,7 @@ body {
border: 1px #aaa solid;
border-radius: 3px;
display: -webkit-box;
- margin: 4px;
+ margin: 4px 4px 2px;
}
/* Column text containers. */
@@ -139,7 +143,7 @@ body {
/* Container for footer area. */
.dialog-footer {
display: -webkit-box;
- margin: 4px;
+ margin: 2px 4px 4px;
}
/* Container for the ok/cancel buttons. */
@@ -163,5 +167,4 @@ body {
button {
margin: 2px 0 2px 8px;
- padding: 1px 6px;
}
« no previous file with comments | « chrome/browser/resources/task_manager/includes.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698