Index: chrome/browser/resources/chromeos/login/screen_app_launch_splash.css |
diff --git a/chrome/browser/resources/chromeos/app_launch/app_launch.css b/chrome/browser/resources/chromeos/login/screen_app_launch_splash.css |
similarity index 71% |
rename from chrome/browser/resources/chromeos/app_launch/app_launch.css |
rename to chrome/browser/resources/chromeos/login/screen_app_launch_splash.css |
index 92a6b0d662cb050092390016e47bddd7a56090df..1ef92e480c27c5105ed6565efa2bbbe3e389d846 100644 |
--- a/chrome/browser/resources/chromeos/app_launch/app_launch.css |
+++ b/chrome/browser/resources/chromeos/login/screen_app_launch_splash.css |
@@ -3,29 +3,14 @@ |
* found in the LICENSE file. |
*/ |
-html, |
-body { |
- height: 100%; |
- margin: 0; |
- overflow: hidden; |
- padding: 0; |
- width: 100%; |
-} |
- |
-#page { |
+#app-launch-splash { |
-webkit-box-align: center; |
-webkit-box-pack: center; |
- /* Delay the login screen for 2 seconds then fade it in. */ |
- -webkit-transition: opacity 1s; |
background: white; |
display: -webkit-box; |
- height: 100%; |
- opacity: 0; |
- position: absolute; |
- width: 100%; |
} |
-#content { |
+#splash-content { |
-webkit-box-align: center; |
-webkit-box-orient: vertical; |
-webkit-box-pack: center; |
@@ -33,7 +18,7 @@ body { |
position: relative; |
} |
-#header { |
+#splash-header { |
-webkit-padding-start: 108px; |
background: left center no-repeat; |
background-size: 96px; |
@@ -44,19 +29,19 @@ body { |
line-height: 96px; |
} |
-#launch-text { |
+#splash-launch-text { |
color: #666; |
font-size: 18px; |
padding-bottom: 50px; |
padding-top: 50px; |
} |
-#spinner { |
+#splash-spinner { |
height: 32px; |
width: 32px; |
} |
-#shortcut-info { |
+#splash-shortcut-info { |
bottom: 50px; |
color: gray; |
left: 0; |