Sha256: aebb7dc08e79cf9e298b59bf3dd1215d1db2990b8de58d262a898dbeeb09f202

Contents?: true

Size: 1.47 KB

Versions: 27

Compression:

Stored size: 1.47 KB

Contents

div.calendar
{
  font-size: smaller;
  color: #000;
  z-index: 5;
}

div.calendar.popup
{
  margin-left: -40px;
  margin-top: -100px;
}

div.calendar table
{
  background-color: #eee;
  border: 1px solid #aaa;
  border-collapse: collapse;
}

div.calendar thead {
  background-color: white;
}

div.calendar td,
div.calendar th
{
  padding: 3px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
}

div.calendar th
{
  background: #ddd;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  color: #555;
}

div.calendar tr.days td {
  width: 2em;
  color: #555;
  text-align: center;
  cursor: pointer;
}

div.calendar tr.days td:hover,
div.calendar td.cvbutton:hover
{
  background-color: #34ABFA;
  cursor: pointer;
}


div.calendar tr td.closeButton:hover
{
  background-color: #34ABFA;
  cursor: pointer;
}


div.calendar tr.days td:active
div.calendar td.cvbutton:active
{
  background-color: #cde;
}

div.calendar tr.days td.selected
{
  font-weight: bold;
  background-color: #fff;
  color: #000;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  color: #D50000;
}

div.calendar tr.days td.otherDay
{
  color: #bbb;
}

div.calendar .draggableHandler{
  cursor: move;
}

/*  styles for the date_picker Rails plugin */
span.date_picker a.date_label{
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}
span.date_picker a.date_label:hover{text-decoration: line-through;}

span.date_picker span.trigger:hover{
  cursor: pointer;
}

Version data entries

27 entries across 27 versions & 4 rubygems

Version Path
wice_grid_mongo-6.2.4 lib/generators/wice_grid/templates/calendarview.css
wice_grid-3.0.4 lib/generators/wice_grid/templates/calendarview.css
wice_grid-3.0.3 lib/generators/wice_grid/templates/calendarview.css
wice_grid-3.0.2 lib/generators/wice_grid/templates/calendarview.css
wice_grid-3.0.1 lib/generators/wice_grid/templates/calendarview.css
wice_grid-3.0.0 lib/generators/wice_grid/templates/calendarview.css
wice_grid_mongoid-6.2.3 lib/generators/wice_grid/templates/calendarview.css
wice_grid_mongoid-6.2.2 lib/generators/wice_grid/templates/calendarview.css
wice_grid_mongoid-6.2.1 lib/generators/wice_grid/templates/calendarview.css
wice_grid_mongoid-6.2.0 lib/generators/wice_grid/templates/calendarview.css
wice_grid_mongoid-6.1.1 lib/generators/wice_grid/templates/calendarview.css
wice_grid_mongoid-6.1.0 lib/generators/wice_grid/templates/calendarview.css
wice_grid-3.0.0.pre4 lib/generators/wice_grid/templates/calendarview.css
wice_grid-3.0.0.pre3 lib/generators/wice_grid/templates/calendarview.css
wice_grid_mongoid-6.0.10 lib/generators/wice_grid/templates/calendarview.css
wice_grid_mongoid-6.0.9 lib/generators/wice_grid/templates/calendarview.css
wice_grid-3.0.0.pre2 lib/generators/wice_grid/templates/calendarview.css
wice_grid-3.0.0.pre1 lib/generators/wice_grid/templates/calendarview.css
wice_grid_mongoid-6.0.8 lib/generators/wice_grid/templates/calendarview.css
wice_grid_mongoid-6.0.7 lib/generators/wice_grid/templates/calendarview.css