DOMUI Prefs: Small style fixes for Basics page.

- Adds spacing under the header on all subpages (preventing, e.g., lists from abutting the header underline)
- Aligns the "Add" button to the left edge of the list above it, and adds space between the two.
- Fixes the left-side padding of the new <select> style.

BUG=None
TEST=Spacing on startup page manager subpage should be better.

Review URL: http://codereview.chromium.org/6299011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71869 0039d316-1c4b-4281-b951-d872f2087c98
parent a0089bf7
...@@ -74,3 +74,8 @@ ...@@ -74,3 +74,8 @@
position: absolute; position: absolute;
bottom: 18px; bottom: 18px;
} }
#startupAddButton {
margin-left: 0;
margin-top: 10px;
}
...@@ -277,6 +277,7 @@ html[hide-menu=true] #mainview { ...@@ -277,6 +277,7 @@ html[hide-menu=true] #mainview {
.subpage-sheet .page h1 { .subpage-sheet .page h1 {
padding-top: 4px; padding-top: 4px;
margin-bottom: 10px;
} }
section { section {
...@@ -587,7 +588,7 @@ select { ...@@ -587,7 +588,7 @@ select {
font-size: inherit; font-size: inherit;
margin: 0; margin: 0;
overflow: hidden; overflow: hidden;
padding: 2px 20px 2px 3px; padding: 2px 20px 2px 12px;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment