diff --git a/src/public/css/offers.css b/src/public/css/offers.css index 20c57b8..90ccc11 100644 --- a/src/public/css/offers.css +++ b/src/public/css/offers.css @@ -26,7 +26,6 @@ #premium-selector-area { width: 100px; } - } #create-offer-controls > * { @@ -61,7 +60,7 @@ } #premium-selector-area { - width:23%; + width: 23%; margin-left: 0; margin-right: 5%; } @@ -81,9 +80,18 @@ width: 70%; } +#amount-area-content { + width: 30%; + margin-left: auto; + margin-right: auto; +} + + + .money-amount-input-area { padding: 0; - width: 10em; + width: 100%; + display: flex; } .money-amount-input-area > * { @@ -95,10 +103,13 @@ .input-money-amount { width: 75%; + margin: 0; } .money-amount-input-area .curr-symbol { background-color: #d8d8d8; - width: 12; + width: 25%; + margin: 0; + border: 1px solid gray; } .money-amount-input-area .curr-symbol .curr-character { diff --git a/src/views/offers.ejs b/src/views/offers.ejs index 5ea9830..f802a7c 100644 --- a/src/views/offers.ejs +++ b/src/views/offers.ejs @@ -63,27 +63,31 @@
¿Cuánto?
-