Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1053 #dialog-body button | 1053 #dialog-body button |
1054 { | 1054 { |
1055 background-color: #F5F5F5; | 1055 background-color: #F5F5F5; |
1056 border: none; | 1056 border: none; |
1057 color: #3A7BA6; | 1057 color: #3A7BA6; |
1058 cursor: pointer; | 1058 cursor: pointer; |
1059 display: block; | 1059 display: block; |
1060 font-family: inherit; | 1060 font-family: inherit; |
1061 margin-top: 8px; | 1061 margin-top: 8px; |
1062 padding: 10px 16px; | 1062 padding: 10px 16px; |
1063 text-align: start; | 1063 text-align: initial; |
saroyanm
2015/10/02 13:18:51
According to MDN "start" value for text-align prop
Thomas Greiner
2015/10/02 14:17:33
Done.
| |
1064 width: 100%; | 1064 width: 100%; |
1065 } | 1065 } |
1066 | 1066 |
1067 #dialog .url | 1067 #dialog .url |
1068 { | 1068 { |
1069 margin-top: 10px; | 1069 margin-top: 10px; |
1070 margin-bottom: 20px; | 1070 margin-bottom: 20px; |
1071 word-wrap: break-word; | 1071 word-wrap: break-word; |
1072 } | 1072 } |
1073 | 1073 |
(...skipping 25 matching lines...) Expand all Loading... | |
1099 #other-language .button-add::before | 1099 #other-language .button-add::before |
1100 { | 1100 { |
1101 display: none; | 1101 display: none; |
1102 } | 1102 } |
1103 | 1103 |
1104 #other-language .display | 1104 #other-language .display |
1105 { | 1105 { |
1106 -webkit-margin-start: 10px; | 1106 -webkit-margin-start: 10px; |
1107 -moz-margin-start: 10px; | 1107 -moz-margin-start: 10px; |
1108 } | 1108 } |
LEFT | RIGHT |