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

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

Issue 13516044: Update conflict ux per updated design.
Left Patch Set: Created 11 years, 7 months ago
Right Patch Set: Update conflict ux per updated design. Created 11 years, 7 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:
Right: Side by side diff | Download
« no previous file with change/comment | « lib/views/juju-inspector.less ('k') | test/test_conflict_ux.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 div.inline { 191 div.inline {
192 float: left; 192 float: left;
193 } 193 }
194 ul.menu { 194 ul.menu {
195 margin: 0; 195 margin: 0;
196 padding: 0; 196 padding: 0;
197 list-style: none; 197 list-style: none;
198 } 198 }
199 .alert { 199 .alert {
200 letter-spacing: normal; 200 letter-spacing: normal;
201 }
202 .clearall {
203 clear: both;
201 } 204 }
202 .hidden { 205 .hidden {
203 display: none; 206 display: none;
204 visibility: hidden; 207 visibility: hidden;
205 } 208 }
206 .divider { 209 .divider {
207 padding: 5px; 210 padding: 5px;
208 } 211 }
209 table tr.highlighted td { 212 table tr.highlighted td {
210 background-color: pink !important; 213 background-color: pink !important;
(...skipping 1733 matching lines...) Expand 10 before | Expand all | Expand 10 after
1944 @import "browser/tabview.less"; 1947 @import "browser/tabview.less";
1945 @import "juju-inspector.less"; 1948 @import "juju-inspector.less";
1946 1949
1947 /** Views **/ 1950 /** Views **/
1948 @import "browser/editorial.less"; 1951 @import "browser/editorial.less";
1949 @import "browser/minimized.less"; 1952 @import "browser/minimized.less";
1950 @import "browser/search.less"; 1953 @import "browser/search.less";
1951 1954
1952 /** Cookies **/ 1955 /** Cookies **/
1953 @import "cookies.less"; 1956 @import "cookies.less";
LEFTRIGHT

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