Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: skin/popup.css

Issue 5183241912844288: Issue 380 - Fixed width of bubble in Safari with long translated texts (Closed)
Left Patch Set: Created April 26, 2014, 1:34 p.m.
Right Patch Set: Addressed comments Created April 30, 2014, 3:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « safari/ext/popup.js ('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 body 1 body
2 { 2 {
3 min-width: 250px; 3 min-width: 250px;
4 margin: 0px; 4 margin: 0px;
5 font-family: Segoe UI, Arial, sans-serif; 5 font-family: Segoe UI, Arial, sans-serif;
6 font-size: 13px; 6 font-size: 13px;
7 color: #545454; 7 color: #545454;
8 background-color: #f8f6f2; 8 background-color: #f8f6f2;
9 background-image: url(background.png); 9 background-image: url(background.png);
10 } 10 }
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 } 276 }
277 277
278 .collapse 278 .collapse
279 { 279 {
280 position: relative; 280 position: relative;
281 padding-right: 25px; 281 padding-right: 25px;
282 } 282 }
283 283
284 .collapse-icon-placeholder 284 .collapse-icon-placeholder
285 { 285 {
286 display: inline-block; 286 display: none;
287 width: 45px; 287 width: 45px;
288 } 288 }
289 289
290 .collapse-icon 290 .collapse-icon
291 { 291 {
292 display: inline-block; 292 display: inline-block;
293 position: absolute; 293 position: absolute;
294 top: 13px; 294 top: 13px;
295 right: 10px; 295 right: 10px;
296 width: 11px; 296 width: 11px;
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 332
333 .checkbox[aria-checked="false"]:hover 333 .checkbox[aria-checked="false"]:hover
334 { 334 {
335 background-position: -34px -49px; 335 background-position: -34px -49px;
336 } 336 }
337 337
338 label 338 label
339 { 339 {
340 vertical-align: middle; 340 vertical-align: middle;
341 } 341 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld