Fix display on quickadd dropdown menu

This commit is contained in:
Alexandre SPANGARO 2020-09-13 22:17:24 +02:00
parent 3585d3d52f
commit 2ae91b131f
2 changed files with 4 additions and 3 deletions

View File

@ -13,6 +13,7 @@ SupplierProposalArea=Vendor proposals area
SupplierProposalShort=Vendor proposal SupplierProposalShort=Vendor proposal
SupplierProposals=Vendor proposals SupplierProposals=Vendor proposals
SupplierProposalsShort=Vendor proposals SupplierProposalsShort=Vendor proposals
AskPrice=Price request
NewAskPrice=New price request NewAskPrice=New price request
ShowSupplierProposal=Show price request ShowSupplierProposal=Show price request
AddSupplierProposal=Create a price request AddSupplierProposal=Create a price request

View File

@ -411,7 +411,7 @@ a.top-menu-dropdown-link {
* QUICK ADD * QUICK ADD
*/ */
#topmenu-quickadd-dropdown .dropdown-menu { #topmenu-quickadd-dropdown .dropdown-menu {
width: 300px !important; width: 340px !important;
color: #444; color: #444;
} }
@ -449,8 +449,8 @@ div.quickadd a:hover, div.quickadd a:active {
} }
div.quickaddblock { div.quickaddblock {
width: 80px; width: 100px;
display: block ruby; height: 70px;
} }
div.quickaddblock:hover, div.quickaddblock:hover,