From 8426ce15a9bb2499d0a738499e01875c19edb772 Mon Sep 17 00:00:00 2001 From: Markus Ankenbrand Date: Tue, 21 Feb 2017 00:25:44 +0100 Subject: [PATCH] Improve style of traveler select --- css/page-pins.css | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/css/page-pins.css b/css/page-pins.css index 0b9c6f4..c97b39b 100644 --- a/css/page-pins.css +++ b/css/page-pins.css @@ -1,4 +1,22 @@ -#travelers-select .ui-selecting { background: #FECA40; } -#travelers-select .ui-selected { background: #F39814; color: white; } -#travelers-select { list-style-type: none; margin: 0; padding: 0; width: 450px; } -#travelers-select li { margin: 3px; padding: 1px; float: left; width: 100px; height: 80px; font-size: 4em; text-align: center; } +#travelers-select .ui-selecting { + background: #FECA40; +} +#travelers-select .ui-selected { + background: #F39814; + color: white; +} +#travelers-select { + list-style-type: none; + margin: 0; + padding: 0; + width: 100%; +} +#travelers-select li { + margin: 3px; + padding: 1px; + float: left; + width: 100px; + height: 60px; + font-size: 1em; + text-align: center; +}