Revision 4b59dced
Added by koszko about 2 years ago
html/options.html | ||
---|---|---|
89 | 89 |
background: linear-gradient(#555, #e0f0f0); |
90 | 90 |
} |
91 | 91 |
|
92 |
.table_wrapper>.always_scrollbar{
|
|
92 |
.table_wrapper.always_scrollbar>* {
|
|
93 | 93 |
border-left: solid #454 8px; |
94 | 94 |
max-height: 80vh; |
95 | 95 |
overflow-y: scroll; |
96 | 96 |
} |
97 | 97 |
|
98 |
.table_wrapper .table_wrapper>.always_scrollbar,
|
|
99 |
.popup_frame .table_wrapper>.always_scrollbar {
|
|
98 |
.table_wrapper .table_wrapper.always_scrollbar>*,
|
|
99 |
.popup_frame .table_wrapper.always_scrollbar>* {
|
|
100 | 100 |
max-height: 60vh; |
101 | 101 |
} |
102 | 102 |
|
... | ... | |
108 | 108 |
margin: 0 auto; |
109 | 109 |
} |
110 | 110 |
|
111 |
tr>td:first-child {
|
|
111 |
td:first-child { |
|
112 | 112 |
max-width: 70vw; |
113 | 113 |
overflow: hidden; |
114 | 114 |
} |
... | ... | |
156 | 156 |
</head> |
157 | 157 |
<body> |
158 | 158 |
<template> |
159 |
<tr id="item_li"> |
|
159 |
<tr id="item_li" class="nowrap">
|
|
160 | 160 |
<td></td> |
161 | 161 |
<td><div class="button"> Edit </div></td> |
162 | 162 |
<td><div class="button"> Remove </div></td> |
163 | 163 |
<td><div class="button"> Export </div></td> |
164 | 164 |
</tr> |
165 |
<tr id="bag_component_li"> |
|
165 |
<tr id="bag_component_li" class="nowrap">
|
|
166 | 166 |
<td></td> |
167 | 167 |
<td><div class="button"> Remove </div></td> |
168 | 168 |
</tr> |
169 |
<tr id="chbx_component_li"> |
|
169 |
<tr id="chbx_component_li" class="nowrap">
|
|
170 | 170 |
<td> |
171 | 171 |
<input type="checkbox" style="display: inline;"></input> |
172 | 172 |
<span></span> |
173 | 173 |
</td> |
174 | 174 |
</tr> |
175 |
<tr id="radio_component_li"> |
|
175 |
<tr id="radio_component_li" class="nowrap">
|
|
176 | 176 |
<td> |
177 | 177 |
<input type="radio" style="display: inline;" name="page_components"></input> |
178 | 178 |
<span></span> |
... | ... | |
336 | 336 |
|
337 | 337 |
<div id="radio_components_window" class="hide popup" position="absolute"> |
338 | 338 |
<div class="popup_frame"> |
339 |
<div class="table_wrapper tight_table has_bottom_line has_upper_line"> |
|
340 |
<div class="always_scrollbar">
|
|
339 |
<div class="table_wrapper tight_table always_scrollbar has_bottom_line has_upper_line">
|
|
340 |
<div> |
|
341 | 341 |
<table> |
342 | 342 |
<tbody id="radio_components_ul"> |
343 | 343 |
<tr id="radio_component_none_li"> |
Also available in: Unified diff
add styling to settings install(import) dialog