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

Side by Side Diff: chrome/browser/resources/ntp/apps.css

Issue 3771007: Scroll new apps into view when they are installed. (Closed)
Patch Set: different way to adjust spacing 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/ntp/apps.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Apps */ 1 /* Apps */
2 2
3 #apps-maxiview {
4 padding-bottom: 10px;
5 }
6
3 #apps-content { 7 #apps-content {
4 /* 8 /*
5 Allow one less than the natural number of columns so that there is space for 9 Allow one less than the natural number of columns so that there is space for
6 .app.loner (see below). 10 .app.loner (see below).
7 */ 11 */
8 -webkit-margin-end: 124px; 12 -webkit-margin-end: 124px;
9 } 13 }
10 14
11 .app, 15 .app,
12 .app[new=installed] { 16 .app[new=installed] {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 */ 164 */
161 .app[app-id=web-store-entry].loner { 165 .app[app-id=web-store-entry].loner {
162 position: absolute; 166 position: absolute;
163 right: 0; 167 right: 0;
164 top: 0; 168 top: 0;
165 } 169 }
166 170
167 html[dir=rtl] .app[app-id=web-store-entry].loner { 171 html[dir=rtl] .app[app-id=web-store-entry].loner {
168 left: 0; 172 left: 0;
169 } 173 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/ntp/apps.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698