web/data/cubicweb.calendar.css
changeset 6736 36ed2bf7ad3d
parent 6140 65a619eb31c4
child 9379 b0b1148b6963
equal deleted inserted replaced
6724:24bf6f181d0e 6736:36ed2bf7ad3d
   334 }
   334 }
   335 
   335 
   336 td.next {
   336 td.next {
   337   text-align: right;
   337   text-align: right;
   338 }
   338 }
       
   339 
       
   340 /* ------------------------- */
       
   341 /* tooltips for fullcalendar */
       
   342 
       
   343 div.calevent div.tooltip {
       
   344    display: none; /* tooltip hidden */
       
   345 }
       
   346 
       
   347 div.calevent:hover {
       
   348    z-index: auto !important; /* in order that the tooltip from the above .calevent div can be put over this div*/
       
   349 }
       
   350 
       
   351 div.calevent a{
       
   352    display: inline;
       
   353    font-size: none;
       
   354    font-weight: bold;
       
   355 }
       
   356 
       
   357 div.calevent:hover div.tooltip{
       
   358    display: block;
       
   359    position: absolute;
       
   360    z-index: 10;
       
   361    color: black;
       
   362    border:1px solid black;
       
   363    background: white;
       
   364    padding: 5px;
       
   365    overflow: visible;
       
   366    width: 200px;
       
   367 }
       
   368 
       
   369 div.tooltip a{
       
   370    border: none;
       
   371    background: none;
       
   372    color: #2952A3;
       
   373    text-decoration: none;
       
   374  }
       
   375 
       
   376 div.tooltip a:hover{
       
   377    text-decoration: underline;
       
   378  }
       
   379 
       
   380 
       
   381 div.fc-view{
       
   382   overflow: visible;
       
   383 }