Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0f431a6
Datepicker: Introduce value option
fnagel May 15, 2014
6d393ea
Calendar: Add calendar widget
fnagel Jun 3, 2014
2925e71
Calendar: Add min and max option.
fnagel Jun 4, 2014
69736ca
Calendar: Remove select callback reference
fnagel Jun 4, 2014
a6bc8b9
Datepicker: Code clean up for events
fnagel Jun 5, 2014
b7f5d13
Datepicker: Remove unwanted keyboard shortcut
fnagel Jun 5, 2014
6fc0e99
Datepicker: Simplify usage of calendar options and avoid duplications
fnagel Jun 12, 2014
d8cff5e
Datepicker tests: Add open and close unit tests
fnagel Jun 16, 2014
03a26ff
Datepicker: Improve document click event
fnagel Jun 17, 2014
d443def
Calendar: Fix broken day table cell attributes
fnagel Jun 17, 2014
1c33a3a
Datepicker tests: Rewrite event unit tests
fnagel Jun 17, 2014
57d86fc
Calendar: Fix multiple calendar styles
fnagel Jun 17, 2014
6e57cdd
Calendar: Fix German localization
fnagel Jun 17, 2014
f980cb8
Datepicker: Fix localization demo
fnagel Jun 18, 2014
a66a8c5
Datepicker: Several minor code improvements
fnagel Jun 18, 2014
e32c4a7
Calendar: Fix hover event setting and removing
fnagel Jun 18, 2014
34c1a32
Calendar: Improve code style and clean up
fnagel Jun 19, 2014
c649c85
Calendar: Focus class is not removed when using arrow keys
fnagel Jun 19, 2014
c34f013
Datepicker: Remove unwanted CTRL+HOME shortcut
fnagel Jun 19, 2014
5182ba5
Datepicker: Remove support for enter key on input
fnagel Jun 19, 2014
338baee
Datepicker: Improve localization handling, code style
fnagel Jun 19, 2014
a7412cf
Calendar: Add buttons option
fnagel Jun 19, 2014
9cba180
Calendar: Adjust files to match reorganization of external directory
fnagel Jul 2, 2014
fde83f2
Datepicker tests: Remove pass-through options unit tests
fnagel Aug 29, 2014
6a1e8bc
Calendar: Use _on for link hover events
fnagel Aug 30, 2014
5a6596d
Datepicker: Add missing handling for disabled option
fnagel Sep 1, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Calendar: Fix multiple calendar styles
  • Loading branch information
fnagel committed Sep 21, 2014
commit 57d86fc07724b3d09a069134042e0f19c15e17fd
8 changes: 5 additions & 3 deletions themes/base/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,16 @@
}

/* with multiple calendars */
.ui-calendar.ui-calendar-multi {
width: 100%;
.ui-calendar-multi {
width: auto;
display: inline-block;
}
.ui-calendar-multi .ui-calendar-group {
float: left;
}
.ui-calendar-multi .ui-calendar-group table {
width: 95%;
margin: 0 auto .4em;
margin: 0 2.5% .4em;
}
.ui-calendar-multi-2 .ui-calendar-group {
width: 50%;
Expand Down Expand Up @@ -176,3 +177,4 @@
border-right-width: 0;
border-left-width: 1px;
}

4 changes: 2 additions & 2 deletions themes/base/datepicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
* http://api.jqueryui.com/datepicker/#theming
*/
.ui-datepicker {
display: none;
position: absolute;
display: none;
position: absolute;
}