Completed
Last Updated: 01 Oct 2015 14:40 by ADMIN
ADMIN
Dimitar
Created on: 07 Aug 2014 10:44
Category: UI for ASP.NET AJAX
Type: Bug Report
0
FIX: RadScheduler's "today" link is positioned below the Prev/Next arrows in Safari
RadScheduler's "today" link is positioned below the Prev/Next arrows in Safari on iOS and OS X.
It is positioned properly after changing the views.

As a quick fix, you can set CSS:
    <style type="text/css">
        html .RadScheduler .rsHeader > p {
            width: 80px;
        }
    </style>

Width value will vary depending on the skin used.
0 comments