Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(24)

Delta Between Two Patch Sets: lib/views/stylesheet.less

Issue 13772043: Add support for export via icon.
Left Patch Set: Created 11 years, 6 months ago
Right Patch Set: Add support for export via icon. Created 11 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « app/index.html ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 /* 1 /*
2 2
3 General CSS Notes 3 General CSS Notes
4 ================= 4 =================
5 5
6 z-indexes 6 z-indexes
7 ---------- 7 ----------
8 The rule of thumb for the z-index values to use is setup below 8 The rule of thumb for the z-index values to use is setup below
9 9
10 - Ground level: < 100 is for things that are flat on the surface without 10 - Ground level: < 100 is for things that are flat on the surface without
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 } 341 }
342 #environment-switcher { 342 #environment-switcher {
343 float: left; 343 float: left;
344 height: 47px; 344 height: 47px;
345 padding: 25px 0 0 10px; 345 padding: 25px 0 0 10px;
346 } 346 }
347 .nav { 347 .nav {
348 float: right; 348 float: right;
349 margin: 0; 349 margin: 0;
350 350
351 » #import-icon { 351 » .import-export {
jeff.pihach 2013/09/19 02:45:48 to match the class in index.html
352 » » cursor: pointer;
353 » }
354 » #import-trigger {
352 padding: 25px 5px 0 0; 355 padding: 25px 5px 0 0;
jeff.pihach 2013/09/19 02:45:48 should add: cursor: pointer; to both icons
356 /* XXX bac: remove the hiding when import is implemented. */
357 display: none;
353 } 358 }
354 » #export-icon { 359 » #export-trigger {
jeff.pihach 2013/09/19 02:45:48 same as above
355 padding: 25px 10px 0 5px; 360 padding: 25px 10px 0 5px;
356 } 361 }
357 362
358 li, 363 li,
359 li a { 364 li a {
360 color: #fff; 365 color: #fff;
361 } 366 }
362 & > li { 367 & > li {
363 .type13; 368 .type13;
364 height: 50px; 369 height: 50px;
(...skipping 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 @import "browser/tabview.less"; 1981 @import "browser/tabview.less";
1977 @import "juju-inspector.less"; 1982 @import "juju-inspector.less";
1978 1983
1979 /** Views **/ 1984 /** Views **/
1980 @import "browser/editorial.less"; 1985 @import "browser/editorial.less";
1981 @import "browser/minimized.less"; 1986 @import "browser/minimized.less";
1982 @import "browser/search.less"; 1987 @import "browser/search.less";
1983 1988
1984 /** Cookies **/ 1989 /** Cookies **/
1985 @import "cookies.less"; 1990 @import "cookies.less";
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b