summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/main.html
diff options
context:
space:
mode:
authorjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-01 19:21:56 +0000
committerjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-01 19:21:56 +0000
commit982acc51088dc88f030238ed0c0c661cf8410cc5 (patch)
treeb3af50c0ee20ff9938f6848c0a4b40be1f36925b /remoting/webapp/main.html
parentf02ad19b216c9287efd47e4b5cf8dbc402cc04a1 (diff)
downloadchromium_src-982acc51088dc88f030238ed0c0c661cf8410cc5.zip
chromium_src-982acc51088dc88f030238ed0c0c661cf8410cc5.tar.gz
chromium_src-982acc51088dc88f030238ed0c0c661cf8410cc5.tar.bz2
Capitalize waiting state messages that form the main content of their dialogs and make them more prominent.
As requested by UX. BUG=None TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10270036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134750 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/main.html')
-rw-r--r--remoting/webapp/main.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
index c7c7d56..c1ecaed 100644
--- a/remoting/webapp/main.html
+++ b/remoting/webapp/main.html
@@ -230,12 +230,14 @@ found in the LICENSE file.
<div data-ui-mode="home.host-setup.processing"
class="waiting-container"
hidden>
- <span class="waiting" id="host-setup-processing-message"></span>
+ <span class="waiting prominent"
+ id="host-setup-processing-message">
+ </span>
</div>
<div data-ui-mode="home.host-setup.done" hidden>
<div id="host-setup-done-message" class="message"></div>
<div id="host-setup-done-message-2" class="message"></div>
- <div class="button-row">
+ <div class="button-row">
<div class="box-spacer"></div>
<button id="host-config-done-dismiss" i18n-content="OK"></button>
</div>
@@ -372,7 +374,8 @@ found in the LICENSE file.
</div> <!-- client.unconnected -->
<div data-ui-mode="home.client.connecting" class="waiting-container">
- <span class="waiting" i18n-content="FOOTER_WAITING"></span>
+ <span class="waiting prominent"
+ i18n-content="FOOTER_CONNECTING"></span>
<div class="box-spacer"></div>
<button id="cancel-connect-button" i18n-content="CANCEL"></button>
</div> <!-- client.connecting -->