Ticket #42599: 42599.patch
File 42599.patch, 752 bytes (added by , 6 years ago) |
---|
-
common.css
2304 2304 2305 2305 .importers { 2306 2306 font-size: 16px; 2307 width: auto;2307 width: 80%; 2308 2308 } 2309 2309 2310 2310 .importers td { … … 2313 2313 } 2314 2314 2315 2315 .importers .import-system { 2316 max-width: 250px;2316 max-width: 150px; 2317 2317 } 2318 2318 2319 2319 .importers td.desc { -
forms.css
768 768 margin-top: 20px; 769 769 padding: 0.7em 2em 1em; 770 770 min-width: 255px; 771 max-width: 520px;771 max-width: 800px; 772 772 border: 1px solid #e5e5e5; 773 773 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 774 774 background: #fff;