From ab5f8eae2dd373e9d5071a756a2c6526481b6a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 15 Feb 2015 09:46:52 +0100 Subject: [PATCH] style: add non-prefixed css properties (#6510) --- authentic2/static/authentic2/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/authentic2/static/authentic2/css/style.css b/authentic2/static/authentic2/css/style.css index 39784f1..e4847d5 100644 --- a/authentic2/static/authentic2/css/style.css +++ b/authentic2/static/authentic2/css/style.css @@ -34,9 +34,10 @@ div#wrap { width: 640px; margin: 5em auto; padding: 15px; + border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius:6px; - -moz-box-shadow: 0 0 4px rgba(0,0,0,0.75); + box-shadow: 0 0 4px rgba(0,0,0,0.75); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.75); position: relative; } @@ -45,6 +46,7 @@ div#wrap { { position: absolute; background: #FF7800 url(../images/a8.gif) repeat-x; + border-radius: 6px 0 0 6px; -moz-border-radius: 6px 0 0 6px; -webkit-border-radius: 6px 0 0 6px; width: 202px; @@ -76,6 +78,7 @@ div#wrap { background: #EAEAE2 url(../images/a10.jpg) no-repeat; width: 410px; height: 92px; + border-radius: 0 6px 6px 0; -moz-border-radius: 0 6px 6px 0; -webkit-border-radius: 0 6px 6px 0; } -- 2.1.4