Status
Not open for further replies.

Drahnier

Customer
if the input box is put to Below on VBshout in the MMo style it cuts off a tiny amount of the text in it as shown here;
p4Pz2nk.png


is there a way to perhaps make the input box a tiny bit bigger? or that font a tiny bit smaller?
 
You can increase the size of the input area by going to Styles & Templates / Style Manager and in the MMO style go to CSS Templates and edit the vbulletin-formcontrols.css

In there find the following:

Code:
.formcontrols input.textbox {
	height:25px;
	*height:12px;
}

Change the height:25px; to height:30px;
 
Status
Not open for further replies.

Legacy DragonByte MMO

vBulletin 4.1.x vBulletin 4.2.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
150
Customer rating
0.00 star(s) 0 ratings
Back
Top