"adding rounded corners for safari too"

This commit is contained in:
Ralf Becker 2009-11-25 17:36:44 +00:00
parent 8e63887331
commit be1cd2d832

View File

@ -201,6 +201,7 @@ e.g. the div with class calTimeGrid is generated by the timeGridWidget method of
border-width: 1px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
/* set via inline style on runtime:
* top: depending on startime
* height: depending on length
@ -239,6 +240,7 @@ e.g. the div with class calTimeGrid is generated by the timeGridWidget method of
.calEventTooltip{
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
max-height: 400px;
overflow: auto;
}