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

Full width buttons?

1 Answer 321 Views
Button (Mobile)
This is a migrated thread and some comments may be shown as answers.
Monte
Top achievements
Rank 1
Monte asked on 11 Jul 2012, 10:28 AM
Hi All,

How can I make buttons the full width of the screen? E.g. http://demos.kendoui.com/mobile/modalview/index.html

I have been over the source of the demo and can not find anywhere where the width of the buttons is set, either in css or javascript.

Could someone please enlighten me.

Thanks.

As a side note: The level of documentation, or lack there of, is a serious barrier in relation to making a purchasing decision. Telerik really needs to address this asap.

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 16 Jul 2012, 06:45 AM
Hello Jeremy,

You could customize the appearance of any particular widget in Kendo UI using custom CSS and the widget's specific class - they are listed in this topic from our online documentation. For example, in order to make the button "the full width of the screen" you could use the following code snippet: 
#modalview-open-button{
    margin: 0;
}

We realize the importance of good documentation - our team continuously works on its improvement and try to make the docs better.

 

Greetings,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Button (Mobile)
Asked by
Monte
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or