Revision 4b59dced
Added by koszko about 2 years ago
html/display-panel.html | ||
---|---|---|
17 | 17 |
width: -moz-max-content; |
18 | 18 |
} |
19 | 19 |
|
20 |
.bold, h2 { |
|
21 |
font-weight: bold; |
|
22 |
} |
|
23 |
|
|
24 |
h2 { |
|
25 |
margin: 8px; |
|
26 |
font-size: 120%; |
|
27 |
} |
|
28 |
|
|
29 | 20 |
.top>h2 { |
30 | 21 |
padding-left: calc(0.8*3.2em - 8px); |
31 | 22 |
} |
... | ... | |
38 | 29 |
padding-left: 0; |
39 | 30 |
} |
40 | 31 |
|
41 |
h3 { |
|
42 |
padding: 5px; |
|
43 |
font-size: 108%; |
|
44 |
text-shadow: 0 0 0 #454; |
|
45 |
} |
|
46 |
|
|
47 | 32 |
.unroll_chbx:not(:checked)+div>:not(:first-child) { |
48 | 33 |
display: none; |
49 | 34 |
} |
... | ... | |
179 | 164 |
</head> |
180 | 165 |
<body> |
181 | 166 |
<template> |
182 |
<tr id="pattern_entry" data-template="entry"> |
|
167 |
<tr id="pattern_entry" class="nowrap" data-template="entry">
|
|
183 | 168 |
<td data-template="name"></td> |
184 | 169 |
<td> |
185 | 170 |
<div class="button" data-template="button">Add setting</div> |
... | ... | |
236 | 221 |
<input id="show_install_view_radio" type="radio" class="show_next" name="current_view"></input> |
237 | 222 |
<div id="install_view"> |
238 | 223 |
<div class="top has_bottom_line"><h2> Site modifiers install </h2></div> |
239 |
<IMPORT html/import_frame.html /> |
|
224 |
<div class="padding_inline"> |
|
225 |
<IMPORT html/import_frame.html /> |
|
226 |
</div> |
|
240 | 227 |
</div> |
241 | 228 |
|
242 | 229 |
<input id="show_injected_view_radio" type="radio" class="show_next" name="current_view"></input> |
... | ... | |
288 | 275 |
<div> |
289 | 276 |
<table class="active_setting_table"> |
290 | 277 |
<tbody> |
291 |
<tr> |
|
278 |
<tr class="nowrap">
|
|
292 | 279 |
<td>Matched pattern:</td> |
293 | 280 |
<td id="pattern" class="bold">...</td> |
294 | 281 |
<td> |
... | ... | |
297 | 284 |
</button> |
298 | 285 |
</td> |
299 | 286 |
</tr> |
300 |
<tr> |
|
287 |
<tr class="nowrap">
|
|
301 | 288 |
<td>Scripts blocked:</td> |
302 | 289 |
<td id="blocked" class="bold">...</td> |
303 | 290 |
<td></td> |
304 | 291 |
</tr> |
305 |
<tr> |
|
292 |
<tr class="nowrap">
|
|
306 | 293 |
<td>Injected payload:</td> |
307 | 294 |
<td id="payload" class="bold">...</td> |
308 | 295 |
<td id="payload_buttons" class="hide"> |
Also available in: Unified diff
add styling to settings install(import) dialog