mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Adding date and time pickers to page and blog post create/edit for scheduled publishing input. There's a fair bit of duplication in here between post and page possibly making more clear another candidate for consolidation.
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046045
This commit is contained in:
50
lib/jquery-utils/ui.timepickr.css
Normal file
50
lib/jquery-utils/ui.timepickr.css
Normal file
@@ -0,0 +1,50 @@
|
||||
.ui-timepickr {
|
||||
display:none;
|
||||
position:absolute;
|
||||
padding:2px 2px 2px 0;
|
||||
}
|
||||
|
||||
.ui-timepickr-row {
|
||||
padding:0;
|
||||
float:right;
|
||||
clear:both;
|
||||
overflow:hidden;
|
||||
margin:2px 0;
|
||||
display:none;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.ui-timepickr-button {
|
||||
float:left;
|
||||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
.ui-timepickr-button span {
|
||||
font-size:.7em;
|
||||
padding:4px 6px 4px 6px;
|
||||
margin-left:2px;
|
||||
text-align:center;
|
||||
cursor:pointer;
|
||||
display:block;
|
||||
text-align:center;
|
||||
|
||||
|
||||
/* system theme (default) */
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
/*border-color:ThreeDLightShadow ThreeDShadow ThreeDShadow ThreeDLightShadow;
|
||||
color:ButtonText;
|
||||
background:ButtonFace;*/
|
||||
}
|
||||
|
||||
.ui-timepickr-button span.ui-state-hover {
|
||||
/*color:HighlightText;
|
||||
background:Highlight;*/
|
||||
}
|
||||
|
||||
.ui-state-hover span {
|
||||
/*background:#c30;*/
|
||||
}
|
||||
Reference in New Issue
Block a user