This question is locked. New answers and comments are not allowed.
My datepicker appears at the wrong place.
This is how it is rendered:
This is the css:
Is there anything that I am doing wrong or is it a Telerik bug?
This is how it is rendered:
| <div id="sprint_Date" class="input-box t-widget t-datepicker"><input value="12.05.2010" name="sprint.Date" id="sprint_Date-input" class="t-input" autocomplete="off"><a title="Open the calendar" tabindex="-1" href="#" class="t-link t-icon t-icon-calendar">select date</a></div> |
This is the css:
| div.t-datepicker { |
| background-color:transparent; |
| } |
| teleri...min.css (Zeile 1) |
| .t-widget, .t-link:link, .t-link:active, .t-link:visited { |
| color:#000000; |
| } |
| teleri...min.css (Zeile 1) |
| .t-widget, .t-widget button, .t-widget input, .t-widget select { |
| font-family:"Segoe UI",Arial,sans-serif; |
| } |
| teleri...min.css (Zeile 1) |
| .t-widget { |
| background-color:#FFFFFF; |
| border-color:#A7BAC5; |
| } |
| teleri...min.css (Zeile 1) |
| .t-datepicker, .t-datepicker .t-input, .t-datepicker .t-icon-calendar { |
| display:inline-block; |
| vertical-align:middle; |
| } |
| teleri...min.css (Zeile 1) |
| .t-datepicker { |
| border:0 none; |
| whitewhite-space:nowrap; |
| } |
| teleri...min.css (Zeile 1) |
| .t-widget { |
| border-style:solid; |
| border-width:1px; |
| } |
| teleri...min.css (Zeile 1) |
| .input-box { |
| width:100%; |
| } |
| .t-widget, .t-link:link, .t-link:active, .t-link:visited { |
| color:#000000; |
| } |
| teleri...min.css (Zeile 1) |
| .t-widget, .t-widget button, .t-widget input, .t-widget select { |
| font-family:"Segoe UI",Arial,sans-serif; |
| } |
| teleri...min.css (Zeile 1) |
| .t-widget { |
| border-style:solid; |
| } |
| body { |
| font:12px/1.3em Tahoma,sans-serif; |
| } |