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

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 | chrome/browser/resources/options2/manage_profile_overlay.html » ('j') | 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)
@@ -18,7 +18,10 @@
width: 38px;
}
-.profile-name-container {
+#create-profile-name-label-container,
+#create-profile-name-input-container,
+#manage-profile-name-label-container,
+#manage-profile-name-input-container {
-webkit-box-align: center;
-webkit-box-orient: horizontal;
-webkit-box-pack: center;
@@ -89,7 +92,7 @@
content: '';
display: block;
height: 1px;
- margin-top: 20px;
+ margin-top: 25px;
width: 100%;
}
@@ -119,6 +122,17 @@
margin-top: 10px;
}
+#create-profile-content > #create-profile-name-input-container,
+#manage-profile-content > #manage-profile-name-input-container {
+ margin-top: 5px;
+}
+
+#create-profile-content > #create-profile-name-label-container,
+#manage-profile-content > #manage-profile-name-label-container {
+ margin-bottom: 5px;
+ margin-top: 10px;
+}
+
.action-area-checkbox-container {
-webkit-box-flex: 1;
}
« no previous file with comments | « no previous file | chrome/browser/resources/options2/manage_profile_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698