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

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

Issue 10832075: Create/Manage dialog UI changes for M22 (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 5 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 149057)
+++ chrome/browser/resources/options2/manage_profile_overlay.css (working copy)
@@ -7,7 +7,6 @@
}
.profile-icon-grid-item {
- border: none !important;
height: 31px;
margin: 4px 6px;
padding: 4px;
@@ -19,6 +18,16 @@
width: 38px;
}
+.profile-name-container {
+ -webkit-box-align: center;
+ -webkit-box-orient: horizontal;
+ -webkit-box-pack: center;
+ display: -webkit-box;
+ margin-left: auto;
+ margin-right: auto;
+ width: 50%;
+}
+
#create-profile-name:invalid {
background-color: pink;
}
@@ -73,6 +82,17 @@
padding: 2px;
}
+/* Adds a grey horizontal line below content area */
+#create-profile-content:after,
+#manage-profile-content:after {
+ background: #c0c0c0;
+ content: '';
+ display: block;
+ height: 1px;
+ margin-top: 20px;
+ width: 100%;
+}
+
#create-profile-content > :first-child {
margin-bottom: 10px;
}
@@ -99,27 +119,6 @@
margin-top: 10px;
}
-#create-profile-name-div,
-#manage-profile-name-div {
- -webkit-box-align: center;
- -webkit-box-orient: horizontal;
- -webkit-box-pack: center;
- display: -webkit-box;
- margin-left: auto;
- margin-right: auto;
- width: 50%;
-}
-
-#create-profile-name-label,
-#manage-profile-name-label {
- -webkit-margin-end: 20px;
-}
-
-#create-profile-name,
-#manage-profile-name {
- -webkit-box-flex: 1;
-}
-
.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