From 65261dbfb79df177c1c2fc65d2afc7103d08552a Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 28 Oct 2015 21:08:41 +0100 Subject: [PATCH] =?UTF-8?q?esth=C3=A9tique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/style-classic.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/html/style-classic.css b/html/style-classic.css index ef0af6e58..437cf8a38 100644 --- a/html/style-classic.css +++ b/html/style-classic.css @@ -287,9 +287,9 @@ td.mtitle { text-align:center; width:250px; height :30px; - border-radius:10px; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; + border-radius:5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; background: -moz-linear-gradient(top, rgba(53,106,160,0.79) 0%, rgba(53,106,160,0.79) 19%, rgba(53,106,160,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,106,160,0.79)), color-stop(19%,rgba(53,106,160,0.79)), color-stop(100%,rgba(53,106,160,1))); /* Chrome,Safari4+ */ @@ -356,9 +356,9 @@ td.cell{ td.selectedcell{ /* border-color:#0000FF;*/ - border-radius:10px; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; + border-radius:5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; font-weight: bold; /* background:#5D90CD ;*/ color:#FFFFFF;