forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use fixed width for error UI, hide app-splash-launch progress dot
BUG=285923 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/24272004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224143 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
nkostylev@chromium.org
committed
Sep 19, 2013
1 parent
37a8069
commit d72f585
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,6 +98,7 @@ | |
} | ||
|
||
#account-picker-dot, | ||
#app-launch-splash-dot, | ||
#autolaunch-dot, | ||
#enrollment-dot, | ||
#kiosk-enable-dot, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
*/ | ||
|
||
#error-message { | ||
max-width: 650px; | ||
width: 650px; | ||
} | ||
|
||
.show-with-ui-state-update, | ||
|