diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-12 04:24:43 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-12 04:24:43 +0000 |
commit | beab38fc69a1a31fb11b2d301ea137fb15575d80 (patch) | |
tree | 218d3614abfbc43ceae47f717e4958b21053e019 /remoting/webapp | |
parent | cdc8a3ed999010e02a7a211fde639826eed2ecb8 (diff) | |
download | chromium_src-beab38fc69a1a31fb11b2d301ea137fb15575d80.zip chromium_src-beab38fc69a1a31fb11b2d301ea137fb15575d80.tar.gz chromium_src-beab38fc69a1a31fb11b2d301ea137fb15575d80.tar.bz2 |
Hide butter-bar if not on the home screen.
This removes from the in-session mode.
Review URL: https://chromiumcodereview.appspot.com/16775007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205722 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp')
-rw-r--r-- | remoting/webapp/main.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html index 2c4d331..97a37e9 100644 --- a/remoting/webapp/main.html +++ b/remoting/webapp/main.html @@ -89,13 +89,15 @@ found in the LICENSE file. </div> </header> - <div id="butter-bar" hidden> - <p> - <span id="butter-bar-message"></span> - <a id="butter-bar-dismiss" href="#"> - <img src="icon_cross.webp" class="close-icon"> - </a> - </p> + <div data-ui-mode="home"> + <div id="butter-bar" hidden> + <p> + <span id="butter-bar-message"></span> + <a id="butter-bar-dismiss" href="#"> + <img src="icon_cross.webp" class="close-icon"> + </a> + </p> + </div> </div> <div data-ui-mode="home" hidden> |