Now all modules are in core modules folder
166
modules/date/date_popup/themes/calendar.css
Normal file
|
@ -0,0 +1,166 @@
|
|||
/* Main Style Sheet for jQuery Calendar */
|
||||
#calendar_div, .calendar_inline {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: #fff;
|
||||
}
|
||||
#calendar_div {
|
||||
display: none;
|
||||
border: 1px solid #999;
|
||||
z-index: 10; /*must have*/
|
||||
}
|
||||
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
|
||||
width: 185px;
|
||||
}
|
||||
.calendar_inline {
|
||||
float: left;
|
||||
display: block;
|
||||
border: 0;
|
||||
}
|
||||
.calendar_dialog {
|
||||
padding: 5px !important;
|
||||
border: 4px ridge #ddd !important;
|
||||
}
|
||||
button.calendar_trigger {
|
||||
width: 25px;
|
||||
}
|
||||
img.calendar_trigger {
|
||||
margin: 2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.calendar_prompt {
|
||||
float: left;
|
||||
width: 181px;
|
||||
padding: 2px;
|
||||
background: #ddd;
|
||||
color: #000;
|
||||
}
|
||||
* html .calendar_prompt {
|
||||
width: 185px;
|
||||
}
|
||||
.calendar_control, .calendar_links, .calendar_header, .calendar {
|
||||
clear: both;
|
||||
float: left;
|
||||
color: #000;
|
||||
}
|
||||
.calendar_control, .calendar_header {
|
||||
background: #eee;
|
||||
}
|
||||
.calendar_links {
|
||||
background: #fff;
|
||||
}
|
||||
.calendar_control, .calendar_links {
|
||||
font-size: 80%;
|
||||
letter-spacing: 1px;
|
||||
background: #eee;
|
||||
}
|
||||
.calendar_links label { /* disabled links */
|
||||
padding: 2px 5px;
|
||||
color: #666;
|
||||
}
|
||||
.calendar_clear, .calendar_prev {
|
||||
float: left;
|
||||
width: 35px;
|
||||
}
|
||||
.calendar_current {
|
||||
float: left;
|
||||
width: 80px;
|
||||
text-align: center;
|
||||
}
|
||||
.calendar_close, .calendar_next {
|
||||
float: right;
|
||||
width: 35px;
|
||||
}
|
||||
.calendar_header {
|
||||
background: #ddd;
|
||||
text-align: center;
|
||||
}
|
||||
.calendar_header select {
|
||||
background: #ddd;
|
||||
color: #000;
|
||||
border: 0px;
|
||||
}
|
||||
.calendar {
|
||||
background: #fff;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
}
|
||||
.calendar a {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.calendar .calendar_titleRow {
|
||||
background: #eee;
|
||||
}
|
||||
.calendar .calendar_daysRow {
|
||||
background: #fff;
|
||||
color: #666;
|
||||
}
|
||||
.calendar .calendar_daysCell {
|
||||
color: #000;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
#calendar .calendar_daysCell a{
|
||||
display: block;
|
||||
}
|
||||
.calendar .calendar_weekEndCell {
|
||||
background: #fff;
|
||||
}
|
||||
.calendar .calendar_daysCellOver {
|
||||
background: #fff;
|
||||
border: 1px solid #777;
|
||||
}
|
||||
.calendar .calendar_unselectable {
|
||||
color: #333;
|
||||
}
|
||||
.calendar_today {
|
||||
background: #eee !important;
|
||||
}
|
||||
.calendar_currentDay {
|
||||
background: #ddd !important;
|
||||
}
|
||||
|
||||
/* ________ CALENDAR LINKS _______
|
||||
|
||||
** Reset link properties and then override them with !important */
|
||||
#calendar_div a, .calendar_inline a {
|
||||
cursor: pointer;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: none;
|
||||
color: #000;
|
||||
}
|
||||
.calendar_inline .calendar_links a {
|
||||
padding: 0 5px !important;
|
||||
}
|
||||
.calendar_control a, .calendar_links a {
|
||||
padding: 2px 5px !important;
|
||||
color: #333 !important;
|
||||
}
|
||||
.calendar_titleRow a {
|
||||
color: #333 !important;
|
||||
}
|
||||
.calendar_control a:hover {
|
||||
background: #eee !important;
|
||||
color: #333 !important;
|
||||
}
|
||||
.calendar_links a:hover, .calendar_titleRow a:hover {
|
||||
background: #eee !important;
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
/* ___________ IE6 IFRAME FIX ________ */
|
||||
|
||||
.calendar_cover {
|
||||
display: none; /*sorry for IE5*/
|
||||
display/**/: block; /*sorry for IE5*/
|
||||
position: absolute; /*must have*/
|
||||
z-index: -1; /*must have*/
|
||||
filter: mask(); /*must have*/
|
||||
top: -4px; /*must have*/
|
||||
left: -4px; /*must have*/
|
||||
width: 193px; /*must have to match width and borders*/
|
||||
height: 200px; /*must have to match maximum height*/
|
||||
}
|
58
modules/date/date_popup/themes/datepicker.1.7.css
Normal file
|
@ -0,0 +1,58 @@
|
|||
#ui-datepicker-div {
|
||||
font-size: 100%;
|
||||
font-family: Verdana, sans-serif;
|
||||
background: #eee;
|
||||
border-right:2px #666 solid;
|
||||
border-bottom:2px #666 solid;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
/* Datepicker
|
||||
----------------------------------*/
|
||||
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
|
||||
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
||||
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
||||
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
||||
.ui-datepicker .ui-datepicker-next { right:2px; }
|
||||
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
||||
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
||||
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
||||
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
||||
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
|
||||
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
||||
.ui-datepicker select.ui-datepicker-month,
|
||||
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
||||
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
|
||||
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
||||
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
||||
.ui-datepicker td { border: 0; padding: 1px; }
|
||||
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
||||
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
||||
|
||||
/* with multiple calendars */
|
||||
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
||||
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
||||
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
||||
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
||||
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
||||
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
||||
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
||||
.ui-datepicker-row-break { clear:both; width:100%; }
|
||||
|
||||
/* RTL support */
|
||||
.ui-datepicker-rtl { direction: rtl; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
||||
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
137
modules/date/date_popup/themes/datepicker.css
Normal file
|
@ -0,0 +1,137 @@
|
|||
/* Smoothness Theme for jQuery UI Datepicker */
|
||||
#ui-datepicker-div table,
|
||||
#ui-datepicker-div td,
|
||||
#ui-datepicker-div th {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#ui-datepicker-div,
|
||||
#ui-datepicker-div table,
|
||||
.ui-datepicker-div,
|
||||
.ui-datepicker-div table,
|
||||
.ui-datepicker-inline,
|
||||
.ui-datepicker-inline table {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
|
||||
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
|
||||
background: #ffffff;
|
||||
border: 2px solid #d3d3d3;
|
||||
font-family: Verdana, Arial, sans-serif;
|
||||
font-size: 1.1em;
|
||||
margin: 0;
|
||||
padding: 2.5em .5em .5em .5em;
|
||||
position: relative;
|
||||
width: 15.5em;
|
||||
}
|
||||
#ui-datepicker-div {
|
||||
background: #ffffff;
|
||||
display: none;
|
||||
z-index: 9999; /*must have*/
|
||||
}
|
||||
.ui-datepicker-inline {
|
||||
display: block;
|
||||
float: left; /* LTR */
|
||||
}
|
||||
.ui-datepicker-control {
|
||||
display: none;
|
||||
}
|
||||
.ui-datepicker-current {
|
||||
display: none;
|
||||
}
|
||||
.ui-datepicker-next, .ui-datepicker-prev {
|
||||
background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x; /* LTR */
|
||||
left: .5em; /* LTR */
|
||||
position: absolute;
|
||||
top: .5em;
|
||||
}
|
||||
.ui-datepicker-next {
|
||||
left: 14.6em;
|
||||
}
|
||||
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
|
||||
background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x; /* LTR */
|
||||
}
|
||||
.ui-datepicker-next a, .ui-datepicker-prev a {
|
||||
background: url(images/888888_7x7_arrow_left.gif) 50% 50% no-repeat; /* LTR */
|
||||
border: 1px solid #d3d3d3;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
font-size: 1em;
|
||||
height: 1.4em;
|
||||
text-indent: -999999px;
|
||||
width: 1.3em;
|
||||
}
|
||||
.ui-datepicker-next a {
|
||||
background: url(images/888888_7x7_arrow_right.gif) 50% 50% no-repeat; /* LTR */
|
||||
}
|
||||
.ui-datepicker-prev a:hover {
|
||||
background: url(images/454545_7x7_arrow_left.gif) 50% 50% no-repeat; /* LTR */
|
||||
}
|
||||
.ui-datepicker-next a:hover {
|
||||
background: url(images/454545_7x7_arrow_right.gif) 50% 50% no-repeat; /* LTR */
|
||||
}
|
||||
.ui-datepicker-prev a:active {
|
||||
background: url(images/222222_7x7_arrow_left.gif) 50% 50% no-repeat; /* LTR */
|
||||
}
|
||||
.ui-datepicker-next a:active {
|
||||
background: url(images/222222_7x7_arrow_right.gif) 50% 50% no-repeat; /* LTR */
|
||||
}
|
||||
.ui-datepicker-header select {
|
||||
background: #e6e6e6;
|
||||
border: 1px solid #d3d3d3;
|
||||
color: #555555;
|
||||
font-size: 1em;
|
||||
line-height: 1.4em;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
position: absolute;
|
||||
top: .5em;
|
||||
}
|
||||
.ui-datepicker-header select.ui-datepicker-new-month {
|
||||
left: 2.2em; /* LTR */
|
||||
width: 7em;
|
||||
}
|
||||
.ui-datepicker-header select.ui-datepicker-new-year {
|
||||
left: 9.4em; /* LTR */
|
||||
width: 5em;
|
||||
}
|
||||
table.ui-datepicker {
|
||||
text-align: right; /* LTR */
|
||||
width: 15.5em;
|
||||
}
|
||||
table.ui-datepicker td a {
|
||||
color: #555555;
|
||||
display: block;
|
||||
padding: .1em .3em .1em 0; /* LTR */
|
||||
text-decoration: none;
|
||||
}
|
||||
table.ui-datepicker tbody {
|
||||
border-top: none;
|
||||
}
|
||||
table.ui-datepicker tbody td a {
|
||||
background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x; /* LTR */
|
||||
border: 1px solid #ffffff;
|
||||
cursor: pointer;
|
||||
}
|
||||
table.ui-datepicker tbody td a:hover {
|
||||
background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x; /* LTR */
|
||||
border: 1px solid #999999;
|
||||
color: #212121;
|
||||
}
|
||||
table.ui-datepicker tbody td a:active {
|
||||
background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x; /* LTR */
|
||||
border: 1px solid #dddddd;
|
||||
color: #222222;
|
||||
}
|
||||
table.ui-datepicker .ui-datepicker-title-row td {
|
||||
/*border-bottom: 1px solid #d3d3d3;*/
|
||||
color: #222222;
|
||||
font-size: .9em;
|
||||
padding: .3em 0;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
table.ui-datepicker .ui-datepicker-title-row td a {
|
||||
color: #222222;
|
||||
}
|
BIN
modules/date/date_popup/themes/images/222222_7x7_arrow_left.gif
Normal file
After Width: | Height: | Size: 53 B |
BIN
modules/date/date_popup/themes/images/222222_7x7_arrow_right.gif
Normal file
After Width: | Height: | Size: 53 B |
BIN
modules/date/date_popup/themes/images/454545_7x7_arrow_left.gif
Normal file
After Width: | Height: | Size: 53 B |
BIN
modules/date/date_popup/themes/images/454545_7x7_arrow_right.gif
Normal file
After Width: | Height: | Size: 53 B |
BIN
modules/date/date_popup/themes/images/888888_7x7_arrow_left.gif
Normal file
After Width: | Height: | Size: 53 B |
BIN
modules/date/date_popup/themes/images/888888_7x7_arrow_right.gif
Normal file
After Width: | Height: | Size: 53 B |
After Width: | Height: | Size: 214 B |
After Width: | Height: | Size: 211 B |
After Width: | Height: | Size: 207 B |
8
modules/date/date_popup/themes/jquery.timeentry.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* TimeEntry styles */
|
||||
.timeEntry_control {
|
||||
vertical-align: middle;
|
||||
margin-left: 2px;
|
||||
}
|
||||
* html .timeEntry_control { /* IE only */
|
||||
margin-top: -4px;
|
||||
}
|
17
modules/date/date_popup/themes/timeentry.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
/* timeEntry styles */
|
||||
.timeEntry_control {
|
||||
vertical-align: middle;
|
||||
margin-left: 2px;
|
||||
}
|
||||
* html .timeEntry_control { /* IE only */
|
||||
margin-top: -4px;
|
||||
}
|
||||
/* Make sure background colors from other styles don't obscure the current element highlight */
|
||||
.timeEntry {
|
||||
background-color:transparent !important;
|
||||
}
|
||||
/* This is to keep FF from offering a drop-down list of previous values. */
|
||||
/* For some reason hiding the div where the image belongs keeps that from happening. */
|
||||
.timeEntry_control {
|
||||
display:none;
|
||||
}
|