Merge tag 'v1.3.9' into develop
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 16 Sep 2016 13:48:52 +0000 (09:48 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 16 Sep 2016 13:48:52 +0000 (09:48 -0400)
Version 1.3.9

1  2 
css/front.css

diff --cc css/front.css
@@@ -279,32 -279,8 +279,32 @@@ input[name='contact_fname'], input[name
  .fc-widget-content, .fc-event {
      cursor: pointer;
  }
-     
 +.fc-head .fc-head-container table{
 +    margin-bottom: 0px;
 +}
 +.fc-head .fc-head-container .fc-day-number{
++
 +}
 +.fc-week .fc-bg table tbody tr .fc-today{
 +    background: white;
 +}
 +.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
 +    border-color: inherit;
 +}
 +.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td{
 +    border-color: inherit;
 +}
 +.fc-content-skeleton table thead, .fc-row table thead{
 +    background: transparent;
 +}
  a.fc-time-grid-event.fc-v-event {
      width: 60%;
-    
 +}
 +#eventCalendar .fc-view-container thead tr .fc-today{
 +    background: rgba(130,179,209,.6);
 +}
 +#eventCalendar .fc-view-container tbody .fc-today{
++
  }
  @media (max-width: 640px) and (min-width: 320px){
      .view-select{
          float: right;
      }
  }
 +.agenda-event-name{
 +    display: inline-block;
 +}
 +.agenda-event-recur-dates, .agenda-event-weekday{
 +    font-size: 13px;
 +/*    font-weight: bold;*/
 +}
 +.agenda-event-weekday{
 +    font-style: italic;
 +}
 +.date-range-container{
 +    font-size: 13px;
 +    margin-bottom: 8px;
 +}
 +.agenda-event-recur-dates{
 +    font-style: italic;
 +}
+ #glmRealEmail {
+     display: none;
+ }