Completed
Last Updated: 12 Jan 2016 12:14 by ADMIN
ADMIN
Danail Vasilev
Created on: 11 Nov 2015 07:39
Category: UI for ASP.NET AJAX
Type: Bug Report
1
Text overlaps radio/checkbox RadButton icon for MetroTouch and BlackMetroTouch
For the time being you can use the following workaround:
CSS:
	<style>
		html span.RadButton_MetroTouch.rbToggleButton .rbText,
		html span.RadButton_BlackMetroTouch.rbToggleButton .rbText {
			padding: 0 25px;
		}
	</style>
ASPX:
			<telerik:RadButton ID="telerik:RadButton 1" runat="server" ToggleType="CheckBox" ButtonType="ToggleButton" Skin="MetroTouch"
				Text="Click">
			</telerik:RadButton>
0 comments