
* mdd_styles.css: * LocalizedText.resx: * all.css: * jquery-ui-1.11.4.js: * tabs.css: * menu.css: * core.css: * base.css: * LocalizedText.fr.resx: * theme.css: * slider.css: * button.css: * dialog.css: * spinner.css: * tooltip.css: * jquery-ui-1.11.4.min.js: * sortable.css: * LocalizedText.Designer.cs: * resizable.css: * accordion.css: * draggable.css: * selectmenu.css: * selectable.css: * datepicker.css: * progressbar.css: * LocalizedText.fr.Designer.cs: * autocomplete.css: * ui-icons_888888_256x240.png: * ui-icons_cd0a0a_256x240.png: * ui-icons_454545_256x240.png: * ui-icons_2e83ff_256x240.png: * ui-icons_222222_256x240.png: * ui-bg_flat_0_aaaaaa_40x100.png: * ui-bg_glass_95_fef1ec_1x400.png: * ui-bg_flat_75_ffffff_40x100.png: * ui-bg_glass_55_fbf9ee_1x400.png: * ui-bg_glass_65_ffffff_1x400.png: * ui-bg_glass_75_dadada_1x400.png: * ui-bg_glass_75_e6e6e6_1x400.png: * ui-bg_highlight-soft_75_cccccc_1x100.png: * BlogsController.cs: implements the access control on file upload to blog entries * style.css: nicer appmenu * BlogsController.cs: Enables the input validation at posting blog entries * MarkdownHelper.cs: enables ExtraMode transformation parameter * App.master: Error and message html divisions must exist in the DOM to display Ajax messages and errors * yavsc.js: * yavsc.circles.js: refactoring * Circles.aspx: removes a DOM element that already exists in the mastyer page : the message box * Edit.aspx: submits files for import as Markdown text * Web.config: Disables the local trace * Web.csproj: jQuery.UI addition * packages.config: adds a ref to jQuery.UI Combined
176 lines
3.5 KiB
CSS
176 lines
3.5 KiB
CSS
/*!
|
|
* jQuery UI Datepicker 1.11.4
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://api.jqueryui.com/datepicker/#theming
|
|
*/
|
|
.ui-datepicker {
|
|
width: 17em;
|
|
padding: .2em .2em 0;
|
|
display: none;
|
|
}
|
|
.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 {
|
|
font-size: 1em;
|
|
margin: 1px 0;
|
|
}
|
|
.ui-datepicker select.ui-datepicker-month,
|
|
.ui-datepicker select.ui-datepicker-year {
|
|
width: 45%;
|
|
}
|
|
.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,
|
|
.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%;
|
|
font-size: 0;
|
|
}
|
|
|
|
/* 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,
|
|
.ui-datepicker-rtl .ui-datepicker-group {
|
|
float: right;
|
|
}
|
|
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
|
|
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
|
border-right-width: 0;
|
|
border-left-width: 1px;
|
|
}
|