summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authoryoshiki@chromium.org <yoshiki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-19 19:47:05 +0000
committeryoshiki@chromium.org <yoshiki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-19 19:47:05 +0000
commit8354e1e3eef51065e7fe74c3eb52b89e648b6416 (patch)
treef97c0c8934c32b6ab55daca4a0b2a5acef0a6764 /chrome
parent65c676922fc0de8f01e40a8c20ecd9d97c527b4a (diff)
downloadchromium_src-8354e1e3eef51065e7fe74c3eb52b89e648b6416.zip
chromium_src-8354e1e3eef51065e7fe74c3eb52b89e648b6416.tar.gz
chromium_src-8354e1e3eef51065e7fe74c3eb52b89e648b6416.tar.bz2
WebUI TaskManager: Polish UI
* Put the text of "Page" column on the middle vertically. * Make The text in the columns like up with the headers vertically. * Add padding to the button and 'stats for nerds'. * Use the font Segoe UI 12px on Windows. * Make the 'stats for nerds' link have color #1155CC. BUG=99029 TEST=manual Review URL: http://codereview.chromium.org/8346012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106353 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/resources/shared/css/table.css2
-rw-r--r--chrome/browser/resources/task_manager/task_manager.css15
2 files changed, 11 insertions, 6 deletions
diff --git a/chrome/browser/resources/shared/css/table.css b/chrome/browser/resources/shared/css/table.css
index 96ce7b7..bdf5e14 100644
--- a/chrome/browser/resources/shared/css/table.css
+++ b/chrome/browser/resources/shared/css/table.css
@@ -46,7 +46,7 @@ list > [selected]:hover {
.table-row-cell > * {
overflow: hidden;
- margin: 0 10px;
+ margin: 0 7px;
text-overflow: ellipsis;
white-space: nowrap;
}
diff --git a/chrome/browser/resources/task_manager/task_manager.css b/chrome/browser/resources/task_manager/task_manager.css
index 8b39fec..cc8fc04 100644
--- a/chrome/browser/resources/task_manager/task_manager.css
+++ b/chrome/browser/resources/task_manager/task_manager.css
@@ -14,8 +14,8 @@ body {
-webkit-box-orient: vertical;
-webkit-user-select: none;
display: -webkit-box;
- font-family: sans-serif;
- font-size: 13px;
+ font-family: segoe ui, arial, helvetica, sans-serif;
+ font-size: 12px;
height: 100%;
min-height: 150px;
position: absolute;
@@ -120,8 +120,8 @@ body {
}
.detail-title-text {
- height: 18px;
- padding: 1px;
+ height: 20px;
+ padding-left: 1px;
}
/* Entire Table (including column header). */
@@ -150,6 +150,11 @@ body {
text-align: left;
}
+#about-memory-link {
+ padding-left: 2px;
+ color: #1155CC;
+}
+
/* Container for the ok/cancel buttons. */
.footer-right-container {
-webkit-box-flex: 1;
@@ -157,6 +162,6 @@ body {
}
button {
- margin: 2px;
+ margin: 2px 0 2px 8px;
padding: 1px 6px;
}