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

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: Removed accidental script tag. 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
« no previous file with comments | « remoting/webapp/me2mom/choice.css ('k') | remoting/webapp/me2mom/client_screen.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/choice.html
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
index 972d4e92b1164ada4973647a22df860dc48a1ccc..5035c64ab9b63e13135fcd95e800efdb9c434cf4 100644
--- a/remoting/webapp/me2mom/choice.html
+++ b/remoting/webapp/me2mom/choice.html
@@ -145,12 +145,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 -->
« no previous file with comments | « remoting/webapp/me2mom/choice.css ('k') | remoting/webapp/me2mom/client_screen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698