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

Delta Between Two Patch Sets: skin/desktop-options.css

Issue 29673576: Make new options page compatible with edge (Closed)
Left Patch Set: applied changes Created Jan. 22, 2018, 11:35 a.m.
Right Patch Set: dropped automatically inserted extra line Created Feb. 5, 2018, 9:44 a.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 | « desktop-options.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 /* 1 /*
2 * This file is part of Adblock Plus <https://adblockplus.org/>, 2 * This file is part of Adblock Plus <https://adblockplus.org/>,
3 * Copyright (C) 2006-present eyeo GmbH 3 * Copyright (C) 2006-present eyeo GmbH
4 * 4 *
5 * Adblock Plus is free software: you can redistribute it and/or modify 5 * Adblock Plus is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 3 as 6 * it under the terms of the GNU General Public License version 3 as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
8 * 8 *
9 * Adblock Plus is distributed in the hope that it will be useful, 9 * Adblock Plus is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 html[dir="rtl"] .side-controls button 243 html[dir="rtl"] .side-controls button
244 { 244 {
245 margin-right: 1rem; 245 margin-right: 1rem;
246 } 246 }
247 247
248 .side-controls.wrap button 248 .side-controls.wrap button
249 { 249 {
250 margin: 0.6rem 0rem; 250 margin: 0.6rem 0rem;
251 } 251 }
252 252
253 html:not([dir="rtl"]) .side-controls.wrap buttonn 253 html:not([dir="rtl"]) .side-controls.wrap button
Thomas Greiner 2018/01/22 13:06:38 Typo: Replace "buttonn" with "button"
254 { 254 {
255 margin-left: auto; 255 margin-left: auto;
256 } 256 }
257 257
258 html[dir="rtl"] .side-controls.wrap button 258 html[dir="rtl"] .side-controls.wrap button
259 { 259 {
260 margin-right: auto; 260 margin-right: auto;
261 } 261 }
262 262
263 /* 263 /*
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 561
562 #sidebar, 562 #sidebar,
563 #sidebar .fixed, 563 #sidebar .fixed,
564 [role="tablist"] 564 [role="tablist"]
565 { 565 {
566 width: 14.3rem; 566 width: 14.3rem;
567 } 567 }
568 568
569 #sidebar 569 #sidebar
570 { 570 {
571 flex-shrink: 0; 571 flex-shrink: 0;
Thomas Greiner 2018/01/22 13:06:38 Detail: Interesting that you added some trailing w
572 } 572 }
573 573
574 #sidebar .fixed 574 #sidebar .fixed
575 { 575 {
576 top: 1.2rem; 576 top: 1.2rem;
577 bottom: 0rem; 577 bottom: 0rem;
578 height: auto; 578 height: auto;
579 } 579 }
580 580
581 #sidebar header 581 #sidebar header
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 { 674 {
675 display: flex; 675 display: flex;
676 justify-content: center; 676 justify-content: center;
677 margin: 1rem 0rem; 677 margin: 1rem 0rem;
678 } 678 }
679 679
680 /* This is a stopgap solution of footer overlapping tabs on low resolutions */ 680 /* This is a stopgap solution of footer overlapping tabs on low resolutions */
681 @media (min-height: 37rem) 681 @media (min-height: 37rem)
682 { 682 {
683 #sidebar .fixed 683 #sidebar .fixed
684 { 684 {
685 position: fixed; 685 position: fixed;
686 } 686 }
687 687
688 #sidebar footer 688 #sidebar footer
689 { 689 {
690 bottom: 0px; 690 bottom: 0px;
691 position: absolute; 691 position: absolute;
692 } 692 }
693
Thomas Greiner 2018/01/22 13:06:38 Detail: I assume those three changes were made by
694 } 693 }
695 694
696 /* 695 /*
697 Main content 696 Main content
698 */ 697 */
699 698
700 body[data-tab|="general"] #content-general, 699 body[data-tab|="general"] #content-general,
701 body[data-tab|="advanced"] #content-advanced, 700 body[data-tab|="advanced"] #content-advanced,
702 body[data-tab|="whitelist"] #content-whitelist, 701 body[data-tab|="whitelist"] #content-whitelist,
703 body[data-tab|="help"] #content-help 702 body[data-tab|="help"] #content-help
(...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1592 font-size: 1rem; 1591 font-size: 1rem;
1593 color: #077CA6; 1592 color: #077CA6;
1594 background-color: #E1F2FA; 1593 background-color: #E1F2FA;
1595 } 1594 }
1596 1595
1597 #notification strong 1596 #notification strong
1598 { 1597 {
1599 flex: 1; 1598 flex: 1;
1600 text-align: center; 1599 text-align: center;
1601 } 1600 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld