Fixed scheduled date & time display (in the type item editor)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-07-14 13:10:24 -07:00
parent fa129682a9
commit 7b9301a90a

View File

@@ -6,9 +6,9 @@ html.dyn input.hinted {
color:#ccc; color:#ccc;
font-style:italic; font-style:italic;
} }
input#ScheduledPublishUtcDate { input#CommonAspect_ScheduledPublishUtcDate {
width:56%; width:56%;
} }
input#ScheduledPublishUtcTime { input#CommonAspect_ScheduledPublishUtcTime {
width:36%; width:36%;
} }