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

Unified Diff: chrome/browser/resources/options2/manage_profile_overlay.css

Issue 10830194: Decreased spacing for "name" label above name input box in create/manage dialog (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 4 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/options2/manage_profile_overlay.css
===================================================================
--- chrome/browser/resources/options2/manage_profile_overlay.css (revision 150179)
+++ chrome/browser/resources/options2/manage_profile_overlay.css (working copy)
@@ -101,6 +101,14 @@
margin-bottom: 10px;
}
+#create-profile-content > :nth-last-child(2) {
James Hawkins 2012/08/07 01:26:34 Hmm, I don't think I'm a fan of this. Which eleme
Halli 2012/08/07 01:29:07 This is the input area for name. I wanted to just
+ margin-top: -5px;
+}
+
+#manage-profile-content > :nth-last-child(2) {
+ margin-top: -5px;
+}
+
#create-profile-content > :last-child {
margin-top: 10px;
}
@@ -109,12 +117,12 @@
margin-top: 10px;
}
-#create-profile-content > :not(:first-child):not(:last-child) {
+#create-profile-content > :not(:first-child):not(:nth-last-child(-n+2)) {
margin-bottom: 10px;
margin-top: 10px;
}
-#manage-profile-content > :not(:first-child):not(:last-child) {
+#manage-profile-content > :not(:first-child):not(:nth-last-child(-n+2)) {
margin-bottom: 10px;
margin-top: 10px;
}
« 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