Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making font size responsive?
Message
 
 
To
31/03/2015 11:26:11
General information
Forum:
CSS
Category:
Other
Miscellaneous
Thread ID:
01617495
Message ID:
01617502
Views:
26
This is why I asked the question since I know that there are people on UT who know much more than I do.
Thank you for the link, I will follow it and will change the width.

>The width is always set at 120. One thing you can do is use percentages instead of specific values for height/width.
>
>This may help get you started. http://www.catswhocode.com/blog/making-a-website-responsive-in-3-easy-steps
>
>>Here is the HTML for the logon page:
>>
>>
>>    <div class="container">
>>        <br />
>>        <br />
>>        <div class="row">
>>            <div class="col-sm-6 col-sm-offset-3">
>>
>>                <section id="loginForm">
>>
>>                    <div class="form-group text-center">
>>                        <span>Please enter your employee ID and password below.</span>
>>                    </div>
>>                    <br />
>>                    <div class="col-sm-6 col-sm-offset-3">
>>                        <div class="login form-group">
>>                            <div class="input-group">
>>                                <span class="input-group-addon"><i class="fa fa-user"></i></span>
>>                                <asp:TextBox ID="txtUserName" MaxLength="10" Width="120" Runat="server" CssClass="login form-control" placeholder="Employee ID" ></asp:TextBox>
>>                            </div>
>>                        </div>
>>
>>                        <div class="login form-group">
>>                            <div class="input-group">
>>                                <span class="input-group-addon"><i class="fa fa-key"></i></span>
>>                                <asp:TextBox ID="txtPassword" MaxLength="10" Width="120" TextMode="Password" CssClass="login form-control" Runat="server" placeholder="Password"></asp:TextBox>
>>                            </div>
>>                        </div>
>>
>>                        <div class="form-group text-center">
>>                            <asp:label ID="lblUserNotFound" runat="server" BorderColor="White" ForeColor="Red"></asp:label>
>>                        </div>
>>
>>                        <div class="form-group text-center">
>>                            <asp:Button Text="Log in" type="submit" Runat="server" ID="LogIn" onclick="LogIn_Click" CssClass="btn btn-default"></asp:Button>
>>                        </div>
>>                    </div>
>>
>>                </section>
>>            </div>
>>        </div>
>>    </div>
>>
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform