OLD | NEW |
1 /* | 1 /* |
2 * This file is part of the Adblock Plus, | 2 * This file is part of the Adblock Plus, |
3 * Copyright (C) 2006-2012 Eyeo GmbH | 3 * Copyright (C) 2006-2012 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 #screenshotButtons | 86 #screenshotButtons |
87 { | 87 { |
88 margin-top: 10px; | 88 margin-top: 10px; |
89 } | 89 } |
90 | 90 |
91 #screenshotBox | 91 #screenshotBox |
92 { | 92 { |
93 overflow-y: scroll; | 93 overflow-y: scroll; |
94 } | 94 } |
95 | 95 |
96 #commentLengthWarning | 96 #commentLengthWarning, #anonymityWarning |
97 { | 97 { |
98 color: red; | 98 color: red; |
99 } | 99 } |
100 | 100 |
101 #commentLengthWarning[visible="false"] | 101 #commentLengthWarning[visible="false"], #anonymityWarning[visible="false"] |
102 { | 102 { |
103 visibility: hidden; | 103 visibility: hidden; |
104 } | 104 } |
105 | 105 |
106 /* | 106 /* |
107 * Force left-to-right everywhere where we are displaying addresses | 107 * Force left-to-right everywhere where we are displaying addresses |
108 */ | 108 */ |
109 #data:-moz-locale-dir(rtl) | 109 #data:-moz-locale-dir(rtl) |
110 { | 110 { |
111 direction: ltr; | 111 direction: ltr; |
112 } | 112 } |
113 | 113 |
114 #sendReportError | 114 #sendReportError |
115 { | 115 { |
116 color: red; | 116 color: red; |
117 font-size: 150%; | 117 font-size: 150%; |
118 } | 118 } |
119 | 119 |
120 #sendReportErrorLinks, #typeWarningTextLink | 120 #sendReportErrorLinks, #typeWarningTextLink |
121 { | 121 { |
122 margin: 0px; | 122 margin: 0px; |
123 } | 123 } |
124 | 124 |
125 #sendReportErrorBox | 125 #sendReportErrorBox |
126 { | 126 { |
127 margin-bottom: 10px; | 127 margin-bottom: 10px; |
128 } | 128 } |
OLD | NEW |