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

Unified Diff: chrome/browser/resources/new_new_tab.css

Issue 3767009: UI changes to support syncing foreign sessions. Changes were largely made to ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebased + comments Created 10 years, 2 months 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 | « no previous file | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.css
===================================================================
--- chrome/browser/resources/new_new_tab.css (revision 63054)
+++ chrome/browser/resources/new_new_tab.css (working copy)
@@ -203,6 +203,42 @@
-webkit-box-orient: horizontal;
}
+.foreign-session-client {
+ float: left;
+ max-width: 114px; /* Selected so that we can fit 5 items in EN-US */
+ font-weight: normal;
+ margin: 0;
+ position: relative;
+}
+
+html[dir=rtl] .foreign-session-client {
+ float: right;
+}
+
+.foreign-session-client > p {
+ display: block;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ font-size: 100%;
+ margin: 0 10px;
+}
+
+#foreign-sessions .nav {
+ max-width: none !important;
+}
+
+.nav > a {
+ /* no icon */
+ padding: 0;
+}
+
+.nav > a:after {
+ content: '\u00bb'; /* raque gets flipped automatically in rtl */
+ font-size: 115%;
+ -webkit-padding-start: 2px;
+}
+
#sync-status > div {
border-radius: 6px;
padding: 5px 0;
« no previous file with comments | « no previous file | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698