mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
24 lines
498 B
CSS
24 lines
498 B
CSS
html.dyn label.forpicker {
|
|
display:none;
|
|
}
|
|
/* todo: (heskew) let themes take care of this */
|
|
html.dyn input.hinted {
|
|
color:#ccc;
|
|
font-style:italic;
|
|
}
|
|
input#ArchiveLater_ScheduledArchiveDate {
|
|
width:49%;
|
|
}
|
|
input#ArchiveLater_ScheduledArchiveTime {
|
|
width:43%;
|
|
}
|
|
|
|
.edit-item-sidebar fieldset.archive-later-datetime {
|
|
float:left;
|
|
padding:0 0 8px 0;
|
|
}
|
|
fieldset.archive-later-datetime input {
|
|
padding:1px;
|
|
text-align:center;
|
|
color:#666;
|
|
} |