Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Unified Diff: remoting/webapp/me2mom/choice.html

Issue 8511077: Fixed css to make host list prettier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/me2mom/choice.html
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
index 972d4e92b1164ada4973647a22df860dc48a1ccc..8de6ba334e75ada9c055851ce69b5286c47bd0d6 100644
--- a/remoting/webapp/me2mom/choice.html
+++ b/remoting/webapp/me2mom/choice.html
@@ -18,6 +18,7 @@ found in the LICENSE file.
<script src="client_screen.js"></script>
<script src="client_session.js"></script>
<script src="debug_log.js"></script>
+ <script src="home_screen.js"></script>
Wez 2011/11/12 01:12:42 Leak from another CL?
Jamie 2011/11/14 18:28:16 Sort-of. I started refactoring it before realizing
<script src="host_screen.js"></script>
<script src="host_session.js"></script>
<script src="l10n.js"></script>
@@ -145,12 +146,12 @@ found in the LICENSE file.
</tr>
</table>
- <div id="host-list-div" hidden>
+ <div id="host-list-div"
+ class="host-list-container collapsed"
+ hidden>
<img src="dividerbottom.png">
- <h1 i18n-content="HOME_ANYTIME_REMOTE_ACCESS_TITLE"
- class="icon-label">
- </h1>
- <table id="host-list" class="mode-select-table">
+ <h1 i18n-content="HOME_MY_COMPUTERS_TITLE"></h1>
+ <table id="host-list" class="host-list-table">
</table> <!-- host-list -->
</div> <!-- host-list-div -->

Powered by Google App Engine
This is Rietveld 408576698