This is a migrated thread and some comments may be shown as answers.

UI Style Missing Corner Graphic in v2014.1.318

2 Answers 171 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 2
James asked on 27 Mar 2014, 07:12 PM
I have TabStrips in my web application that are now "missing" the top-left and bottom-left corners in the bootstrap theme.  The top-right and bottom-right corners are still present.  This is an ASP.NET MVC 5 site (started with their Template which is built with the Bootstrap files).  I did not have this problem from the 2013.3 version.

I have attached the two sprite files used as well just in case something isn't positioned correctly.

Here are the files in use:

kendo.common.min.css  (v2014.1.318)
kendo.common-bootstrap.min.css  (v2014.1.318)
kendo.bootstrap.min.css  (v2014.1.318)
bootstrap-theme.min.css
bootstrap.min.css

Bootstrap/ (folder)
editor.png
imagebrowswer.png
indeterminate.gif
loading-image.gif
loading.gif
loading_2x.gif
markers.png
markers_2x.png
slider-h.gif
slider-v.gif
sprite.png
sprite_2x.png


2 Answers, 1 is accepted

Sort by
0
James
Top achievements
Rank 2
answered on 27 Mar 2014, 07:27 PM
This is actually in the Kendo Menu object, not TabStrip .

[Moderators please move topic to appropriate forum]
0
Dimo
Telerik team
answered on 31 Mar 2014, 01:34 PM
Hi James,

Please add the following CSS rule to your application, we will fix the issue in the source too. Thanks for reporting.

.k-menu > .k-first
{
    border-radius: 3px 0 0 3px;
}


Regards,
Dimo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
TabStrip
Asked by
James
Top achievements
Rank 2
Answers by
James
Top achievements
Rank 2
Dimo
Telerik team
Share this question
or