Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Width And Size
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Mega" data-source="post: 223377" data-attributes="member: 29926"><p>What actually do u want? The input <strong><em>same size as the white bg</em></strong> (1) or <em><strong>the opposite </strong></em>(2)?</p><p>If u don't know where the css file is, just add the following:</p><p>(1)</p><p>[HTML]</p><p><div class="input user"> to <div class="input user" style="width:215px; height:43px;"></p><p><div class="input pass"> to <div class="input pass" style="width:215px; height:43px;"></p><p>[/HTML]</p><p>(2)</p><p>[HTML]</p><p><div id="login-form-email"> to <div id="login-form-email" style="width:250px; height:43px;"></p><p><div id="login-form-password"> to <div id="login-form-password" style="width:250px; height:43px;"></p><p>[/HTML]</p><p>Hope this helped.</p><p>Regards,</p><p>Mega (Harith)</p></blockquote><p></p>
[QUOTE="Mega, post: 223377, member: 29926"] What actually do u want? The input [B][I]same size as the white bg[/I][/B] (1) or [I][B]the opposite [/B][/I](2)? If u don't know where the css file is, just add the following: (1) [HTML] <div class="input user"> to <div class="input user" style="width:215px; height:43px;"> <div class="input pass"> to <div class="input pass" style="width:215px; height:43px;"> [/HTML] (2) [HTML] <div id="login-form-email"> to <div id="login-form-email" style="width:250px; height:43px;"> <div id="login-form-password"> to <div id="login-form-password" style="width:250px; height:43px;"> [/HTML] Hope this helped. Regards, Mega (Harith) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Width And Size
Top