OLD | NEW |
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-2015 Eyeo GmbH | 3 * Copyright (C) 2006-2015 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 padding: 14px 0px; | 337 padding: 14px 0px; |
338 -webkit-padding-start: 16px; | 338 -webkit-padding-start: 16px; |
339 -moz-padding-start: 16px; | 339 -moz-padding-start: 16px; |
340 } | 340 } |
341 | 341 |
342 .table.list li .display | 342 .table.list li .display |
343 { | 343 { |
344 flex: 1; | 344 flex: 1; |
345 } | 345 } |
346 | 346 |
347 .table.list li:nth-child(odd) | 347 .table.list li:nth-child(odd), |
| 348 .table.cols li:nth-child(even), |
| 349 .table li.empty-placeholder |
348 { | 350 { |
349 background-color: #F5F5F5; | 351 background-color: #F5F5F5; |
350 } | 352 } |
351 | |
352 .table.cols li:nth-child(even) | |
353 { | |
354 background-color: #F5F5F5; | |
355 } | |
356 | 353 |
357 .table label | 354 .table label |
358 { | 355 { |
359 vertical-align: top; | 356 vertical-align: top; |
360 } | 357 } |
361 | 358 |
362 .table.cols span | 359 .table.cols span |
363 { | 360 { |
364 display: inline-block; | 361 display: inline-block; |
365 width: 30%; | 362 width: 30%; |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
578 { | 575 { |
579 width: 100%; | 576 width: 100%; |
580 } | 577 } |
581 | 578 |
582 #whitelisting .controls | 579 #whitelisting .controls |
583 { | 580 { |
584 -moz-padding-start: 12px; | 581 -moz-padding-start: 12px; |
585 -webkit-padding-start: 12px; | 582 -webkit-padding-start: 12px; |
586 } | 583 } |
587 | 584 |
| 585 #whitelisting .controls.mode-edit > button, |
| 586 #whitelisting .controls:not(.mode-edit) > div |
| 587 { |
| 588 display: none; |
| 589 } |
| 590 |
588 #whitelisting .controls input[type="text"] | 591 #whitelisting .controls input[type="text"] |
589 { | 592 { |
590 border: 0px; | 593 border: 0px; |
591 border-bottom: 1px solid #A1A1A1; | 594 border-bottom: 1px solid #A1A1A1; |
592 -moz-padding-end: 25px; | 595 -moz-padding-end: 25px; |
593 -webkit-padding-end: 25px; | 596 -webkit-padding-end: 25px; |
594 -moz-margin-start: 14px; | 597 -moz-margin-start: 14px; |
595 -webkit-margin-start: 14px; | 598 -webkit-margin-start: 14px; |
596 outline: 0px; | 599 outline: 0px; |
597 padding-bottom: 5px; | 600 padding-bottom: 5px; |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1099 #other-language .button-add::before | 1102 #other-language .button-add::before |
1100 { | 1103 { |
1101 display: none; | 1104 display: none; |
1102 } | 1105 } |
1103 | 1106 |
1104 #other-language .display | 1107 #other-language .display |
1105 { | 1108 { |
1106 -webkit-margin-start: 10px; | 1109 -webkit-margin-start: 10px; |
1107 -moz-margin-start: 10px; | 1110 -moz-margin-start: 10px; |
1108 } | 1111 } |
OLD | NEW |