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

Unified Diff: chrome/browser/policy/resources/enrollment.css

Issue 8436002: [cros] Remove Views implementation for login/OOBE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 9 years, 1 month 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/policy/resources/enrollment.css
diff --git a/chrome/browser/policy/resources/enrollment.css b/chrome/browser/policy/resources/enrollment.css
deleted file mode 100644
index e3c7c49de4c124010ae8a04c0edcc77b68cd7aab..0000000000000000000000000000000000000000
--- a/chrome/browser/policy/resources/enrollment.css
+++ /dev/null
@@ -1,96 +0,0 @@
-body {
- -webkit-user-select: none;
- background-color: #fff;
- margin: 10px 15px;
-}
-
-input[type='button'],
-input[type='submit'] {
- min-height: 26px;
- min-width: 87px;
-}
-
-.stretch {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
-}
-
-.hidden
-[hidden] {
- display: none !important;
-}
-
-#login-info {
- display: inline-block;
- vertical-align: top;
- height: 100%;
- width: 50%;
- box-sizing: border-box;
- padding: 6px;
-}
-
-#login-header {
- margin: 4px 0;
- font-weight: bold;
-}
-
-.login-item {
- position: relative;
- margin: 16px 8px;
- font-size: 0.9em;
-}
-
-.login-item-image {
- position: absolute;
-}
-
-.login-item-content {
- -webkit-margin-start: 52px;
-}
-
-.login-item-header {
- margin: 0 8px 0 0;
- font-weight: bold;
-}
-
-#login-form {
- display: inline-block;
- vertical-align: top;
- height: 100%;
- width: 50%;
-}
-
-#gaia-local-login {
- border: none;
- width: 100%;
- height: 100%;
- vertical-align: top;
-}
-
-#confirmation-header {
- font-size: 1.4em;
- font-weight: bold;
-}
-
-#confirmation-content {
- position: absolute;
- top: 50%;
- height: 1.5em;
- width: 100%;
- margin-top: -.75em;
- text-align: center;
-}
-
-#confirmation-image {
- vertical-align: middle;
-}
-
-#confirmation-footer {
- position: absolute;
- width: 100%;
- bottom: 0;
- text-align: end;
-}
« no previous file with comments | « chrome/browser/policy/enterprise_metrics_enrollment_browsertest.cc ('k') | chrome/browser/policy/resources/enrollment.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698