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

Unified Diff: chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.css

Issue 16103006: Add stub icons for playpen. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge with ToT Created 7 years, 7 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
Index: chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.css
diff --git a/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.css b/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.css
index c9ed4f3a2e50c846e9dce0636d8c9bd3e38bb3d0..29312554cc5f9a9470cd81014b0101175a97ed77 100644
--- a/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.css
+++ b/chrome/browser/resources/chromeos/login/screen_locally_managed_user_creation.css
@@ -5,13 +5,6 @@
* This is the stylesheet used by the Locally managed user creation flow screen.
*/
-.screen-horizontal-splitter {
- background: -webkit-linear-gradient(rgba(128,128,128,0),
- rgba(128,128,128,0.3));
- height: 10px;
- width: 100%;
-}
-
#managed-user-creation-flow {
height: 488px;
padding: 70px 17px 50px;

Powered by Google App Engine
This is Rietveld 408576698