- This topic is empty.
-
AuthorPosts
-
August 19, 2013 at 7:03 am #147382
stfarm
ParticipantHelp please, I can’t seem to align the two buttons next to each other. Any help is appreciated.
<telerik:RadNotification ID="RadNotification1" runat="server"
Position="Center" Width="381px"
Height="100px"
AutoCloseDelay="60000"
LoadContentOn="PageLoad"
OnCallbackUpdate="OnCallbackUpdate"
OnClientShowing="OnClientShowing"
OnClientHidden="OnClientHidden"
Title="Session Timeout" TitleIcon="" Skin="Office2007" EnableRoundedCorners="true"
ShowCloseButton="false">
<ContentTemplate>
<div class="infoIcon" style="width: 40px; float: left;">
<img id="Img1" src="~/images/infoIcon.jpg" alt="info icon" runat="server"/>
</div>
<div style="width: 200px; float: left; margin-top: 6px;">
Time remaining: <span id="timeLbl">60</span>
</div>
<div style="clear:both"></div>
<div class="notificationContent">
<div style="float:left;">
<telerik:RadButton Skin="Windows7" ID="btnlogout" runat="server" Text="Logout Now"
Style="margin-top: 10px;" AutoPostBack="false" OnClientClicked="gotoLogout">
</telerik:RadButton>
</div>
<div style="float:right">
<telerik:RadButton Skin="Windows7" ID="continueSession" runat="server" Text="Continue Your Session"
Style="margin-top: 10px;" AutoPostBack="false" OnClientClicked="ContinueSession">
</telerik:RadButton>
</div>
<div style="clear:both"></div>
</div>
</ContentTemplate>
</telerik:RadNotification>August 19, 2013 at 7:32 am #147389Paulie_D
MemberCan you put something in Codepen or JSfiddle?
August 19, 2013 at 7:35 am #147392stfarm
ParticipantI tried, it does not seem to recognize the telerik buttons. I will see if I can use normal ones. Thanks for the tip.
August 19, 2013 at 7:37 am #147397Senff
Participant<telerik:RadNotification ID="RadNotification1" runat="server" Position="Center" Width="381px" Height="100px" AutoCloseDelay="60000" LoadContentOn="PageLoad" OnCallbackUpdate="OnCallbackUpdate" OnClientShowing="OnClientShowing" OnClientHidden="OnClientHidden" Title="Session Timeout" TitleIcon="" Skin="Office2007" EnableRoundedCorners="true" ShowCloseButton="false"> <ContentTemplate> <div class="infoIcon" style="width: 40px; float: left;"> <img id="Img1" src="~/images/infoIcon.jpg" alt="info icon" runat="server"/> </div> <div style="width: 200px; float: left; margin-top: 6px;"> Time remaining: <span id="timeLbl">60</span> </div> <div style="clear:both"></div> <div class="notificationContent"> <div style="float:left;"> <telerik:RadButton Skin="Windows7" ID="btnlogout" runat="server" Text="Logout Now" Style="margin-top: 10px;" AutoPostBack="false" OnClientClicked="gotoLogout"> </telerik:RadButton> </div> <div style="float:left"> <telerik:RadButton Skin="Windows7" ID="continueSession" runat="server" Text="Continue Your Session" Style="margin-top: 10px;" AutoPostBack="false" OnClientClicked="ContinueSession"> </telerik:RadButton> </div> <div style="clear:both"></div> </div> </ContentTemplate> </telerik:RadNotification>
August 19, 2013 at 7:45 am #147399stfarm
ParticipantThank you for the quick reply and help. They just dont seem to align.
Here is what it looks like now.August 19, 2013 at 7:53 am #147406Senff
ParticipantWe’d need to see the actual site and be able to see the underlying code, or else we won’t be able to help much further I’m afraid.
August 19, 2013 at 7:54 am #147409stfarm
ParticipantYeah, I can understand that. I will just use an old fashioned table for now. Thanks for all your help.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.