| 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;
|
| -}
|
|
|