diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index 2dedf1322b..86105cf9f6 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -555,6 +555,7 @@ "dateInputControls": "dateInputControls-cgfPf9", "dateInputField": "dateInputField-2vhGP1", "dateInputInner": "dateInputInner-ORXFwT", + "dateInputOffset": "dateInputOffset-9G4SSa", "dateInputPreview": "dateInputPreview-lG5sMM", "dateInputPreviewPrefix": "dateInputPreviewPrefix-6Fww21", "dateInputPreviewSuffix": "dateInputPreviewSuffix-f4Sr32", @@ -1785,6 +1786,7 @@ "dateinputcontrols": ["BDFDB", "dateInputControls"], "dateinputfield": ["BDFDB", "dateInputField"], "dateinputinner": ["BDFDB", "dateInputInner"], + "dateinputoffset": ["BDFDB", "dateInputOffset"], "dateinputpreview": ["BDFDB", "dateInputPreview"], "dateinputpreviewprefix": ["BDFDB", "dateInputPreviewPrefix"], "dateinputpreviewsuffix": ["BDFDB", "dateInputPreviewSuffix"], diff --git a/Library/_res/BDFDB.raw.css b/Library/_res/BDFDB.raw.css index 6af6df9fa1..9f9088009d 100644 --- a/Library/_res/BDFDB.raw.css +++ b/Library/_res/BDFDB.raw.css @@ -687,6 +687,11 @@ img:not([src]), img[src=""], img[src="null"] { [REPLACE_CLASS_dateinputpreviewsuffix]:not(:empty) { margin-left: 6px; } +[REPLACE_CLASS_dateinputoffset] { + flex: 0 1 auto; + max-width: 110px; + margin-left: 6px; +} [REPLACE_CLASS_dateinputfield] { flex: 1 1 auto; }