- Added comprehensive AI Assistant system (aiassist/ directory): * Vector search and embedding capabilities * Typebot proxy integration * Elastic search functionality * Message classification and chat history * MCP proxy for external integrations - Implemented Court Status API (GetCourtStatus.php): * Real-time court document status checking * Integration with external court systems * Comprehensive error handling and logging - Enhanced S3 integration: * Improved file backup system with metadata * Batch processing capabilities * Enhanced error logging and recovery * Copy operations with URL fixing - Added Telegram contact creation API - Improved error logging across all modules - Enhanced callback system for AI responses - Extensive backup file storage with timestamps - Updated documentation and README files - File storage improvements: * Thousands of backup files with proper metadata * Fix operations for broken file references * Project-specific backup and recovery systems * Comprehensive file integrity checking Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
119 lines
2.0 KiB
CSS
119 lines
2.0 KiB
CSS
/* ThemeRoller override style sheet for jQuery date picker v4.1.0. */
|
|
.ui-datepicker {
|
|
display: block;
|
|
}
|
|
#ui-datepicker-div,
|
|
.ui-datepicker-inline {
|
|
width: 17em;
|
|
font-size: 75%;
|
|
}
|
|
#ui-datepicker-div {
|
|
z-index: 100;
|
|
}
|
|
.ui-datepicker-inline {
|
|
float: left;
|
|
}
|
|
.ui-datepicker-rtl {
|
|
direction: rtl;
|
|
}
|
|
#ui-datepicker-div a,
|
|
.ui-datepicker-inline a {
|
|
text-decoration: none;
|
|
}
|
|
.ui-datepicker-prompt {
|
|
height: 1.5em;
|
|
padding-top: 0.25em;
|
|
text-align: center;
|
|
}
|
|
button.ui-datepicker-cmd {
|
|
height: 2em;
|
|
}
|
|
.ui-datepicker-cmd-clear {
|
|
float: left;
|
|
margin-left: 0.25em;
|
|
}
|
|
.ui-datepicker-cmd-close {
|
|
float: right;
|
|
margin-right: 0.25em;
|
|
}
|
|
.ui-datepicker-cmd-prev {
|
|
position: static;
|
|
float: left;
|
|
width: 30%;
|
|
height: auto;
|
|
margin-left: 1%;
|
|
}
|
|
.ui-datepicker-cmd-next {
|
|
position: static;
|
|
float: right;
|
|
width: 30%;
|
|
height: auto;
|
|
margin-right: 1%;
|
|
text-align: right;
|
|
}
|
|
.ui-datepicker-cmd-current,
|
|
.ui-datepicker-cmd-today {
|
|
float: left;
|
|
width: 37%;
|
|
text-align: center;
|
|
}
|
|
.ui-datepicker-month-nav {
|
|
float: left;
|
|
text-align: center;
|
|
}
|
|
.ui-datepicker-month-nav div {
|
|
float: left;
|
|
width: 12.5%;
|
|
margin: 1%;
|
|
padding: 1%;
|
|
}
|
|
.ui-datepicker-month-nav span {
|
|
color: #888;
|
|
}
|
|
.ui-datepicker-row-break {
|
|
width: 100%;
|
|
font-size: 100%;
|
|
}
|
|
.ui-datepicker-group {
|
|
float: left;
|
|
width: 17em;
|
|
}
|
|
.ui-datepicker-group .ui-datepicker-header {
|
|
height: 1.5em;
|
|
text-align: center;
|
|
}
|
|
.ui-datepicker select,
|
|
.ui-datepicker-inline select {
|
|
width: auto;
|
|
height: 1.66em;
|
|
border: none;
|
|
font-weight: bold;
|
|
}
|
|
.ui-datepicker th {
|
|
padding: 0.5em 0.3em;
|
|
}
|
|
.ui-datepicker td,
|
|
.ui-datepicker td a,
|
|
.ui-datepicker td span {
|
|
border: 1px solid transparent;
|
|
text-align: center;
|
|
}
|
|
.ui-datepicker-status {
|
|
padding: 0.25em 0em;
|
|
text-align: center;
|
|
}
|
|
.ui-datepicker .ui-helper-clearfix {
|
|
clear: both;
|
|
}
|
|
.ui-datepicker-cover {
|
|
display: none;
|
|
display/**/: block;
|
|
position: absolute;
|
|
z-index: -1;
|
|
filter: mask();
|
|
top: -1px;
|
|
left: -1px;
|
|
width: 187px;
|
|
height: 187px;
|
|
}
|