esthétique

This commit is contained in:
Dany De Bontridder 2015-10-28 21:08:41 +01:00
parent 8a80d7e3e8
commit 65261dbfb7

View file

@ -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;