Skip to content

Commit

Permalink
Use fixed width for error UI, hide app-splash-launch progress dot
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
}

#account-picker-dot,
#app-launch-splash-dot,
#autolaunch-dot,
#enrollment-dot,
#kiosk-enable-dot,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

#error-message {
max-width: 650px;
width: 650px;
}

.show-with-ui-state-update,
Expand Down

0 comments on commit d72f585

Please sign in to comment.