From 33ca5735e6e957c0fcf436eeb86ba20b880b7036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 5 Jun 2015 09:54:37 +0200 Subject: [PATCH] general: padded and flat inputs --- wcs/montpellier-commune/wcs.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wcs/montpellier-commune/wcs.css b/wcs/montpellier-commune/wcs.css index 45eabda..8928719 100644 --- a/wcs/montpellier-commune/wcs.css +++ b/wcs/montpellier-commune/wcs.css @@ -492,13 +492,13 @@ div.WcsExtraStringWidget input, div.TextWidget textarea, div.SingleSelectHintWidget select { border: 1px solid #aaa; - background: white url(field-shade.png) top left repeat-x; - padding: 1px; + background: white; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: black; -webkit-transition: background 200ms ease-out; + padding: 5px 10px; } div.DateWidget input:focus, @@ -828,7 +828,7 @@ div.content table tbody tr {background-color: #eeeeee; border-bottom: 1px solid div.content table tbody tr td {} div.content table tbody tr td input { border: 1px solid #aaa; - background: white url(field-shade.png) top left repeat-x; + background: white; padding: 1px; border-radius: 2px; -moz-border-radius: 2px;