mirror of
https://github.com/gravesoft/msdl.git
synced 2026-07-25 08:34:28 +00:00
23 lines
307 B
CSS
23 lines
307 B
CSS
#search-products {
|
|
width: 100%;
|
|
}
|
|
|
|
#quick-search {
|
|
text-align: center;
|
|
}
|
|
|
|
#quick-search button {
|
|
padding: 6.5px;
|
|
font-size: 9pt;
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
}
|
|
|
|
#products-list,
|
|
#msdl-ms-content,
|
|
#msdl-please-wait,
|
|
#msdl-processing-error,
|
|
#back-to-products {
|
|
display: none;
|
|
}
|