Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Height of input control by bootstrap
Message
From
19/06/2013 17:19:27
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
General information
Forum:
CSS
Category:
Other
Miscellaneous
Thread ID:
01576716
Message ID:
01576736
Views:
40
You need to create a css file with your overrides that loads after the bootstrap file loads and add a label definition. You might want to add label for="idOfInput"
/* your css file*/
label {
    hieght:20px;
    padding-top:5px; /* if you need to push the label down a little. */
}
>Hi,
>I have been looking through the boostrap.css but can't find the class that would me do the following: I want the text height of the input text to be in line with the height of the label. For example:
>Purchase Order No. [ ]
>What happens is that be default bootstrap makes the text of the input greater in height than the label text. I can set various classes of the input to control the width to the text but can't find how I can control the height.
>TIA for any suggestions.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform