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

Unified Diff: chrome/browser/resources/options/options_page.css

Issue 6359011: DOMUI Prefs: Miscellaneous style tweaks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 | « chrome/browser/resources/options/browser_options_page.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index fce82934daa8a87dcde19850e6cf6fc2534ccbe2..fef6d6f3d0ab466a7ee2a300c7edb7648ec94852 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -226,7 +226,7 @@ html[hide-menu=true] #mainview {
}
.subpage-sheet {
- -webkit-box-shadow: #666 0px 3px 5px;
+ -webkit-box-shadow: #666 0px 2px 5px;
background-color: white;
border: 1px solid #b8b8b8;
border-radius: 2px;
@@ -289,7 +289,8 @@ html[hide-menu=true] #mainview {
}
.page list {
- min-height: 200px;
+ /* Min height is a multiple of the list item height (32) */
+ min-height: 192px;
}
section {
@@ -446,6 +447,7 @@ list .close-button {
/* TODO(stuartmorgan): Replace with real images once they are available. */
background-image: url("../../../app/theme/close_bar.png");
border: none;
+ display: block;
height: 16px;
opacity: 1;
width: 16px;
@@ -606,7 +608,7 @@ select {
font-size: inherit;
margin: 0;
overflow: hidden;
- padding: 2px 20px 2px 12px;
+ padding: 2px 20px 2px 5px;
text-overflow: ellipsis;
white-space: nowrap;
}
« no previous file with comments | « chrome/browser/resources/options/browser_options_page.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698