diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-07 21:07:36 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-07 21:07:36 +0000 |
commit | d451cdfa5dbe866de6f71d26d51d17de5b09efd0 (patch) | |
tree | 994637d66d3936654ced5f90a72ef9de5ae8090a /remoting | |
parent | 4fcb9753d04486ef65e329c64e13a6fa5435afa5 (diff) | |
download | chromium_src-d451cdfa5dbe866de6f71d26d51d17de5b09efd0.zip chromium_src-d451cdfa5dbe866de6f71d26d51d17de5b09efd0.tar.gz chromium_src-d451cdfa5dbe866de6f71d26d51d17de5b09efd0.tar.bz2 |
Move the web-app description into the IT2Me section.
(and use a more sensible way of setting the colour).
BUG=None
TEST=Manual
Review URL: https://chromiumcodereview.appspot.com/10388009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135719 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/main.css | 5 | ||||
-rw-r--r-- | remoting/webapp/main.html | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css index d318f00..2d05b1c 100644 --- a/remoting/webapp/main.css +++ b/remoting/webapp/main.css @@ -262,7 +262,7 @@ html { cursor: default; } -section, #webapp-description { +section { width: 690px; margin: 30px auto; } @@ -538,7 +538,8 @@ button { } #webapp-description { - opacity: 0.8; + color: #666; + margin-top: 10px; } #why-is-this-safe { diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html index e52eaa7..7a2e640 100644 --- a/remoting/webapp/main.html +++ b/remoting/webapp/main.html @@ -80,9 +80,6 @@ found in the LICENSE file. </header> <div data-ui-mode="home" hidden> - <p id="webapp-description" - i18n-content="DESCRIPTION_HOME" - i18n-value-1="<a href='https://chrome.google.com/remotedesktop'>chrome.google.com/remotedesktop</a>"></p> <section> <h2 i18n-content="MODE_IT2ME"></h2> @@ -97,6 +94,9 @@ found in the LICENSE file. </div> </div> <div id="it2me-content"> + <p id="webapp-description" + i18n-content="DESCRIPTION_HOME" + i18n-value-1="<a href='https://chrome.google.com/remotedesktop'>chrome.google.com/remotedesktop</a>"></p> <div> <div class="section-row"> <div class="box-spacer"> |